From f1c3921b08bb22ac6f5db22d620e01d7e8e5c49f Mon Sep 17 00:00:00 2001 From: WJC <wjc@hdlchina.com.cn> Date: 星期一, 30 十二月 2019 13:32:33 +0800 Subject: [PATCH] 2019-12-30-1 --- ZigbeeApp/GateWay.Ios/GateWay.Ios.csproj | 17 +++++++++-------- 1 files changed, 9 insertions(+), 8 deletions(-) diff --git a/ZigbeeApp/GateWay.Ios/GateWay.Ios.csproj b/ZigbeeApp/GateWay.Ios/GateWay.Ios.csproj index 85c0865..5951152 100644 --- a/ZigbeeApp/GateWay.Ios/GateWay.Ios.csproj +++ b/ZigbeeApp/GateWay.Ios/GateWay.Ios.csproj @@ -101,11 +101,8 @@ </Reference> <Reference Include="System.IO.Compression" /> <Reference Include="System.Net.Http" /> - <Reference Include="MQTTnet.Core"> - <HintPath>..\packages\MQTTnet.2.4.0\lib\netstandard1.3\MQTTnet.Core.dll</HintPath> - </Reference> <Reference Include="MQTTnet"> - <HintPath>..\packages\MQTTnet.2.4.0\lib\netstandard1.3\MQTTnet.dll</HintPath> + <HintPath>..\packages\MQTTnet.3.0.8\lib\netstandard2.0\MQTTnet.dll</HintPath> </Reference> <Reference Include="BouncyCastle.Crypto"> <HintPath>..\packages\BouncyCastle.Crypto.dll.1.8.1\lib\BouncyCastle.Crypto.dll</HintPath> @@ -137,14 +134,17 @@ <Reference Include="ZXingNetMobile"> <HintPath>..\packages\ZXing.Net.Mobile.2.4.1\lib\Xamarin.iOS10\ZXingNetMobile.dll</HintPath> </Reference> + <Reference Include="Xamarin.Essentials"> + <HintPath>..\Shared\DLL\IOS\Xamarin.Essentials.dll</HintPath> + </Reference> + <Reference Include="MJRefresh_Xamarin"> + <HintPath>..\Shared\DLL\IOS\MJRefresh_Xamarin.dll</HintPath> + </Reference> <Reference Include="Shared.IOS"> <HintPath>..\Shared\DLL\IOS\Shared.IOS.dll</HintPath> </Reference> <Reference Include="Shared.IOS.TBL"> <HintPath>..\Shared\DLL\IOS\Shared.IOS.TBL.dll</HintPath> - </Reference> - <Reference Include="Xamarin.Essentials"> - <HintPath>..\Shared\DLL\IOS\Xamarin.Essentials.dll</HintPath> </Reference> </ItemGroup> <ItemGroup> @@ -838,4 +838,5 @@ </ItemGroup> <Import Project="..\Shared\Shared.projitems" Label="Shared" Condition="Exists('..\Shared\Shared.projitems')" /> <Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" /> -</Project> \ No newline at end of file + <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')" /> +</Project> -- Gitblit v1.8.0