Skip to content

Commit 07a555c

Browse files
committed
chore(deps): update xunit-dotnet monorepo to v2.8.0
1 parent 44dbe82 commit 07a555c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Prometheus.Client.MetricPusher.HostedService.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<PackageReference Include="FluentAssertions" Version="6.12.0" />
1515
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
1616
<PackageReference Include="NSubstitute" Version="5.1.0" />
17-
<PackageReference Include="xunit" Version="2.7.1" />
17+
<PackageReference Include="xunit" Version="2.8.0" />
1818
<PackageReference Include="coverlet.collector" Version="6.0.2">
1919
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2020
<PrivateAssets>all</PrivateAssets>
@@ -28,7 +28,7 @@
2828
</PackageReference>
2929
</ItemGroup>
3030
<ItemGroup Condition="'$(TargetFramework)' == 'net6.0' Or '$(TargetFramework)' == 'net7.0'">
31-
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.8">
31+
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.0">
3232
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3333
<PrivateAssets>all</PrivateAssets>
3434
</PackageReference>

0 commit comments

Comments
 (0)