Skip to content

Commit 69adcbc

Browse files
author
Adam Ashton
committed
Update Microsoft.AspNetCore.Hosting.Abstractions and Microsoft.AspNetCore.Http.Abstractions to 2.3.0
1 parent dc1181c commit 69adcbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Serilog.AspNetCore/Serilog.AspNetCore.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
</ItemGroup>
4040

4141
<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" />
42+
<PackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="2.3.0" />
43+
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.3.0" />
4444
</ItemGroup>
4545

4646
</Project>

0 commit comments

Comments
 (0)