Fix dll copying for NFD package

This commit is contained in:
WNP78 2024-11-10 22:49:12 +00:00
parent 973479bbec
commit 899d3b6b88

View File

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PackageVersion>0.5.1-wnp</PackageVersion>
<PackageVersion>0.5.2-wnp</PackageVersion>
<Nullable>disable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<PackageLicenseExpression>Zlib</PackageLicenseExpression>
@ -21,9 +21,9 @@
</ItemGroup>
<ItemGroup>
<Content Include="runtimes\**">
<None Include="runtimes\**" Pack="true" PackagePath="runtimes/%(RecursiveDir)%(Filename)%(Extension)">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</None>
</ItemGroup>
</Project>