Skip to content

Commit 4031811

Browse files
Bump dotnet monorepo to 10.0.5 (#222)
1 parent cda2c7d commit 4031811

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Prometheus.Client.DependencyInjection.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
<PackageReference Condition="'$(TargetFramework)' == 'net8.0'"
1313
Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.2" />
1414
<PackageReference Condition="'$(TargetFramework)' == 'net10.0'"
15-
Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="10.0.4" />
15+
Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="10.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
@@ -15,7 +15,7 @@
1515
<PrivateAssets>all</PrivateAssets>
1616
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1717
</PackageReference>
18-
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="10.0.4" />
18+
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="10.0.5" />
1919
</ItemGroup>
2020
<ItemGroup Condition="'$(TargetFramework)' == 'net462'">
2121
<PackageReference Include="xunit" Version="2.9.3" />

0 commit comments

Comments
 (0)