We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0708b3 commit ab55aaeCopy full SHA for ab55aae
tests/Prometheus.Client.MetricServer.Tests.csproj
@@ -7,8 +7,8 @@
7
</PropertyGroup>
8
<ItemGroup>
9
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
10
- <PackageReference Include="xunit" Version="2.7.1" />
11
- <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" />
12
<PackageReference Condition="'$(TargetFramework)' == 'netcoreapp3.1'" Include="xunit.runner.visualstudio" Version="2.4.*" />
13
<PackageReference Include="coverlet.collector" Version="6.0.2">
14
<PrivateAssets>all</PrivateAssets>
0 commit comments