From 352e2add907bb5d7332a7e598693084ef0e34a87 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期四, 16 六月 2022 21:12:19 +0800 Subject: [PATCH] 备份 --- Crabtree/ON/ON.Droid.csproj | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/Crabtree/ON/ON.Droid.csproj b/Crabtree/ON/ON.Droid.csproj index ff1416e..5c08625 100644 --- a/Crabtree/ON/ON.Droid.csproj +++ b/Crabtree/ON/ON.Droid.csproj @@ -161,6 +161,24 @@ <HintPath>..\packages\Xamarin.Essentials.1.6.1\lib\monoandroid80\Xamarin.Essentials.dll</HintPath> </Reference> <Reference Include="Java.Interop" /> + <Reference Include="Microsoft.Bcl.AsyncInterfaces"> + <HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.5.0.0\lib\netstandard2.1\Microsoft.Bcl.AsyncInterfaces.dll</HintPath> + </Reference> + <Reference Include="System.Buffers"> + <HintPath>..\packages\System.Buffers.4.5.1\lib\netstandard2.0\System.Buffers.dll</HintPath> + </Reference> + <Reference Include="System.Runtime.CompilerServices.Unsafe"> + <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.5.0.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath> + </Reference> + <Reference Include="System.Text.Encodings.Web"> + <HintPath>..\packages\System.Text.Encodings.Web.5.0.0\lib\netstandard2.1\System.Text.Encodings.Web.dll</HintPath> + </Reference> + <Reference Include="System.Text.Json"> + <HintPath>..\packages\System.Text.Json.5.0.0\lib\netstandard2.0\System.Text.Json.dll</HintPath> + </Reference> + <Reference Include="RestSharp"> + <HintPath>..\packages\RestSharp.107.3.0\lib\netstandard2.0\RestSharp.dll</HintPath> + </Reference> </ItemGroup> <ItemGroup> <Compile Include="Resources\Resource.designer.cs" /> -- Gitblit v1.8.0