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

Commit 0ae28dd

Browse files
committed
Target .NET 4.5.1 as well as .NET Standard 1.6
It is possible to build ASP.NET Core applications that target the .NET 4.5 framework. Because this package only targets .NET Standard 1.6 it cannot be imported into ASP.NET Core projects that do so. This is a very simple change and is risk free, while broadening the appeal of solution.
1 parent 238393d commit 0ae28dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Stormpath.AspNetCore/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
},
2222
"description": "Stormpath middleware for ASP.NET Core. Easily adds authentication and authorization to ASP.NET Core applications.",
2323
"frameworks": {
24+
"net451": {},
2425
"netstandard1.6": {
2526
"imports": "dotnet"
2627
}

0 commit comments

Comments
 (0)