Update src/Middleware/CORS/test/FunctionalTests/CorsMiddlewareFunctionalTest.cs

Co-Authored-By: ajaybhargavb <ajaybhargavb@gmail.com>
This commit is contained in:
Nate McMaster 2018-12-13 16:39:27 -08:00 committed by GitHub
parent 0ecc6bc0b5
commit 6e3e48d456
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -63,7 +63,6 @@ namespace FunctionalTests
var solutionPath = TestPathUtilities.GetSolutionRootDirectory("Middleware");
var runtimeFlavor = GetRuntimeFlavor();
var applicationType = runtimeFlavor == RuntimeFlavor.Clr ? ApplicationType.Standalone : ApplicationType.Portable;
var configuration =
#if RELEASE