Remove DLLs from modern .NET builds

This commit is contained in:
Matt Nadareski
2023-10-27 00:55:31 -04:00
parent 66af2d83b8
commit 3c05a112ca

View File

@@ -34,7 +34,7 @@
</PropertyGroup>
<!-- These are needed for dealing with native Windows DLLs -->
<ItemGroup>
<ItemGroup Condition="'$(TargetFramework)'=='net48'">
<Content Include="*.dll">
<Pack>true</Pack>
<PackagePath>contentFiles;content</PackagePath>