Skip to content

Commit

Permalink
fix: package reference
Browse files Browse the repository at this point in the history
  • Loading branch information
phnx47 committed Jul 12, 2021
1 parent e406319 commit 1033be5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</None>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Prometheus.Client" Version="4.5.1" />
<PackageReference Include="Prometheus.Client" Version="[4.5.1,5.0.0)" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.1' OR '$(TargetFramework)' == 'net5.0'">
<FrameworkReference Include="Microsoft.AspNetCore.App" />
Expand Down

0 comments on commit 1033be5

Please sign in to comment.