Skip to content

Commit

Permalink
Update Microsoft.AspNetCore dependencies to Long Term Support versions
Browse files Browse the repository at this point in the history
  • Loading branch information
snakefoot committed Sep 18, 2019
1 parent 068aa95 commit 5d218aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/NLog.Web.AspNetCore/NLog.Web.AspNetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ Supported platforms:
<PackageReference Include="Microsoft.AspNetCore.Routing.Abstractions" Version="1.1.2" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' or '$(TargetFramework)' == 'net461' ">
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.2.0" />
<PackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="2.2.0" />
<PackageReference Include="Microsoft.AspNetCore.Routing.Abstractions" Version="2.2.0" />
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.1.1" />
<PackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="2.1.1" />
<PackageReference Include="Microsoft.AspNetCore.Routing.Abstractions" Version="2.1.1" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\Shared\**\*.cs" />
Expand Down

0 comments on commit 5d218aa

Please sign in to comment.