File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
HostedServiceMetricPusher Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 66 <PackageReference Include =" Prometheus.Client" Version =" 6.1.0" />
77 <PackageReference Include =" Prometheus.Client.DependencyInjection" Version =" 1.5.1" />
88 <PackageReference Include =" Prometheus.Client.MetricPusher.HostedService" Version =" 0.5.0" />
9- <PackageReference Include =" Microsoft.Extensions.Hosting" Version =" 7 .0.1" />
9+ <PackageReference Include =" Microsoft.Extensions.Hosting" Version =" 8 .0.1" />
1010 </ItemGroup >
1111</Project >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Worker" >
22 <PropertyGroup >
33 <TargetFramework >net8.0</TargetFramework >
4-
54 </PropertyGroup >
65 <ItemGroup >
7- <PackageReference Include =" Microsoft.Extensions.Hosting" Version =" 6 .0.1" />
6+ <PackageReference Include =" Microsoft.Extensions.Hosting" Version =" 8 .0.1" />
87 <PackageReference Include =" Prometheus.Client.DependencyInjection" Version =" 1.5.1" />
98 <PackageReference Include =" Prometheus.Client.MetricServer" Version =" 7.0.0" />
109 </ItemGroup >
You can’t perform that action at this time.
0 commit comments