This commit is contained in:
Chris Ross 2014-09-12 14:32:35 -07:00
parent f258724cbd
commit 55f8b9d41d
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ namespace CookieSessionSample
{ {
public class Startup public class Startup
{ {
public void Configure(IBuilder app) public void Configure(IApplicationBuilder app)
{ {
app.UseCookieAuthentication(new CookieAuthenticationOptions() app.UseCookieAuthentication(new CookieAuthenticationOptions()
{ {