13 lines
337 B
XML
13 lines
337 B
XML
|
<Project Sdk="Microsoft.NET.Sdk">
|
||
|
|
||
|
<PropertyGroup>
|
||
|
<OutputType>Exe</OutputType>
|
||
|
<TargetFramework>netcoreapp2.0</TargetFramework>
|
||
|
</PropertyGroup>
|
||
|
|
||
|
<ItemGroup>
|
||
|
<PackageReference Include="NewtonSoft.Json" Version="9.0.1" />
|
||
|
<PackageReference Include="FluentAssertions" Version="4.12.0" />
|
||
|
</ItemGroup>
|
||
|
</Project>
|