mirror of
https://github.com/BtbN/ClanServer.git
synced 2026-04-09 10:54:47 -05:00
13 lines
341 B
XML
13 lines
341 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="System.Security.Cryptography.Algorithms" Version="4.3.1" />
|
|
<PackageReference Include="System.Text.Encoding.CodePages" Version="4.5.1" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|