Files
ns-ext/src/backend/NSExt/NSExt.csproj
nsnail a288f21679 perf: nuget update (#36)
[skip ci]

Co-authored-by: tk <fiyne1a@dingtalk.com>
2025-06-23 09:44:53 +08:00

19 lines
876 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PackageProjectUrl>https://github.com/nsnail/NSExt.git</PackageProjectUrl>
</PropertyGroup>
<Import Project="$(SolutionDir)/build/code.quality.props"/>
<Import Project="$(SolutionDir)/build/nuget.package.props"/>
<Import Project="$(SolutionDir)/build/copy.pkg.xml.comment.files.targets"/>
<Import Project="$(SolutionDir)/build/prebuild.targets"/>
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="4.14.0"/>
<PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.6"/>
<PackageReference Include="System.IO.Hashing" Version="9.0.6"/>
</ItemGroup>
<ItemGroup>
<None Update="*.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>