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()
|
||||
.UseConfiguration(configurationBuilder.Build())
|
||||
.UseStartup(typeof(AntiforgerySample.Startup))
|
||||
.UseApplicationBasePath("../../../../samples/AntiforgerySample");
|
||||
.UseStartup(typeof(AntiforgerySample.Startup));
|
||||
|
||||
_server = new TestServer(builder);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue