Skip to content

Commit 44fcc63

Browse files
authored
Merge pull request #55 from prom-client-net/renovate/dotnet-monorepo
Update dependency Microsoft.Extensions.DependencyInjection to v3.1.23
2 parents 86233f1 + 523fc64 commit 44fcc63

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)