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 >Standalone Kestrel server for the Prometheus.Client</Description >
4- <VersionPrefix >4.3.1 </VersionPrefix >
5- <TargetFrameworks >netstandard2.0;netstandard2.1;netcoreapp3.1;net5.0</TargetFrameworks >
4+ <VersionPrefix >4.4.0 </VersionPrefix >
5+ <TargetFrameworks >netstandard2.0;netstandard2.1;netcoreapp3.1;net5.0;net6.0 </TargetFrameworks >
66 <PackageId >Prometheus.Client.MetricServer</PackageId >
77 <RepositoryUrl >https://github.com/prom-client-net/prom-client-metricserver</RepositoryUrl >
88 <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
1414 <ItemGroup >
1515 <PackageReference Include =" Prometheus.Client" Version =" [4.5.3,5.0.0)" />
1616 </ItemGroup >
17- <ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp3.1' OR '$(TargetFramework)' == 'net5.0'" >
17+ <ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp3.1' OR '$(TargetFramework)' == 'net5.0' OR '$(TargetFramework)' == 'net6.0' " >
1818 <FrameworkReference Include =" Microsoft.AspNetCore.App" />
1919 </ItemGroup >
2020 <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0' OR '$(TargetFramework)' == 'netstandard2.1'" >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFramework >netcoreapp3.1 </TargetFramework >
3+ <TargetFramework >net6.0 </TargetFramework >
44 <IsPackable >false</IsPackable >
55 <SignAssembly >true</SignAssembly >
66 <AssemblyOriginatorKeyFile >../Prometheus.Client.MetricServer.snk</AssemblyOriginatorKeyFile >
You can’t perform that action at this time.
0 commit comments