File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFrameworks >net462;netstandard2.0;net6.0; net8.0</TargetFrameworks >
3+ <TargetFrameworks >net462;netstandard2.0;net8.0</TargetFrameworks >
44 <Description >MetricPusher as HostedService for Prometheus.Client</Description >
55 <RepositoryUrl >https://github.com/prom-client-net/prom-client-metricpusher-hostedservice</RepositoryUrl >
66 <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
1212 <PackageReference Include =" Microsoft.Extensions.Hosting.Abstractions" Version =" 3.1.32 " />
1313 <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 3.1.32" />
1414 </ItemGroup >
15- <ItemGroup Condition =" '$(TargetFramework)' == 'net6.0'" >
16- <PackageReference Include =" Microsoft.Extensions.Hosting.Abstractions" Version =" 6.0.1" />
17- <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 6.0.0" />
18- </ItemGroup >
1915 <ItemGroup Condition =" '$(TargetFramework)' == 'net8.0'" >
2016 <PackageReference Include =" Microsoft.Extensions.Hosting.Abstractions" Version =" 8.0.1" />
2117 <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 8.0.2" />
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFrameworks Condition =" '$(OS)' == 'Unix'" >net6.0; net8.0</TargetFrameworks >
4- <TargetFrameworks Condition =" '$(OS)' != 'Unix'" >net462;net6.0; net8.0</TargetFrameworks >
3+ <TargetFramework Condition =" '$(OS)' == 'Unix'" >net8.0</TargetFramework >
4+ <TargetFrameworks Condition =" '$(OS)' != 'Unix'" >net462;net8.0</TargetFrameworks >
55 <IsPackable >false</IsPackable >
66 </PropertyGroup >
77 <ItemGroup >
You can’t perform that action at this time.
0 commit comments