Build snupkg artifacts

This commit is contained in:
Cinder
2021-12-29 15:18:13 -06:00
parent 34c387350c
commit 0cf882b406
12 changed files with 26 additions and 2 deletions

View File

@@ -8,6 +8,8 @@
<TargetFrameworks>netcoreapp3.1;net5.0</TargetFrameworks>
<Platforms>AnyCPU;x64;x86</Platforms>
<IsTool>true</IsTool>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Net.NameResolution" Version="4.3.0" />