We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ffad80 commit 523fc64Copy full SHA for 523fc64
tests/Prometheus.Client.DependencyInjection.Tests.csproj
@@ -6,7 +6,7 @@
6
<AssemblyOriginatorKeyFile>../Prometheus.Client.DependencyInjection.snk</AssemblyOriginatorKeyFile>
7
</PropertyGroup>
8
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.1'">
9
- <PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="3.1.22" />
+ <PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="3.1.23" />
10
</ItemGroup>
11
<ItemGroup Condition="'$(TargetFramework)' == 'net5.0'">
12
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="5.0.2" />
0 commit comments