TLSharp/TeleSharp.TL/TeleSharp.TL.csproj

12 lines
238 B
XML
Raw Normal View History

2018-05-13 03:12:15 +02:00
<Project Sdk="Microsoft.NET.Sdk">
2016-09-24 15:38:26 +02:00
<PropertyGroup>
2018-05-13 03:12:15 +02:00
<TargetFramework>netstandard2.0</TargetFramework>
2016-09-24 15:38:26 +02:00
</PropertyGroup>
2018-05-13 03:12:15 +02:00
2016-09-24 15:38:26 +02:00
<ItemGroup>
2018-05-13 03:12:15 +02:00
<PackageReference Include="BigMathNetStandard" Version="1.0.0" />
2016-09-24 15:38:26 +02:00
</ItemGroup>
2018-05-13 03:12:15 +02:00
</Project>