Skip to content

Commit e8a6022

Browse files
chore(deps): update dotnet monorepo (#149)
1 parent da11ee3 commit e8a6022

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
@@ -9,6 +9,6 @@
99
<PackageReference Include="Prometheus.Client" Version="5.2.0" />
1010
<PackageReference Condition="'$(TargetFramework)' == 'netstandard2.0'" Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="3.1.32" />
1111
<PackageReference Condition="'$(TargetFramework)' == 'net6.0'" Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="6.0.0" />
12-
<PackageReference Condition="'$(TargetFramework)' == 'net8.0'" Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.1" />
12+
<PackageReference Condition="'$(TargetFramework)' == 'net8.0'" Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.2" />
1313
</ItemGroup>
1414
</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.0" />
23+
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.1" />
2424
</ItemGroup>
2525
<ItemGroup>
2626
<ProjectReference Include="..\src\Prometheus.Client.DependencyInjection.csproj" />

0 commit comments

Comments
 (0)