Skip to content

Commit 65ecee8

Browse files
committed
fix: vulnerability
1 parent 51d461c commit 65ecee8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Prometheus.Client.MetricServer/Prometheus.Client.MetricServer.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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>
@@ -33,6 +33,7 @@
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>

0 commit comments

Comments
 (0)