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 3403a29 + 8e8e194 commit fffbc14Copy full SHA for fffbc14
src/Serilog.Enrichers.ClientInfo/Serilog.Enrichers.ClientInfo.csproj
@@ -19,7 +19,7 @@
19
</PropertyGroup>
20
21
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0'">
22
- <PackageReference Include="Microsoft.AspNetCore.Http" Version="2.2.2" />
+ <PackageReference Include="Microsoft.AspNetCore.Http" Version="2.1.1" />
23
<PackageReference Include="Serilog" Version="2.9.0" />
24
</ItemGroup>
25
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.1'">
@@ -30,4 +30,4 @@
30
<Reference Include="System.Web" />
31
32
33
-</Project>
+</Project>
0 commit comments