Skip to content

Commit fffbc14

Browse files
authored
Merge pull request #4 from spottedmahn/patch-1
Fix Microsoft.AspNetCore.Http reference
2 parents 3403a29 + 8e8e194 commit fffbc14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Serilog.Enrichers.ClientInfo/Serilog.Enrichers.ClientInfo.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</PropertyGroup>
2020

2121
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0'">
22-
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.2.2" />
22+
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.1.1" />
2323
<PackageReference Include="Serilog" Version="2.9.0" />
2424
</ItemGroup>
2525
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.1'">
@@ -30,4 +30,4 @@
3030
<Reference Include="System.Web" />
3131
<PackageReference Include="Serilog" Version="2.9.0" />
3232
</ItemGroup>
33-
</Project>
33+
</Project>

0 commit comments

Comments
 (0)