LibZNI/LibZNI.csproj
2021-02-09 18:29:32 -07:00

16 lines
486 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>net5.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<SignAssembly>false</SignAssembly>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<Configurations>Debug;Release;DebPub;KVPBuild</Configurations>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Threading.Channels" Version="5.0.0" />
</ItemGroup>
</Project>