mirror of
https://github.com/BtbN/ClanServer.git
synced 2026-03-21 17:54:21 -05:00
14 lines
409 B
XML
14 lines
409 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.CSharp" Version="4.5.0" />
|
|
<PackageReference Include="System.Security.Cryptography.Algorithms" Version="4.3.1" />
|
|
<PackageReference Include="System.Text.Encoding.CodePages" Version="4.5.1" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|