Publish modifications to ZNI Library

This commit is contained in:
Zontreck 2022-09-11 04:47:48 -07:00
parent 62c4eb5850
commit 7b776ecfea
6 changed files with 712 additions and 51 deletions

View file

@ -4,10 +4,8 @@
<OutputType>Library</OutputType>
<TargetFramework>net6.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<SignAssembly>True</SignAssembly>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<Configurations>Debug;Release;DebPub;KVPBuild</Configurations>
<AssemblyOriginatorKeyFile>C:\Users\tyler\Downloads\ZNI.pfx</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
@ -19,6 +17,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="MySqlConnector" Version="2.1.11" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="System.Threading.Channels" Version="6.0.0" />
</ItemGroup>