build: set nuget package as dev dependency

Docs: https://github.com/NuGet/Home/wiki/DevelopmentDependency-support-for-PackageReference
This commit is contained in:
lonix1 2022-08-29 09:32:49 +02:00 committed by Patrik Svensson
parent 90c2d988ab
commit 506253bc34

View File

@ -4,6 +4,7 @@
<TargetFrameworks>net6.0;netstandard2.0</TargetFrameworks>
<Nullable>enable</Nullable>
<IsPackable>true</IsPackable>
<DevelopmentDependency>true</DevelopmentDependency>
<NoWarn>SA1633</NoWarn>
</PropertyGroup>