2016-12-20 21:29:45 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2016-11-12 07:46:29 +00:00
|
|
|
|
<PropertyGroup>
|
2020-11-13 18:56:11 +00:00
|
|
|
|
<TargetFramework>$(CoreSdkTargetFramework)</TargetFramework>
|
2016-11-12 07:46:29 +00:00
|
|
|
|
</PropertyGroup>
|
2017-03-03 04:38:56 +00:00
|
|
|
|
|
2016-11-12 07:46:29 +00:00
|
|
|
|
<ItemGroup>
|
2017-03-03 03:45:55 +00:00
|
|
|
|
<PackageReference Include="FluentAssertions" Version="4.18.0" />
|
2017-08-26 02:59:02 +00:00
|
|
|
|
<PackageReference Include="xunit" Version="2.2.0" />
|
2018-06-26 05:38:01 +00:00
|
|
|
|
<PackageReference Include="Microsoft.DotNet.Cli.Utils" Version="$(MicrosoftDotNetCliUtilsPackageVersion)" />
|
2022-04-27 21:57:58 +00:00
|
|
|
|
<PackageReference Include="System.Net.Http" Version="4.3.4" />
|
|
|
|
|
<PackageReference Include="System.Security.Cryptography.X509Certificates" Version="4.3.2" />
|
2016-11-12 07:46:29 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
</Project>
|