TLSharp/TeleSharp.Generator/TeleSharp.Generator.csproj

12 lines
236 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="Newtonsoft.Json" Version="11.0.2" />
2016-09-24 15:38:26 +02:00
</ItemGroup>
2018-05-13 03:12:15 +02:00
</Project>