File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/Prometheus.Client.MetricServer Expand file tree Collapse file tree 1 file changed +2
-1
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.0 </VersionPrefix >
4+ <VersionPrefix >4.3.1 </VersionPrefix >
55 <TargetFrameworks >netstandard2.0;netstandard2.1;netcoreapp3.1;net5.0</TargetFrameworks >
66 <AssemblyName >Prometheus.Client.MetricServer</AssemblyName >
77 <PackageId >Prometheus.Client.MetricServer</PackageId >
3333 <FrameworkReference Include =" Microsoft.AspNetCore.App" />
3434 </ItemGroup >
3535 <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0' OR '$(TargetFramework)' == 'netstandard2.1'" >
36+ <PackageReference Include =" System.Text.Encodings.Web" Version =" 4.5.1" />
3637 <PackageReference Include =" Microsoft.AspNetCore.Server.Kestrel" Version =" 2.2.0" />
3738 <PackageReference Include =" Microsoft.AspNetCore.Server.Kestrel.Https" Version =" 2.2.0" />
3839 </ItemGroup >
You can’t perform that action at this time.
0 commit comments