We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dce32ea + 50f7869 commit ab73dd8Copy full SHA for ab73dd8
src/Prometheus.Client/Prometheus.Client.csproj
@@ -38,7 +38,7 @@
38
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
39
<PackageReference Include="System.Memory" Version="4.5.4" />
40
<PackageReference Include="System.Buffers" Version="4.5.1" />
41
- <PackageReference Include="Microsoft.Bcl.HashCode" Version="1.1.0" />
+ <PackageReference Include="Microsoft.Bcl.HashCode" Version="1.1.1" />
42
</ItemGroup>
43
<PropertyGroup Condition=" '$(TargetFramework)' == 'netstandard2.1' OR '$(TargetFramework)' == 'netcoreapp2.2'">
44
<DefineConstants>$(DefineConstants);HasITuple;HasNativeSpans;</DefineConstants>
0 commit comments