2017-02-14 01:56:25 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
<TargetFramework>netcoreapp2.0</TargetFramework>
|
|
|
|
</PropertyGroup>
|
2017-03-03 04:38:56 +00:00
|
|
|
|
2017-02-14 01:56:25 +00:00
|
|
|
<ItemGroup>
|
|
|
|
<PackageReference Include="NewtonSoft.Json" Version="9.0.1" />
|
|
|
|
</ItemGroup>
|
|
|
|
</Project>
|