Reacting to Hosting changes
This commit is contained in:
parent
33c91afbb2
commit
ddde171fcb
|
|
@ -25,8 +25,7 @@ namespace Microsoft.AspNetCore.Antiforgery.FunctionalTests
|
||||||
|
|
||||||
var builder = new WebHostBuilder()
|
var builder = new WebHostBuilder()
|
||||||
.UseConfiguration(configurationBuilder.Build())
|
.UseConfiguration(configurationBuilder.Build())
|
||||||
.UseStartup(typeof(AntiforgerySample.Startup))
|
.UseStartup(typeof(AntiforgerySample.Startup));
|
||||||
.UseApplicationBasePath("../../../../samples/AntiforgerySample");
|
|
||||||
|
|
||||||
_server = new TestServer(builder);
|
_server = new TestServer(builder);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue