Reacting to Hosting changes

This commit is contained in:
Pranav K 2016-03-14 20:53:27 -07:00
parent 33c91afbb2
commit ddde171fcb
1 changed files with 1 additions and 2 deletions

View File

@ -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);