Update to sodium 1.0.20.1 to .NET 8
This commit is contained in:
24
CSSUDII.Sodium.Interop/CSSUDII.Sodium.Interop.csproj
Normal file
24
CSSUDII.Sodium.Interop/CSSUDII.Sodium.Interop.csproj
Normal file
@@ -0,0 +1,24 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
<PackageId>CSSUDII.Sodium.Interop</PackageId>
|
||||
<Version>1.0.20.1</Version>
|
||||
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
||||
<Description>Native API binding for libsodium.</Description>
|
||||
<NoWarn>CS1591</NoWarn>
|
||||
<PackageTags>libsodium</PackageTags>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Folder Include="Generated" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="libsodium" Version="1.0.20.1" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
Reference in New Issue
Block a user