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 dc1181c + 69adcbc commit 142e8daCopy full SHA for 142e8da
src/Serilog.AspNetCore/Serilog.AspNetCore.csproj
@@ -39,8 +39,8 @@
39
</ItemGroup>
40
41
<ItemGroup Condition=" '$(TargetFramework)' == 'net462' or '$(TargetFramework)' == 'netstandard2.0' or '$(TargetFramework)' == 'netstandard2.1' ">
42
- <PackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="2.2.0" />
43
- <PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" />
+ <PackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="2.3.0" />
+ <PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.3.0" />
44
45
46
</Project>
0 commit comments