THe whole set of bindigns.

This commit is contained in:
Pieter-Jan Briers
2022-03-27 17:08:44 +02:00
parent 90c3048206
commit 0df015d897
23 changed files with 3368 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<Folder Include="Generated" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="libsodium" Version="1.0.18.1" />
</ItemGroup>
</Project>