mirror of
https://github.com/BtbN/ClanServer.git
synced 2026-03-26 20:14:48 -05:00
12 lines
259 B
XML
12 lines
259 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="System.Security.Cryptography.Algorithms" Version="4.3.1" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|