Skip to content
This repository was archived by the owner on Oct 19, 2022. It is now read-only.

Commit b6c63c7

Browse files
committed
Update dependencies
1 parent 7c87bb1 commit b6c63c7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/Stormpath.AspNetCore/StormpathMiddlewareExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public static IApplicationBuilder UseStormpath(this IApplicationBuilder app)
9595
new PrecompiledViewRenderer(logger),
9696
app.ApplicationServices.GetRequiredService<RazorViewRenderer>());
9797

98-
var stormpathMiddleware = StormpathMiddleware.Create(new StormpathMiddlewareOptions()
98+
var stormpathMiddleware = StormpathMiddleware.Create(new StormpathOwinOptions()
9999
{
100100
LibraryUserAgent = GetLibraryUserAgent(hostingAssembly),
101101
Configuration = suppliedConfiguration.Configuration,

src/Stormpath.AspNetCore/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.0-rc2-final",
1717
"Microsoft.Extensions.Logging": "1.0.0-rc2-final",
1818
"Microsoft.AspNetCore.Owin": "1.0.0-rc2-final",
19-
"Stormpath.Owin.Middleware": "0.2.2-beta2",
20-
"Stormpath.Owin.Views.Precompiled": "0.2.1-beta1"
19+
"Stormpath.Owin.Middleware": "1.0.0-beta1",
20+
"Stormpath.Owin.Views.Precompiled": "0.2.1-beta2"
2121
},
2222
"description": "Stormpath middleware for ASP.NET Core. Easily adds authentication and authorization to ASP.NET Core applications.",
2323
"frameworks": {
@@ -42,5 +42,5 @@
4242
"tooling": {
4343
"defaultNamespace": "Stormpath.AspNetCore"
4444
},
45-
"version": "0.2.2-beta1"
45+
"version": "0.2.2-beta4"
4646
}

0 commit comments

Comments
 (0)