diff --git a/external/NWebsec/project.json b/external/NWebsec/project.json index 42bef649..de35061c 100644 --- a/external/NWebsec/project.json +++ b/external/NWebsec/project.json @@ -1,35 +1,35 @@ { - "version": "1.0.0-internal-*", - "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", + "version": "1.0.0-internal-*", + "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", + "shared": "**/**.cs", - "frameworks": { - "net451": { }, + "frameworks": { + "net451": { }, - "netstandard1.3": { - "dependencies": { - "Microsoft.CSharp": "4.0.1-*", - "System.Runtime": "4.1.0-*" - }, + "netstandard1.3": { + "dependencies": { + "Microsoft.CSharp": "4.0.1-*", + "System.Runtime": "4.1.0-*" + }, - "imports": [ - "dotnet5.4", - "portable-net451+win8" - ] - } - }, - - "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0-*" + "imports": [ + "dotnet5.4", + "portable-net451+win8" + ] } + }, + + "dependencies": { + "Microsoft.AspNetCore.Http.Abstractions": "1.0.0-*" + } } diff --git a/samples/Mvc.Client/project.json b/samples/Mvc.Client/project.json index 58a9b71c..38396964 100644 --- a/samples/Mvc.Client/project.json +++ b/samples/Mvc.Client/project.json @@ -1,60 +1,60 @@ { - "dependencies": { - "Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-*", - "Microsoft.AspNetCore.Authentication.OpenIdConnect": "0.1.0-*", - "Microsoft.AspNetCore.Diagnostics": "1.0.0-*", - "Microsoft.AspNetCore.IISPlatformHandler": "1.0.0-*", - "Microsoft.AspNetCore.HttpOverrides": "1.0.0-*", - "Microsoft.AspNetCore.Hosting": "1.0.0-*", - "Microsoft.AspNetCore.Mvc": "1.0.0-*", - "Microsoft.AspNetCore.Mvc.Dnx": "1.0.0-*", - "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*", - "Microsoft.AspNetCore.StaticFiles": "1.0.0-*", - "Microsoft.Extensions.Logging.Console": "1.0.0-*", - "Microsoft.Extensions.Logging.Debug": "1.0.0-*", - "Microsoft.NETCore.Platforms": "1.0.1-*", - - "System.ComponentModel": "4.0.1-*", - "System.IO": "4.1.0-*", - "System.Runtime": "4.1.0-*" - }, - - "frameworks": { - "net451": { }, - - "netstandardapp1.5": { - "imports": [ - "dnxcore50", - "portable-net451+win8" - ] - } - }, - - "compilationOptions": { - "emitEntryPoint": true, - "preserveCompilationContext": true - }, - - "commands": { - "web": "Mvc.Client" - }, - - "content": [ - "wwwroot", - "Views" - ], - - "exclude": [ - "wwwroot", - "node_modules", - "bower_components" - ], - - "publishExclude": [ - "node_modules", - "bower_components", - "**.xproj", - "**.user", - "**.vspscc" - ] + "dependencies": { + "Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-*", + "Microsoft.AspNetCore.Authentication.OpenIdConnect": "0.1.0-*", + "Microsoft.AspNetCore.Diagnostics": "1.0.0-*", + "Microsoft.AspNetCore.IISPlatformHandler": "1.0.0-*", + "Microsoft.AspNetCore.HttpOverrides": "1.0.0-*", + "Microsoft.AspNetCore.Hosting": "1.0.0-*", + "Microsoft.AspNetCore.Mvc": "1.0.0-*", + "Microsoft.AspNetCore.Mvc.Dnx": "1.0.0-*", + "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*", + "Microsoft.AspNetCore.StaticFiles": "1.0.0-*", + "Microsoft.Extensions.Logging.Console": "1.0.0-*", + "Microsoft.Extensions.Logging.Debug": "1.0.0-*", + "Microsoft.NETCore.Platforms": "1.0.1-*", + + "System.ComponentModel": "4.0.1-*", + "System.IO": "4.1.0-*", + "System.Runtime": "4.1.0-*" + }, + + "frameworks": { + "net451": { }, + + "netstandardapp1.5": { + "imports": [ + "dnxcore50", + "portable-net451+win8" + ] + } + }, + + "compilationOptions": { + "emitEntryPoint": true, + "preserveCompilationContext": true + }, + + "commands": { + "web": "Mvc.Client" + }, + + "content": [ + "wwwroot", + "Views" + ], + + "exclude": [ + "wwwroot", + "node_modules", + "bower_components" + ], + + "publishExclude": [ + "node_modules", + "bower_components", + "**.xproj", + "**.user", + "**.vspscc" + ] } \ No newline at end of file diff --git a/samples/Mvc.Server/project.json b/samples/Mvc.Server/project.json index 07e63ab2..8e7bfda9 100644 --- a/samples/Mvc.Server/project.json +++ b/samples/Mvc.Server/project.json @@ -1,63 +1,63 @@ { - "dependencies": { - "AspNet.Security.OAuth.Introspection": "1.0.0-*", - "AspNet.Security.OAuth.Validation": "1.0.0-*", - "Microsoft.AspNetCore.Authentication.Google": "1.0.0-*", - "Microsoft.AspNetCore.Authentication.Twitter": "1.0.0-*", - "Microsoft.AspNetCore.Diagnostics": "1.0.0-*", - "Microsoft.AspNetCore.IISPlatformHandler": "1.0.0-*", - "Microsoft.AspNetCore.HttpOverrides": "1.0.0-*", - "Microsoft.AspNetCore.Mvc.Dnx": "1.0.0-*", - "Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0-*", - "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*", - "Microsoft.AspNetCore.StaticFiles": "1.0.0-*", - "Microsoft.EntityFrameworkCore.SqlServer": "1.0.0-*", - "Microsoft.Extensions.Logging.Console": "1.0.0-*", - "Microsoft.Extensions.Logging.Debug": "1.0.0-*", - "Microsoft.NETCore.Platforms": "1.0.1-*", - "OpenIddict": "1.0.0-*", - - "System.ComponentModel": "4.0.1-*", - "System.IO": "4.1.0-*", - "System.Runtime": "4.1.0-*" - }, - - "frameworks": { - "net451": { }, - - "netstandardapp1.5": { - "imports": [ - "dnxcore50", - "portable-net451+win8" - ] - } - }, - - "compilationOptions": { - "emitEntryPoint": true, - "preserveCompilationContext": true - }, - - "commands": { - "web": "Mvc.Server" - }, - - "content": [ - "wwwroot", - "Views" - ], - - "exclude": [ - "wwwroot", - "node_modules", - "bower_components" - ], - - "publishExclude": [ - "node_modules", - "bower_components", - "**.xproj", - "**.user", - "**.vspscc" - ] + "dependencies": { + "AspNet.Security.OAuth.Introspection": "1.0.0-*", + "AspNet.Security.OAuth.Validation": "1.0.0-*", + "Microsoft.AspNetCore.Authentication.Google": "1.0.0-*", + "Microsoft.AspNetCore.Authentication.Twitter": "1.0.0-*", + "Microsoft.AspNetCore.Diagnostics": "1.0.0-*", + "Microsoft.AspNetCore.IISPlatformHandler": "1.0.0-*", + "Microsoft.AspNetCore.HttpOverrides": "1.0.0-*", + "Microsoft.AspNetCore.Mvc.Dnx": "1.0.0-*", + "Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0-*", + "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*", + "Microsoft.AspNetCore.StaticFiles": "1.0.0-*", + "Microsoft.EntityFrameworkCore.SqlServer": "1.0.0-*", + "Microsoft.Extensions.Logging.Console": "1.0.0-*", + "Microsoft.Extensions.Logging.Debug": "1.0.0-*", + "Microsoft.NETCore.Platforms": "1.0.1-*", + "OpenIddict": "1.0.0-*", + + "System.ComponentModel": "4.0.1-*", + "System.IO": "4.1.0-*", + "System.Runtime": "4.1.0-*" + }, + + "frameworks": { + "net451": { }, + + "netstandardapp1.5": { + "imports": [ + "dnxcore50", + "portable-net451+win8" + ] + } + }, + + "compilationOptions": { + "emitEntryPoint": true, + "preserveCompilationContext": true + }, + + "commands": { + "web": "Mvc.Server" + }, + + "content": [ + "wwwroot", + "Views" + ], + + "exclude": [ + "wwwroot", + "node_modules", + "bower_components" + ], + + "publishExclude": [ + "node_modules", + "bower_components", + "**.xproj", + "**.user", + "**.vspscc" + ] } \ No newline at end of file diff --git a/src/OpenIddict.Assets/project.json b/src/OpenIddict.Assets/project.json index ad79f4fe..504f63c9 100644 --- a/src/OpenIddict.Assets/project.json +++ b/src/OpenIddict.Assets/project.json @@ -1,37 +1,49 @@ { - "version": "1.0.0-*", + "version": "1.0.0-alpha2-*", - "description": "Contains the default assets used by OpenIddict.", + "description": "Contains the default assets used by OpenIddict.", + "authors": [ "Kévin Chalet" ], + "owners": [ "Kévin Chalet" ], - "resource": [ "fonts/*", "scripts/*", "stylesheets/*" ], + "projectUrl": "https://github.com/openiddict/openiddict-core", + "licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.html", - "dependencies": { - "JetBrains.Annotations": "10.1.2-eap", - "Microsoft.AspNetCore.StaticFiles": "1.0.0-*", - "Microsoft.Extensions.FileProviders.Embedded": "1.0.0-*", - "OpenIddict.Core": "1.0.0-*" + "repository": { + "type": "git", + "url": "git://github.com/openiddict/openiddict-core" + }, + + "tags": [ + "aspnetcore", + "authentication", + "jwt", + "openidconnect", + "openiddict", + "security" + ], + + "resource": [ "fonts/*", "scripts/*", "stylesheets/*" ], + + "dependencies": { + "JetBrains.Annotations": { "type": "build", "version": "10.1.2-eap" }, + "Microsoft.AspNetCore.StaticFiles": "1.0.0-*", + "Microsoft.Extensions.FileProviders.Embedded": "1.0.0-*", + "OpenIddict.Core": "1.0.0-*" + }, + + "frameworks": { + "net451": { + "frameworkAssemblies": { + "System.Reflection": { "type": "build", "version": "4.0.0.0" }, + "System.Runtime": { "type": "build", "version": "4.0.10.0" } + } }, - "frameworks": { - "net451": { - "frameworkAssemblies": { - "System.Reflection": { - "type": "build", - "version": "4.0.0.0" - }, - - "System.Runtime": { - "type": "build", - "version": "4.0.10.0" - } - } - }, - - "netstandard1.3": { - "imports": [ - "dotnet5.4", - "portable-net451+win8" - ] - } + "netstandard1.3": { + "imports": [ + "dotnet5.4", + "portable-net451+win8" + ] } + } } \ No newline at end of file diff --git a/src/OpenIddict.Core/project.json b/src/OpenIddict.Core/project.json index fe616b30..2e0be4d7 100644 --- a/src/OpenIddict.Core/project.json +++ b/src/OpenIddict.Core/project.json @@ -1,38 +1,50 @@ -{ - "version": "1.0.0-*", +{ + "version": "1.0.0-alpha2-*", - "description": "Core components of OpenIddict.", + "description": "Core components of OpenIddict.", + "authors": [ "Kévin Chalet" ], + "owners": [ "Kévin Chalet" ], - "dependencies": { - "AspNet.Security.OpenIdConnect.Server": "1.0.0-*", - "CryptoHelper": "1.0.0-rc2-build03", - "JetBrains.Annotations": "10.1.2-eap", - "Microsoft.AspNetCore.Cors": "1.0.0-*", - "Microsoft.AspNetCore.Identity": "1.0.0-*", - "Microsoft.Extensions.Configuration": "1.0.0-*", - "Microsoft.Extensions.Caching.Memory": "1.0.0-*" - }, + "projectUrl": "https://github.com/openiddict/openiddict-core", + "licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.html", + + "repository": { + "type": "git", + "url": "git://github.com/openiddict/openiddict-core" + }, - "frameworks": { - "net451": { - "frameworkAssemblies": { - "System.ComponentModel": { - "type": "build", - "version": "4.0.0.0" - }, + "tags": [ + "aspnetcore", + "authentication", + "jwt", + "openidconnect", + "openiddict", + "security" + ], - "System.Runtime": { - "type": "build", - "version": "4.0.10.0" - } - } - }, + "dependencies": { + "AspNet.Security.OpenIdConnect.Server": "1.0.0-*", + "CryptoHelper": "1.0.0-rc2-build03", + "JetBrains.Annotations": { "type": "build", "version": "10.1.2-eap" }, + "Microsoft.AspNetCore.Cors": "1.0.0-*", + "Microsoft.AspNetCore.Identity": "1.0.0-*", + "Microsoft.Extensions.Configuration": "1.0.0-*", + "Microsoft.Extensions.Caching.Memory": "1.0.0-*" + }, + + "frameworks": { + "net451": { + "frameworkAssemblies": { + "System.ComponentModel": { "type": "build", "version": "4.0.0.0" }, + "System.Runtime": { "type": "build", "version": "4.0.10.0" } + } + }, - "netstandard1.3": { - "imports": [ - "dotnet5.4", - "portable-net451+win8" - ] - } + "netstandard1.3": { + "imports": [ + "dotnet5.4", + "portable-net451+win8" + ] } + } } \ No newline at end of file diff --git a/src/OpenIddict.EF/project.json b/src/OpenIddict.EF/project.json index 57bd4e2f..049e1e18 100644 --- a/src/OpenIddict.EF/project.json +++ b/src/OpenIddict.EF/project.json @@ -1,23 +1,42 @@ { - "version": "1.0.0-*", + "version": "1.0.0-alpha2-*", - "description": "Entity Framework adapter for OpenIddict.", + "description": "Entity Framework adapter for OpenIddict.", + "authors": [ "Kévin Chalet" ], + "owners": [ "Kévin Chalet" ], - "dependencies": { - "JetBrains.Annotations": "10.1.2-eap", - "Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.0.0-*", - "OpenIddict.Core": "1.0.0-*", - "OpenIddict.Models": "1.0.0-*" - }, + "projectUrl": "https://github.com/openiddict/openiddict-core", + "licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.html", - "frameworks": { - "net451": { }, + "repository": { + "type": "git", + "url": "git://github.com/openiddict/openiddict-core" + }, - "netstandard1.3": { - "imports": [ - "dotnet5.4", - "portable-net451+win8" - ] - } + "tags": [ + "aspnetcore", + "authentication", + "jwt", + "openidconnect", + "openiddict", + "security" + ], + + "dependencies": { + "JetBrains.Annotations": { "type": "build", "version": "10.1.2-eap" }, + "Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.0.0-*", + "OpenIddict.Core": "1.0.0-*", + "OpenIddict.Models": "1.0.0-*" + }, + + "frameworks": { + "net451": { }, + + "netstandard1.3": { + "imports": [ + "dotnet5.4", + "portable-net451+win8" + ] } + } } \ No newline at end of file diff --git a/src/OpenIddict.Models/project.json b/src/OpenIddict.Models/project.json index 699245dd..9818e034 100644 --- a/src/OpenIddict.Models/project.json +++ b/src/OpenIddict.Models/project.json @@ -1,20 +1,39 @@ { - "version": "1.0.0-*", + "version": "1.0.0-alpha2-*", - "description": "Contains the default models used by OpenIddict.", + "description": "Contains the default models used by OpenIddict.", + "authors": [ "Kévin Chalet" ], + "owners": [ "Kévin Chalet" ], - "frameworks": { - "net451": { }, + "projectUrl": "https://github.com/openiddict/openiddict-core", + "licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.html", - "netstandard1.3": { - "dependencies": { - "System.Runtime": "4.1.0-*" - }, + "repository": { + "type": "git", + "url": "git://github.com/openiddict/openiddict-core" + }, - "imports": [ - "dotnet5.4", - "portable-net451+win8" - ] - } + "tags": [ + "aspnetcore", + "authentication", + "jwt", + "openidconnect", + "openiddict", + "security" + ], + + "frameworks": { + "net451": { }, + + "netstandard1.3": { + "dependencies": { + "System.Runtime": "4.1.0-*" + }, + + "imports": [ + "dotnet5.4", + "portable-net451+win8" + ] } + } } \ No newline at end of file diff --git a/src/OpenIddict.Mvc/project.json b/src/OpenIddict.Mvc/project.json index a31f5a0e..18c43713 100644 --- a/src/OpenIddict.Mvc/project.json +++ b/src/OpenIddict.Mvc/project.json @@ -1,36 +1,55 @@ { - "version": "1.0.0-*", + "version": "1.0.0-alpha2-*", - "description": "MVC 6 module for OpenIddict.", + "description": "ASP.NET Core MVC module for OpenIddict.", + "authors": [ "Kévin Chalet" ], + "owners": [ "Kévin Chalet" ], - "resource": "Views/**", + "projectUrl": "https://github.com/openiddict/openiddict-core", + "licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.html", - "dependencies": { - "AspNet.Hosting.Extensions": "1.0.0-*", - "JetBrains.Annotations": "10.1.2-eap", - "Microsoft.AspNetCore.Mvc": "1.0.0-*", - "Microsoft.Extensions.FileProviders.Embedded": "1.0.0-*", - "Microsoft.Extensions.FileProviders.Composite": "1.0.0-*", - "OpenIddict.Core": "1.0.0-*", + "repository": { + "type": "git", + "url": "git://github.com/openiddict/openiddict-core" + }, - "System.Reflection": "4.1.0-*" - }, + "tags": [ + "aspnetcore", + "authentication", + "jwt", + "openidconnect", + "openiddict", + "security" + ], + + "resource": "Views/**", + + "dependencies": { + "AspNet.Hosting.Extensions": "1.0.0-*", + "JetBrains.Annotations": { "type": "build", "version": "10.1.2-eap" }, + "Microsoft.AspNetCore.Mvc": "1.0.0-*", + "Microsoft.Extensions.FileProviders.Embedded": "1.0.0-*", + "Microsoft.Extensions.FileProviders.Composite": "1.0.0-*", + "OpenIddict.Core": "1.0.0-*", - "frameworks": { - "net451": { - "frameworkAssemblies": { - "System.Reflection": { - "type": "build", - "version": "4.0.0.0" - } - } - }, - - "netstandard1.5": { - "imports": [ - "dotnet5.6", - "portable-net451+win8" - ] + "System.Reflection": "4.1.0-*" + }, + + "frameworks": { + "net451": { + "frameworkAssemblies": { + "System.Reflection": { + "type": "build", + "version": "4.0.0.0" } + } + }, + + "netstandard1.5": { + "imports": [ + "dotnet5.6", + "portable-net451+win8" + ] } + } } \ No newline at end of file diff --git a/src/OpenIddict.Security/project.json b/src/OpenIddict.Security/project.json index a90857b0..6af4ca3a 100644 --- a/src/OpenIddict.Security/project.json +++ b/src/OpenIddict.Security/project.json @@ -1,26 +1,41 @@ { - "version": "1.0.0-*", + "version": "1.0.0-alpha2-*", - "description": "Security headers module for OpenIddict.", + "description": "Security headers module for OpenIddict.", + "authors": [ "Kévin Chalet" ], + "owners": [ "Kévin Chalet" ], - "dependencies": { - "JetBrains.Annotations": "10.1.2-eap", - "OpenIddict.Core": "1.0.0-*", + "projectUrl": "https://github.com/openiddict/openiddict-core", + "licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.html", - "NWebsec": { - "type": "build", - "version": "1.0.0-internal-*" - } - }, + "repository": { + "type": "git", + "url": "git://github.com/openiddict/openiddict-core" + }, - "frameworks": { - "net451": { }, + "tags": [ + "aspnetcore", + "authentication", + "jwt", + "openidconnect", + "openiddict", + "security" + ], - "netstandard1.3": { - "imports": [ - "dotnet5.4", - "portable-net451+win8" - ] - } + "dependencies": { + "NWebsec": { "type": "build", "version": "1.0.0-internal-*" }, + "JetBrains.Annotations": { "type": "build", "version": "10.1.2-eap" }, + "OpenIddict.Core": "1.0.0-*" + }, + + "frameworks": { + "net451": { }, + + "netstandard1.3": { + "imports": [ + "dotnet5.4", + "portable-net451+win8" + ] } + } } diff --git a/src/OpenIddict/project.json b/src/OpenIddict/project.json index c12f4b8a..a63a8172 100644 --- a/src/OpenIddict/project.json +++ b/src/OpenIddict/project.json @@ -1,24 +1,43 @@ -{ - "version": "1.0.0-*", +{ + "version": "1.0.0-alpha2-*", - "description": "Easy-to-use OpenID Connect server for ASP.NET 5.", + "description": "Easy-to-use OpenID Connect server for ASP.NET Core.", + "authors": [ "Kévin Chalet" ], + "owners": [ "Kévin Chalet" ], - "dependencies": { - "JetBrains.Annotations": "10.1.2-eap", - "OpenIddict.Assets": "1.0.0-*", - "OpenIddict.EF": "1.0.0-*", - "OpenIddict.Mvc": "1.0.0-*", - "OpenIddict.Security": "1.0.0-*" - }, + "projectUrl": "https://github.com/openiddict/openiddict-core", + "licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.html", - "frameworks": { - "net451": { }, + "repository": { + "type": "git", + "url": "git://github.com/openiddict/openiddict-core" + }, - "netstandard1.5": { - "imports": [ - "dotnet5.6", - "portable-net451+win8" - ] - } + "tags": [ + "aspnetcore", + "authentication", + "jwt", + "openidconnect", + "openiddict", + "security" + ], + + "dependencies": { + "JetBrains.Annotations": { "type": "build", "version": "10.1.2-eap" }, + "OpenIddict.Assets": "1.0.0-*", + "OpenIddict.EF": "1.0.0-*", + "OpenIddict.Mvc": "1.0.0-*", + "OpenIddict.Security": "1.0.0-*" + }, + + "frameworks": { + "net451": { }, + + "netstandard1.5": { + "imports": [ + "dotnet5.6", + "portable-net451+win8" + ] } + } } \ No newline at end of file