From 1b0fabfa17d07c9bd38eeafd204b638afa4d7c39 Mon Sep 17 00:00:00 2001 From: czw <selecti@yeah.net> Date: 星期一, 21 七月 2025 09:37:34 +0800 Subject: [PATCH] 1 --- HnSx/Build/Project/HnSx.csproj | 16 +++++++++++++--- 1 files changed, 13 insertions(+), 3 deletions(-) diff --git a/HnSx/Build/Project/HnSx.csproj b/HnSx/Build/Project/HnSx.csproj index dc88240..e9fc664 100644 --- a/HnSx/Build/Project/HnSx.csproj +++ b/HnSx/Build/Project/HnSx.csproj @@ -35,11 +35,23 @@ <StartupObject /> </PropertyGroup> <ItemGroup> + <Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=9.0.0.6, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> + <HintPath>packages\Microsoft.Bcl.AsyncInterfaces.9.0.6\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath> + </Reference> <Reference Include="System"> <HintPath>..\..\Dlls\System.dll</HintPath> </Reference> <Reference Include="System.Data"> <HintPath>..\..\Dlls\System.Data.dll</HintPath> + </Reference> + <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> + <HintPath>packages\System.Runtime.CompilerServices.Unsafe.4.5.3\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath> + </Reference> + <Reference Include="System.Threading.Channels, Version=9.0.0.6, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> + <HintPath>packages\System.Threading.Channels.9.0.6\lib\net462\System.Threading.Channels.dll</HintPath> + </Reference> + <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> + <HintPath>packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath> </Reference> <Reference Include="System.Xml"> <HintPath>..\..\Dlls\System.Xml.dll</HintPath> @@ -103,9 +115,6 @@ </Reference> <Reference Include="System.Numerics"> <HintPath>..\..\Dlls\System.Numerics.dll</HintPath> - </Reference> - <Reference Include="System.Runtime.CompilerServices.Unsafe"> - <HintPath>..\..\Dlls\System.Runtime.CompilerServices.Unsafe.dll</HintPath> </Reference> <Reference Include="System.Runtime.Serialization"> <HintPath>..\..\Dlls\System.Runtime.Serialization.dll</HintPath> @@ -231,6 +240,7 @@ <Content Include="NLog.config"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </Content> + <None Include="packages.config" /> </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> </Project> \ No newline at end of file -- Gitblit v1.9.1