7dbf20bd51
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.2.0 to 17.3.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Commits](https://github.com/microsoft/vstest/compare/v17.2.0...v17.3.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
35 lines
1.4 KiB
XML
35 lines
1.4 KiB
XML
<Project>
|
|
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))"/>
|
|
|
|
<PropertyGroup>
|
|
<IsPackable>false</IsPackable>
|
|
<IsTrimmable>false</IsTrimmable>
|
|
<EnableTrimAnalyzer>false</EnableTrimAnalyzer>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="coverlet.msbuild" Version="3.1.2">
|
|
<PrivateAssets>all</PrivateAssets>
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
</PackageReference>
|
|
<PackageReference Include="FluentAssertions" Version="6.7.0"/>
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.0"/>
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.1"/>
|
|
<PackageReference Include="System.Net.Http" Version="4.3.4"/>
|
|
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1"/>
|
|
<PackageReference Include="xunit" Version="2.4.2"/>
|
|
<PackageReference Include="xunit.analyzers" Version="1.0.0"/>
|
|
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
<PrivateAssets>all</PrivateAssets>
|
|
</PackageReference>
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Using Include="FluentAssertions"/>
|
|
<Using Include="FluentAssertions.Execution"/>
|
|
<Using Include="FluentAssertions.Equivalency"/>
|
|
<Using Include="Xunit"/>
|
|
</ItemGroup>
|
|
</Project>
|