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

@@ -5,8 +5,10 @@
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
<OutputPath>..\..\..\bin\</OutputPath>
<TargetFrameworks>netcoreapp3.1;net5.0</TargetFrameworks>
<Platforms>AnyCPU;x64;x86</Platforms>
<IsPackable>false</IsPackable>
<Platforms>x64;x86</Platforms>
<IsTool>true</IsTool>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\LibreMetaverse\LibreMetaverse.csproj" />