File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Prometheus.Client.Abstractions
tests/Prometheus.Client.Benchmarks Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 33 <Description >.NET client for Prometheus</Description >
44 <Copyright >2020 © Serge K, Oleksandr Poliakov</Copyright >
55 <AssemblyTitle >Prometheus.Client.Abstractions</AssemblyTitle >
6- <VersionPrefix >4.2.1 </VersionPrefix >
6+ <VersionPrefix >4.3.0 </VersionPrefix >
77 <Authors >Serge K, Oleksandr Poliakov</Authors >
88 <RootNamespace >Prometheus.Client</RootNamespace >
9- <TargetFrameworks >netstandard2.0;netcoreapp2.2; netstandard2.1</TargetFrameworks >
9+ <TargetFrameworks >netstandard2.0;netstandard2.1</TargetFrameworks >
1010 <AssemblyName >Prometheus.Client.Abstractions</AssemblyName >
1111 <PackageId >Prometheus.Client.Abstractions</PackageId >
1212 <PackageTags >prometheus;metrics</PackageTags >
3333 <ItemGroup >
3434 <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" PrivateAssets =" All" />
3535 </ItemGroup >
36- <PropertyGroup Condition =" '$(TargetFramework)' == 'netstandard2.1' OR '$(TargetFramework)' == 'netcoreapp2.2' " >
36+ <PropertyGroup Condition =" '$(TargetFramework)' == 'netstandard2.1'" >
3737 <DefineConstants >$(DefineConstants);HasITuple;HasNativeSpans;</DefineConstants >
3838 </PropertyGroup >
3939</Project >
Original file line number Diff line number Diff line change 33 <Description >.NET client for Prometheus</Description >
44 <Copyright >2020 © Serge K, Oleksandr Poliakov</Copyright >
55 <AssemblyTitle >Prometheus.Client</AssemblyTitle >
6- <VersionPrefix >4.2.1 </VersionPrefix >
6+ <VersionPrefix >4.3.0 </VersionPrefix >
77 <Authors >Serge K, Oleksandr Poliakov</Authors >
8- <TargetFrameworks >netstandard2.0;netcoreapp2.2; netstandard2.1</TargetFrameworks >
8+ <TargetFrameworks >netstandard2.0;netstandard2.1</TargetFrameworks >
99 <AssemblyName >Prometheus.Client</AssemblyName >
1010 <PackageId >Prometheus.Client</PackageId >
1111 <PackageTags >prometheus;metrics</PackageTags >
4242 <ItemGroup >
4343 <ProjectReference Include =" ..\Prometheus.Client.Abstractions\Prometheus.Client.Abstractions.csproj" />
4444 </ItemGroup >
45- <PropertyGroup Condition =" '$(TargetFramework)' == 'netstandard2.1' OR '$(TargetFramework)' == 'netcoreapp2.2' " >
45+ <PropertyGroup Condition =" '$(TargetFramework)' == 'netstandard2.1'" >
4646 <DefineConstants >$(DefineConstants);HasITuple;HasNativeSpans;</DefineConstants >
4747 </PropertyGroup >
4848</Project >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >netcoreapp3.0 </TargetFramework >
4+ <TargetFramework >netcoreapp3.1 </TargetFramework >
55 <NoWarn >SA1133</NoWarn >
66 <OutputType >Exe</OutputType >
77 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments