32d179d680
- Remove unneeded package for tool install - Install 5.0.0 and 3.1.0 runtime (rather than a preview 3.1.0 runtime)
11 lines
No EOL
498 B
XML
11 lines
No EOL
498 B
XML
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<TargetFramework>$(CoreSdkTargetFramework)</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="FluentAssertions" Version="4.18.0" />
|
|
<PackageReference Include="xunit" Version="2.2.0" />
|
|
<PackageReference Include="Microsoft.DotNet.Cli.Utils" Version="$(MicrosoftDotNetCliUtilsPackageVersion)" />
|
|
</ItemGroup>
|
|
</Project> |