Skip to content

Commit

Permalink
feat: update Prometheus.Client to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
phnx47 committed Aug 26, 2022
1 parent 0c29492 commit 1e277a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Prometheus.Client.HttpRequestDurations.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Description>Metrics logging of request durations for the Prometheus.Client</Description>
<VersionPrefix>3.5.0</VersionPrefix>
<VersionPrefix>3.6.0</VersionPrefix>
<TargetFrameworks>netstandard2.0;netstandard2.1;netcoreapp3.1;net5.0;net6.0</TargetFrameworks>
<PackageId>Prometheus.Client.HttpRequestDurations</PackageId>
<RepositoryUrl>https://github.com/prom-client-net/prom-client-httprequestdurations</RepositoryUrl>
Expand All @@ -11,7 +11,7 @@
<None Include="../icon.png" Visible="false" Pack="true" PackagePath="" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Prometheus.Client" Version="[4.5.3,5.0.0)" />
<PackageReference Include="Prometheus.Client" Version="[5.0.0,6.0.0)" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.1' OR '$(TargetFramework)' == 'net5.0' OR '$(TargetFramework)' == 'net6.0'">
<FrameworkReference Include="Microsoft.AspNetCore.App" />
Expand Down

0 comments on commit 1e277a2

Please sign in to comment.