Skip to content

Commit 523fc64

Browse files
committed
Update dependency Microsoft.Extensions.DependencyInjection to v3.1.23
1 parent 1ffad80 commit 523fc64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Prometheus.Client.DependencyInjection.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<AssemblyOriginatorKeyFile>../Prometheus.Client.DependencyInjection.snk</AssemblyOriginatorKeyFile>
77
</PropertyGroup>
88
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.1'">
9-
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="3.1.22" />
9+
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="3.1.23" />
1010
</ItemGroup>
1111
<ItemGroup Condition="'$(TargetFramework)' == 'net5.0'">
1212
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="5.0.2" />

0 commit comments

Comments
 (0)