Skip to content
This repository was archived by the owner on Dec 13, 2018. It is now read-only.

Commit 55f8b9d

Browse files
committed
Rebase.
1 parent f258724 commit 55f8b9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/CookieSessionSample/Startup.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace CookieSessionSample
88
{
99
public class Startup
1010
{
11-
public void Configure(IBuilder app)
11+
public void Configure(IApplicationBuilder app)
1212
{
1313
app.UseCookieAuthentication(new CookieAuthenticationOptions()
1414
{

0 commit comments

Comments
 (0)