Skip to content

Commit f34cc99

Browse files
chore(deps): update dependency microsoft.extensions.dependencyinjection.abstractions to v9
1 parent 8412ccd commit f34cc99

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Prometheus.Client.DependencyInjection.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
<ItemGroup>
99
<PackageReference Include="Prometheus.Client" Version="5.2.0" />
1010
<PackageReference Condition="'$(TargetFramework)' == 'net462' OR '$(TargetFramework)' == 'netstandard2.0'"
11-
Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="3.1.32" />
11+
Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.4" />
1212
<PackageReference Condition="'$(TargetFramework)' == 'net6.0'"
13-
Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="6.0.0" />
13+
Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.4" />
1414
<PackageReference Condition="'$(TargetFramework)' == 'net8.0'"
15-
Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.2" />
15+
Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.4" />
1616
</ItemGroup>
1717
</Project>

0 commit comments

Comments
 (0)