File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1919 </ItemGroup >
2020 <ItemGroup Condition =" '$(TargetFramework)' == 'net6.0'" >
2121 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.10.0" />
22- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.8.0 " />
22+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.8.1 " />
2323 <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 6.0.1" />
2424 </ItemGroup >
2525 <ItemGroup Condition =" '$(TargetFramework)' == 'net7.0'" >
2626 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.10.0" />
27- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.8.0 " />
27+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.8.1 " />
2828 <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 7.0.0" />
2929 </ItemGroup >
3030 <ItemGroup >
3636 <PrivateAssets >all</PrivateAssets >
3737 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
3838 </PackageReference >
39- <PackageReference Include =" xunit" Version =" 2.8.0 " />
39+ <PackageReference Include =" xunit" Version =" 2.8.1 " />
4040 </ItemGroup >
4141 <ItemGroup >
4242 <ProjectReference Include =" ..\src\Prometheus.Client.DependencyInjection.csproj" />
You can’t perform that action at this time.
0 commit comments