Skip to content

Commit

Permalink
chore(deps): update xunit-dotnet monorepo to v2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 27, 2024
1 parent b0708b3 commit ab55aae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Prometheus.Client.MetricServer.Tests.csproj
Expand Up @@ -7,8 +7,8 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="xunit" Version="2.7.1" />
<PackageReference Condition="'$(TargetFramework)' != 'netcoreapp3.1'" Include="xunit.runner.visualstudio" Version="2.5.8" />
<PackageReference Include="xunit" Version="2.8.0" />
<PackageReference Condition="'$(TargetFramework)' != 'netcoreapp3.1'" Include="xunit.runner.visualstudio" Version="2.8.0" />
<PackageReference Condition="'$(TargetFramework)' == 'netcoreapp3.1'" Include="xunit.runner.visualstudio" Version="2.4.*" />
<PackageReference Include="coverlet.collector" Version="6.0.2">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit ab55aae

Please sign in to comment.