File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 77 </PropertyGroup >
88 <ItemGroup >
99 <PackageReference Include =" Prometheus.Client" Version =" 5.2.0" />
10- <PackageReference Condition =" '$(TargetFramework)' == 'netstandard2.0'" Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 3.1.32 " />
11- <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.2 " />
10+ <PackageReference Condition =" '$(TargetFramework)' == 'netstandard2.0'" Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 9.0.0 " />
11+ <PackageReference Condition =" '$(TargetFramework)' == 'net6.0'" Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 9 .0.0" />
12+ <PackageReference Condition =" '$(TargetFramework)' == 'net8.0'" Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 9 .0.0 " />
1313 </ItemGroup >
1414</Project >
Original file line number Diff line number Diff line change 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.0 " />
2424 </ItemGroup >
2525 <ItemGroup >
2626 <ProjectReference Include =" ..\src\Prometheus.Client.DependencyInjection.csproj" />
You can’t perform that action at this time.
0 commit comments