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 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <Description >Push metrics to PushGateaway for Prometheus.Client</Description >
4- <TargetFrameworks >net462;netstandard2.0;net6 .0</TargetFrameworks >
4+ <TargetFrameworks >net462;netstandard2.0;net8 .0</TargetFrameworks >
55 <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
66 <RepositoryUrl >https://github.com/prom-client-net/prom-client-metricpusher</RepositoryUrl >
77 </PropertyGroup >
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 >
8- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.13 .0" />
8+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.14 .0" />
99 <PackageReference Include =" NSubstitute" Version =" 5.3.0" />
1010 <PackageReference Include =" Testcontainers" Version =" 4.4.0" />
1111 <PackageReference Include =" xunit" Version =" 2.9.3" />
You can’t perform that action at this time.
0 commit comments