mirror of
https://github.com/raphaeIl/Novaria.git
synced 2025-12-12 14:34:38 +01:00
20 lines
590 B
XML
20 lines
590 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Library</OutputType>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="BouncyCastle.Cryptography" Version="2.5.0" />
|
|
<PackageReference Include="Google.Protobuf" Version="3.24.3" />
|
|
<PackageReference Include="NSec.Cryptography" Version="24.4.0" />
|
|
<PackageReference Include="Serilog" Version="3.1.1" />
|
|
</ItemGroup>
|
|
|
|
|
|
</Project>
|