Files
CSSUDII.Sodium/SpaceWizards.Sodium.Interop/SpaceWizards.Sodium.Interop.csproj
Pieter-Jan Briers 60d2e40906 Editorconfig
2022-03-27 17:28:07 +02:00

19 lines
411 B
XML

<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>