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.
1 parent d2dd052 commit 657c476Copy full SHA for 657c476
src/Prometheus.Client/Prometheus.Client.csproj
@@ -5,7 +5,7 @@
5
<RepositoryUrl>https://github.com/prom-client-net/prom-client</RepositoryUrl>
6
</PropertyGroup>
7
<ItemGroup Condition="'$(TargetFramework)' == 'net462' OR '$(TargetFramework)' == 'netstandard2.0'">
8
- <PackageReference Include="System.Memory" Version="4.6.0" />
+ <PackageReference Include="System.Memory" Version="4.6.1" />
9
</ItemGroup>
10
<ItemGroup>
11
<ProjectReference Include="..\Prometheus.Client.Abstractions\Prometheus.Client.Abstractions.csproj" />
0 commit comments