mirror of
https://github.com/jwetzell/qController.git
synced 2026-08-05 23:43:49 +00:00
update to latest qcontrolkit
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ namespace qController.iOS
|
||||
{
|
||||
global::Xamarin.Forms.Forms.Init();
|
||||
|
||||
Log.Logger = new LoggerConfiguration().WriteTo.NSLog().MinimumLevel.Information().CreateLogger();
|
||||
Log.Logger = new LoggerConfiguration().WriteTo.NSLog().MinimumLevel.Debug().CreateLogger();
|
||||
|
||||
LoadApplication(new App());
|
||||
|
||||
|
||||
+2
-2
@@ -8,10 +8,10 @@
|
||||
<package id="Microsoft.Win32.Primitives" version="4.3.0" targetFramework="xamarinios10" />
|
||||
<package id="NETStandard.Library" version="2.0.3" targetFramework="xamarinios10" />
|
||||
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="xamarinios10" />
|
||||
<package id="QControlKit" version="0.0.30" targetFramework="xamarinios10" />
|
||||
<package id="QControlKit" version="0.0.31" targetFramework="xamarinios10" />
|
||||
<package id="Serilog" version="2.12.0" targetFramework="xamarinios10" />
|
||||
<package id="Serilog.Sinks.Xamarin" version="1.0.0" targetFramework="xamarinios10" />
|
||||
<package id="SuperSimpleTcp" version="3.0.0.2" targetFramework="xamarinios10" />
|
||||
<package id="SuperSimpleTcp" version="3.0.5" targetFramework="xamarinios10" />
|
||||
<package id="System.AppContext" version="4.3.0" targetFramework="xamarinios10" />
|
||||
<package id="System.Collections" version="4.3.0" targetFramework="xamarinios10" />
|
||||
<package id="System.Collections.Concurrent" version="4.3.0" targetFramework="xamarinios10" />
|
||||
|
||||
@@ -148,13 +148,13 @@
|
||||
<HintPath>..\packages\Xamarin.Forms.5.0.0.2515\lib\Xamarin.iOS10\Xamarin.Forms.Platform.iOS.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="SuperSimpleTcp">
|
||||
<HintPath>..\packages\SuperSimpleTcp.3.0.0.2\lib\netstandard2.1\SuperSimpleTcp.dll</HintPath>
|
||||
<HintPath>..\packages\SuperSimpleTcp.3.0.5\lib\netstandard2.1\SuperSimpleTcp.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Zeroconf">
|
||||
<HintPath>..\packages\Zeroconf.3.5.11\lib\xamarinios10\Zeroconf.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="QControlKit">
|
||||
<HintPath>..\packages\QControlKit.0.0.30\lib\netstandard2.1\QControlKit.dll</HintPath>
|
||||
<HintPath>..\packages\QControlKit.0.0.31\lib\netstandard2.1\QControlKit.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="mscorlib" />
|
||||
<Reference Include="System.Numerics.Vectors" />
|
||||
|
||||
Reference in New Issue
Block a user