Skip to content

Commit 4555d40

Browse files
committed
Install System.Text.RegularExpressions to netstandard1.3 and Update Microsoft.AspNetCore.Http.Abstractions
1 parent 2b31242 commit 4555d40

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Prometheus.Client.AspNetCore/Prometheus.Client.AspNetCore.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
</ItemGroup>
2828
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.3'">
2929
<PackageReference Include="System.Net.Http" Version="4.3.4" />
30-
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="1.1.0" />
30+
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
31+
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="1.1.2" />
3132
</ItemGroup>
3233
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0' OR '$(TargetFramework)' == 'netcoreapp2.2' OR '$(TargetFramework)' == 'netstandard2.1'">
3334
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" />

0 commit comments

Comments
 (0)