You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
1.2 KiB
38 lines
1.2 KiB
{
|
|
"version": "1.0.0-internal-*",
|
|
|
|
"packOptions": {
|
|
"title": "NWebsec.Middleware (ASP.NET 5)",
|
|
"description": "NWebsec middleware for ASP.NET 5 applications. NWebsec helps you set important security headers and detect potentially dangerous redirects. See project website for documentation.",
|
|
"releaseNotes": "This release includes core functions for the NWebsec security libaries.",
|
|
"authors": [ "André N. Klingsheim" ],
|
|
"owners": [ "André N. Klingsheim" ],
|
|
"copyright": "Copyright © 2014 - 2015",
|
|
"tags": [ "NWebsec Security AspNet AppSec" ],
|
|
"projectUrl": "https://docs.nwebsec.com/en/latest/",
|
|
"licenseUrl": "https://github.com/NWebsec/NWebsec/blob/master/LICENSE",
|
|
"iconUrl": "https://klings.blob.core.windows.net/nwebsecicon/nwebsec_nuget.png",
|
|
},
|
|
|
|
"shared": "**/**.cs",
|
|
|
|
"frameworks": {
|
|
"net451": { },
|
|
|
|
"netstandard1.3": {
|
|
"dependencies": {
|
|
"Microsoft.CSharp": "4.0.1-rc2-*",
|
|
"System.Runtime": "4.1.0-rc2-*"
|
|
},
|
|
|
|
"imports": [
|
|
"dotnet5.4",
|
|
"portable-net451+win8"
|
|
]
|
|
}
|
|
},
|
|
|
|
"dependencies": {
|
|
"Microsoft.AspNetCore.Http.Abstractions": "1.0.0-rc2-*"
|
|
}
|
|
}
|
|
|