Push updated code

This commit is contained in:
Zontreck 2022-07-24 19:38:20 -07:00
parent d1ce65cce7
commit 62c4eb5850
9 changed files with 549 additions and 2 deletions

View file

@ -4,11 +4,20 @@
<OutputType>Library</OutputType>
<TargetFramework>net6.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<SignAssembly>false</SignAssembly>
<SignAssembly>True</SignAssembly>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<Configurations>Debug;Release;DebPub;KVPBuild</Configurations>
<AssemblyOriginatorKeyFile>C:\Users\tyler\Downloads\ZNI.pfx</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<None Remove="TEA.cs.ignore" />
</ItemGroup>
<ItemGroup>
<Compile Include="TEA.cs.ignore" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="System.Threading.Channels" Version="6.0.0" />