push latest updates

This commit is contained in:
Zontreck 2021-12-05 09:46:01 -07:00
parent 7b540d25a3
commit 97a97db59d
3 changed files with 849 additions and 78 deletions

View file

@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<SignAssembly>false</SignAssembly>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
@ -10,7 +10,8 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Threading.Channels" Version="5.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="System.Threading.Channels" Version="6.0.0" />
</ItemGroup>
</Project>