Temporarily revert Microsoft.AspNetCore.HttpOverrides to netstandard2.0 (#4446)

We're running into issues getting IIS tests on netcoreapp3.0. This unblocks the build and gives us more time to work on #4371
This commit is contained in:
Nate McMaster 2018-12-05 16:01:14 -08:00 committed by GitHub
parent a08dc959c0
commit 3e571eb519
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<Description>ASP.NET Core basic middleware for supporting HTTP method overrides. Includes:
* X-Forwarded-* headers to forward headers from a proxy.
* HTTP method override header.</Description>
<TargetFramework>netcoreapp3.0</TargetFramework>
<TargetFramework>netstandard2.0</TargetFramework>
<NoWarn>$(NoWarn);CS1591</NoWarn>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageTags>aspnetcore;proxy;headers;xforwarded</PackageTags>