From 525d4d5c18ad5f8a7976f1fd20cef7f1d7e82831 Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期五, 17 四月 2020 11:22:20 +0800 Subject: [PATCH] 2020-04-17 1.项目引用库更新。 2.备份上传和下载速度优化。 --- Crabtree/ON.Ios/ON.Ios.csproj | 23 ++++++++++++----------- 1 files changed, 12 insertions(+), 11 deletions(-) diff --git a/Crabtree/ON.Ios/ON.Ios.csproj b/Crabtree/ON.Ios/ON.Ios.csproj index 77aa90e..78b44c3 100644 --- a/Crabtree/ON.Ios/ON.Ios.csproj +++ b/Crabtree/ON.Ios/ON.Ios.csproj @@ -133,34 +133,34 @@ <HintPath>..\packages\ZXing.Net.Mobile.2.4.1\lib\Xamarin.iOS10\ZXingNetMobile.dll</HintPath> </Reference> <Reference Include="Microsoft.AppCenter"> - <HintPath>..\packages\Microsoft.AppCenter.1.7.0\lib\Xamarin.iOS10\Microsoft.AppCenter.dll</HintPath> + <HintPath>..\packages\Microsoft.AppCenter.3.1.0\lib\Xamarin.iOS10\Microsoft.AppCenter.dll</HintPath> </Reference> <Reference Include="Microsoft.AppCenter.iOS.Bindings"> - <HintPath>..\packages\Microsoft.AppCenter.1.7.0\lib\Xamarin.iOS10\Microsoft.AppCenter.iOS.Bindings.dll</HintPath> + <HintPath>..\packages\Microsoft.AppCenter.3.1.0\lib\Xamarin.iOS10\Microsoft.AppCenter.iOS.Bindings.dll</HintPath> </Reference> <Reference Include="Microsoft.AppCenter.Crashes"> - <HintPath>..\packages\Microsoft.AppCenter.Crashes.1.7.0\lib\Xamarin.iOS10\Microsoft.AppCenter.Crashes.dll</HintPath> + <HintPath>..\packages\Microsoft.AppCenter.Crashes.3.1.0\lib\Xamarin.iOS10\Microsoft.AppCenter.Crashes.dll</HintPath> </Reference> <Reference Include="Microsoft.AppCenter.Crashes.iOS.Bindings"> - <HintPath>..\packages\Microsoft.AppCenter.Crashes.1.7.0\lib\Xamarin.iOS10\Microsoft.AppCenter.Crashes.iOS.Bindings.dll</HintPath> + <HintPath>..\packages\Microsoft.AppCenter.Crashes.3.1.0\lib\Xamarin.iOS10\Microsoft.AppCenter.Crashes.iOS.Bindings.dll</HintPath> </Reference> <Reference Include="Microsoft.AppCenter.Analytics"> - <HintPath>..\packages\Microsoft.AppCenter.Analytics.1.7.0\lib\Xamarin.iOS10\Microsoft.AppCenter.Analytics.dll</HintPath> + <HintPath>..\packages\Microsoft.AppCenter.Analytics.3.1.0\lib\Xamarin.iOS10\Microsoft.AppCenter.Analytics.dll</HintPath> </Reference> <Reference Include="Microsoft.AppCenter.Analytics.iOS.Bindings"> - <HintPath>..\packages\Microsoft.AppCenter.Analytics.1.7.0\lib\Xamarin.iOS10\Microsoft.AppCenter.Analytics.iOS.Bindings.dll</HintPath> + <HintPath>..\packages\Microsoft.AppCenter.Analytics.3.1.0\lib\Xamarin.iOS10\Microsoft.AppCenter.Analytics.iOS.Bindings.dll</HintPath> </Reference> <Reference Include="System.Collections.Immutable"> - <HintPath>..\packages\System.Collections.Immutable.1.5.0\lib\netstandard2.0\System.Collections.Immutable.dll</HintPath> + <HintPath>..\packages\System.Collections.Immutable.1.7.0\lib\netstandard2.0\System.Collections.Immutable.dll</HintPath> </Reference> <Reference Include="System.Runtime.CompilerServices.Unsafe"> - <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath> + <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.7.1\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath> </Reference> <Reference Include="Xamarin.Essentials"> - <HintPath>..\packages\Xamarin.Essentials.1.0.0\lib\xamarinios10\Xamarin.Essentials.dll</HintPath> + <HintPath>..\packages\Xamarin.Essentials.1.5.2\lib\xamarinios10\Xamarin.Essentials.dll</HintPath> </Reference> <Reference Include="MQTTnet"> - <HintPath>..\packages\MQTTnet.3.0.8\lib\netstandard2.0\MQTTnet.dll</HintPath> + <HintPath>..\packages\MQTTnet.3.0.9\lib\netstandard2.0\MQTTnet.dll</HintPath> </Reference> <Reference Include="MJRefresh_Xamarin"> <HintPath>..\SmartHome\dll\IOS\MJRefresh_Xamarin.dll</HintPath> @@ -171,6 +171,7 @@ <Reference Include="Shared.IOS.TBL"> <HintPath>..\SmartHome\dll\IOS\Shared.IOS.TBL.dll</HintPath> </Reference> + <Reference Include="OpenTK-1.0" /> </ItemGroup> <ItemGroup> <Folder Include="Resources\" /> @@ -1446,5 +1447,5 @@ </ItemGroup> <Import Project="..\SmartHome\SmartHome.projitems" Label="Shared" Condition="Exists('..\SmartHome\SmartHome.projitems')" /> <Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" /> - <Import Project="..\packages\NETStandard.Library.2.0.0\build\netstandard2.0\NETStandard.Library.targets" Condition="Exists('..\packages\NETStandard.Library.2.0.0\build\netstandard2.0\NETStandard.Library.targets')" /> + <Import Project="..\packages\NETStandard.Library.2.0.3\build\netstandard2.0\NETStandard.Library.targets" Condition="Exists('..\packages\NETStandard.Library.2.0.3\build\netstandard2.0\NETStandard.Library.targets')" /> </Project> \ No newline at end of file -- Gitblit v1.8.0