We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e290237 commit 26f2328Copy full SHA for 26f2328
aspnetcore/migration/inc/samples/wrapped/Program.cs
@@ -8,7 +8,7 @@
8
options.RegisterKey<int>("test-value");
9
options.RegisterKey<SessionDemoModel>("SampleSessionItem");
10
})
11
- .WrapAspNetCoreSession();
+ .AddWrappedAspNetCoreSession();
12
// </snippet_WrapAspNetCoreSession>
13
14
var app = builder.Build();
0 commit comments