Skip to content

Commit d91c067

Browse files
Bump dotnet monorepo to v9
1 parent 5bd4e17 commit d91c067

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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="6.1.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.5" />
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.5" />
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.5" />
1616
</ItemGroup>
1717
</Project>

tests/Prometheus.Client.DependencyInjection.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<PrivateAssets>all</PrivateAssets>
2121
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2222
</PackageReference>
23-
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.1" />
23+
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.5" />
2424
</ItemGroup>
2525
<ItemGroup>
2626
<ProjectReference Include="..\src\Prometheus.Client.DependencyInjection.csproj" />

0 commit comments

Comments
 (0)