Skip to content

Commit

Permalink
chore(deps): update dependency system.text.encodings.web to v4.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 1, 2023
1 parent 0598015 commit 61fe035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Prometheus.Client.HttpRequestDurations.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' != 'netcoreapp3.1' AND '$(TargetFramework)' != 'net5.0' AND '$(TargetFramework)' != 'net6.0'">
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" />
<PackageReference Include="System.Text.Encodings.Web" Version="4.5.1" />
<PackageReference Include="System.Text.Encodings.Web" Version="4.7.2" />
</ItemGroup>
<PropertyGroup Condition="'$(TargetFramework)' == 'netcoreapp3.1' OR '$(TargetFramework)' == 'net5.0' OR '$(TargetFramework)' == 'net6.0'">
<DefineConstants>$(DefineConstants);HasRoutes;</DefineConstants>
Expand Down

0 comments on commit 61fe035

Please sign in to comment.