File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Prometheus.Client.Abstractions
tests/Prometheus.Client.Tests Expand file tree Collapse file tree 3 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 <RootNamespace >Prometheus.Client</RootNamespace >
4- <TargetFrameworks >net462;netstandard2.0;net6.0</TargetFrameworks >
4+ <TargetFrameworks >net462;net47; netstandard2.0;net6.0</TargetFrameworks >
55 <Description >Abstractions for Prometheus.Client</Description >
66 <RepositoryUrl >https://github.com/prom-client-net/prom-client</RepositoryUrl >
77 </PropertyGroup >
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</TargetFrameworks >
3+ <TargetFrameworks >net462;net47; netstandard2.0;net6.0</TargetFrameworks >
44 <Description >.NET client for Prometheus</Description >
55 <RepositoryUrl >https://github.com/prom-client-net/prom-client</RepositoryUrl >
66 </PropertyGroup >
7- <ItemGroup Condition =" '$(TargetFramework)' == 'net462' OR '$(TargetFramework)' == 'netstandard2.0'" >
7+ <ItemGroup Condition =" '$(TargetFramework)' == 'net462' OR '$(TargetFramework)' == 'net47' OR '$(TargetFramework)' == ' netstandard2.0'" >
88 <PackageReference Include =" System.Memory" Version =" 4.6.3" />
99 </ItemGroup >
1010 <ItemGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <TargetFrameworks Condition =" '$(OS)' == 'Unix'" >net6.0;net8.0</TargetFrameworks >
4- <TargetFrameworks Condition =" '$(OS)' != 'Unix'" >net462;net6.0;net8.0</TargetFrameworks >
4+ <TargetFrameworks Condition =" '$(OS)' != 'Unix'" >net462;net47;net481; net6.0;net8.0</TargetFrameworks >
55 <IsPackable >false</IsPackable >
66 <InvariantGlobalization >true</InvariantGlobalization >
77 <NoWarn >$(NoWarn);CS0618</NoWarn >
You can’t perform that action at this time.
0 commit comments