Rebase.
This commit is contained in:
parent
f258724cbd
commit
55f8b9d41d
|
|
@ -8,7 +8,7 @@ namespace CookieSessionSample
|
|||
{
|
||||
public class Startup
|
||||
{
|
||||
public void Configure(IBuilder app)
|
||||
public void Configure(IApplicationBuilder app)
|
||||
{
|
||||
app.UseCookieAuthentication(new CookieAuthenticationOptions()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue