2016-12-20 13:29:45 -08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2016-11-11 21:46:29 -10:00
|
|
|
|
<PropertyGroup>
|
2018-12-05 15:48:17 -08:00
|
|
|
|
<TargetFramework>netcoreapp3.0</TargetFramework>
|
2016-11-11 21:46:29 -10:00
|
|
|
|
</PropertyGroup>
|
2017-03-02 20:38:56 -08:00
|
|
|
|
|
2016-11-11 21:46:29 -10:00
|
|
|
|
<ItemGroup>
|
2017-03-02 19:45:55 -08:00
|
|
|
|
<PackageReference Include="FluentAssertions" Version="4.18.0" />
|
2017-08-25 19:59:02 -07:00
|
|
|
|
<PackageReference Include="xunit" Version="2.2.0" />
|
2017-12-01 20:07:48 -08:00
|
|
|
|
<PackageReference Include="Microsoft.DotNet.PlatformAbstractions" Version="$(MicrosoftDotNetPlatformAbstractionsPackageVersion)" />
|
2018-06-25 22:38:01 -07:00
|
|
|
|
<PackageReference Include="Microsoft.DotNet.Cli.Utils" Version="$(MicrosoftDotNetCliUtilsPackageVersion)" />
|
2016-11-11 21:46:29 -10:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
</Project>
|