Skip to content

Commit 3e571eb

Browse files
authored
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
1 parent a08dc95 commit 3e571eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Middleware/HttpOverrides/src/Microsoft.AspNetCore.HttpOverrides.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Description>ASP.NET Core basic middleware for supporting HTTP method overrides. Includes:
55
* X-Forwarded-* headers to forward headers from a proxy.
66
* HTTP method override header.</Description>
7-
<TargetFramework>netcoreapp3.0</TargetFramework>
7+
<TargetFramework>netstandard2.0</TargetFramework>
88
<NoWarn>$(NoWarn);CS1591</NoWarn>
99
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1010
<PackageTags>aspnetcore;proxy;headers;xforwarded</PackageTags>

0 commit comments

Comments
 (0)