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 2b31242 commit 4555d40Copy full SHA for 4555d40
src/Prometheus.Client.AspNetCore/Prometheus.Client.AspNetCore.csproj
@@ -27,7 +27,8 @@
27
</ItemGroup>
28
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.3'">
29
<PackageReference Include="System.Net.Http" Version="4.3.4" />
30
- <PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="1.1.0" />
+ <PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
31
+ <PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="1.1.2" />
32
33
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0' OR '$(TargetFramework)' == 'netcoreapp2.2' OR '$(TargetFramework)' == 'netstandard2.1'">
34
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" />
0 commit comments