2017-03-06 22:57:40 -08:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
2017-08-17 23:07:28 -07:00
|
|
|
<TargetFramework>netcoreapp2.1</TargetFramework>
|
2017-03-06 22:57:40 -08:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<PackageReference Include="NewtonSoft.Json" Version="9.0.1" />
|
|
|
|
<PackageReference Include="FluentAssertions" Version="4.12.0" />
|
|
|
|
</ItemGroup>
|
|
|
|
</Project>
|