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