Browse Source

Update project.json to conform to the new schema

pull/107/head
Kévin Chalet 10 years ago
parent
commit
8521646307
  1. 25
      external/NWebsec/project.json
  2. 30
      samples/Mvc.Client/project.json
  3. 32
      samples/Mvc.Server/project.json
  4. 57
      src/OpenIddict.Assets/project.json
  5. 3
      src/OpenIddict.Core/project.json
  6. 45
      src/OpenIddict.EF/project.json
  7. 45
      src/OpenIddict.Models/project.json
  8. 51
      src/OpenIddict.Mvc/project.json
  9. 45
      src/OpenIddict.Security/project.json
  10. 45
      src/OpenIddict/project.json

25
external/NWebsec/project.json

@ -1,15 +1,18 @@
{ {
"version": "1.0.0-internal-*", "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.", "packOptions": {
"releaseNotes": "This release includes core functions for the NWebsec security libaries.", "title": "NWebsec.Middleware (ASP.NET 5)",
"authors": [ "André N. Klingsheim" ], "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.",
"owners": [ "André N. Klingsheim" ], "releaseNotes": "This release includes core functions for the NWebsec security libaries.",
"copyright": "Copyright © 2014 - 2015", "authors": [ "André N. Klingsheim" ],
"tags": [ "NWebsec Security AspNet AppSec" ], "owners": [ "André N. Klingsheim" ],
"projectUrl": "https://docs.nwebsec.com/en/latest/", "copyright": "Copyright © 2014 - 2015",
"licenseUrl": "https://github.com/NWebsec/NWebsec/blob/master/LICENSE", "tags": [ "NWebsec Security AspNet AppSec" ],
"iconUrl": "https://klings.blob.core.windows.net/nwebsecicon/nwebsec_nuget.png", "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",
@ -30,6 +33,6 @@
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Http.Abstractions": "1.0.0-*" "Microsoft.AspNetCore.Http.Abstractions": "1.0.0-rc2-*"
} }
} }

30
samples/Mvc.Client/project.json

@ -1,7 +1,8 @@
{ {
"compilationOptions": { "buildOptions": {
"debugType": "portable", "debugType": "portable",
"emitEntryPoint": true, "emitEntryPoint": true,
"warningsAsErrors": true,
"preserveCompilationContext": true "preserveCompilationContext": true
}, },
@ -9,7 +10,6 @@
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-rc2-*", "Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-rc2-*",
"Microsoft.AspNetCore.Authentication.OpenIdConnect": "1.0.0-rc2-*", "Microsoft.AspNetCore.Authentication.OpenIdConnect": "1.0.0-rc2-*",
"Microsoft.AspNetCore.Diagnostics": "1.0.0-rc2-*", "Microsoft.AspNetCore.Diagnostics": "1.0.0-rc2-*",
"Microsoft.AspNetCore.IISPlatformHandler": "1.0.0-rc2-*",
"Microsoft.AspNetCore.Hosting": "1.0.0-rc2-*", "Microsoft.AspNetCore.Hosting": "1.0.0-rc2-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-rc2-*", "Microsoft.AspNetCore.Mvc": "1.0.0-rc2-*",
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-rc2-*", "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-rc2-*",
@ -51,23 +51,11 @@
"postpublish": "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%" "postpublish": "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%"
}, },
"content": [ "publishOptions": {
"wwwroot", "include": [
"Views", "wwwroot",
"web.config" "Views",
], "web.config"
]
"exclude": [ }
"wwwroot",
"node_modules",
"bower_components"
],
"publishExclude": [
"node_modules",
"bower_components",
"**.xproj",
"**.user",
"**.vspscc"
]
} }

32
samples/Mvc.Server/project.json

@ -1,7 +1,8 @@
{ {
"compilationOptions": { "buildOptions": {
"debugType": "portable", "debugType": "portable",
"emitEntryPoint": true, "emitEntryPoint": true,
"warningsAsErrors": true,
"preserveCompilationContext": true "preserveCompilationContext": true
}, },
@ -12,7 +13,6 @@
"Microsoft.AspNetCore.Authentication.Google": "1.0.0-rc2-*", "Microsoft.AspNetCore.Authentication.Google": "1.0.0-rc2-*",
"Microsoft.AspNetCore.Authentication.Twitter": "1.0.0-rc2-*", "Microsoft.AspNetCore.Authentication.Twitter": "1.0.0-rc2-*",
"Microsoft.AspNetCore.Diagnostics": "1.0.0-rc2-*", "Microsoft.AspNetCore.Diagnostics": "1.0.0-rc2-*",
"Microsoft.AspNetCore.IISPlatformHandler": "1.0.0-rc2-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-rc2-*", "Microsoft.AspNetCore.Mvc": "1.0.0-rc2-*",
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-rc2-*", "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-rc2-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-*", "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-*",
@ -56,24 +56,12 @@
"postpublish": "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%" "postpublish": "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%"
}, },
"content": [ "publishOptions": {
"wwwroot", "include": [
"Views", "wwwroot",
"config.json", "Views",
"web.config" "config.json",
], "web.config"
]
"exclude": [ }
"wwwroot",
"node_modules",
"bower_components"
],
"publishExclude": [
"node_modules",
"bower_components",
"**.xproj",
"**.user",
"**.vspscc"
]
} }

57
src/OpenIddict.Assets/project.json

@ -1,38 +1,43 @@
{ {
"version": "1.0.0-alpha2-*", "version": "1.0.0-alpha2-*",
"description": "Contains the default assets used by OpenIddict.", "packOptions": {
"authors": [ "Kévin Chalet" ], "description": "Contains the default assets used by OpenIddict.",
"owners": [ "Kévin Chalet" ], "authors": [ "Kévin Chalet" ],
"owners": [ "Kévin Chalet" ],
"projectUrl": "https://github.com/openiddict/openiddict-core", "projectUrl": "https://github.com/openiddict/openiddict-core",
"iconUrl": "https://avatars3.githubusercontent.com/u/13908567?s=64", "iconUrl": "https://avatars3.githubusercontent.com/u/13908567?s=64",
"licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.html", "licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.html",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git://github.com/openiddict/openiddict-core" "url": "git://github.com/openiddict/openiddict-core"
}, },
"tags": [ "tags": [
"aspnetcore", "aspnetcore",
"authentication", "authentication",
"jwt", "jwt",
"openidconnect", "openidconnect",
"openiddict", "openiddict",
"security" "security"
], ]
},
"compilationOptions": { "buildOptions": {
"warningsAsErrors": true,
"nowarn": [ "CS1591" ], "nowarn": [ "CS1591" ],
"xmlDoc": true "xmlDoc": true,
},
"resource": [ "embed": {
"fonts/*", "include": [
"scripts/*", "fonts/*",
"stylesheets/*" "scripts/*",
], "stylesheets/*"
]
}
},
"dependencies": { "dependencies": {
"JetBrains.Annotations": { "type": "build", "version": "10.1.2-eap" }, "JetBrains.Annotations": { "type": "build", "version": "10.1.2-eap" },

3
src/OpenIddict.Core/project.json

@ -23,7 +23,8 @@
"security" "security"
], ],
"compilationOptions": { "buildOptions": {
"warningsAsErrors": true,
"nowarn": [ "CS1591" ], "nowarn": [ "CS1591" ],
"xmlDoc": true "xmlDoc": true
}, },

45
src/OpenIddict.EF/project.json

@ -1,29 +1,32 @@
{ {
"version": "1.0.0-alpha2-*", "version": "1.0.0-alpha2-*",
"description": "Entity Framework adapter for OpenIddict.", "packOptions": {
"authors": [ "Kévin Chalet" ], "description": "Entity Framework adapter for OpenIddict.",
"owners": [ "Kévin Chalet" ], "authors": [ "Kévin Chalet" ],
"owners": [ "Kévin Chalet" ],
"projectUrl": "https://github.com/openiddict/openiddict-core",
"iconUrl": "https://avatars3.githubusercontent.com/u/13908567?s=64", "projectUrl": "https://github.com/openiddict/openiddict-core",
"licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.html", "iconUrl": "https://avatars3.githubusercontent.com/u/13908567?s=64",
"licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.html",
"repository": {
"type": "git", "repository": {
"url": "git://github.com/openiddict/openiddict-core" "type": "git",
"url": "git://github.com/openiddict/openiddict-core"
},
"tags": [
"aspnetcore",
"authentication",
"jwt",
"openidconnect",
"openiddict",
"security"
]
}, },
"tags": [ "buildOptions": {
"aspnetcore", "warningsAsErrors": true,
"authentication",
"jwt",
"openidconnect",
"openiddict",
"security"
],
"compilationOptions": {
"nowarn": [ "CS1591" ], "nowarn": [ "CS1591" ],
"xmlDoc": true "xmlDoc": true
}, },

45
src/OpenIddict.Models/project.json

@ -1,29 +1,32 @@
{ {
"version": "1.0.0-alpha2-*", "version": "1.0.0-alpha2-*",
"description": "Contains the default models used by OpenIddict.", "packOptions": {
"authors": [ "Kévin Chalet" ], "description": "Contains the default models used by OpenIddict.",
"owners": [ "Kévin Chalet" ], "authors": [ "Kévin Chalet" ],
"owners": [ "Kévin Chalet" ],
"projectUrl": "https://github.com/openiddict/openiddict-core",
"iconUrl": "https://avatars3.githubusercontent.com/u/13908567?s=64", "projectUrl": "https://github.com/openiddict/openiddict-core",
"licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.html", "iconUrl": "https://avatars3.githubusercontent.com/u/13908567?s=64",
"licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.html",
"repository": {
"type": "git", "repository": {
"url": "git://github.com/openiddict/openiddict-core" "type": "git",
"url": "git://github.com/openiddict/openiddict-core"
},
"tags": [
"aspnetcore",
"authentication",
"jwt",
"openidconnect",
"openiddict",
"security"
]
}, },
"tags": [ "buildOptions": {
"aspnetcore", "warningsAsErrors": true,
"authentication",
"jwt",
"openidconnect",
"openiddict",
"security"
],
"compilationOptions": {
"nowarn": [ "CS1591" ], "nowarn": [ "CS1591" ],
"xmlDoc": true "xmlDoc": true
}, },

51
src/OpenIddict.Mvc/project.json

@ -1,34 +1,39 @@
{ {
"version": "1.0.0-alpha2-*", "version": "1.0.0-alpha2-*",
"description": "ASP.NET Core MVC module for OpenIddict.", "packOptions": {
"authors": [ "Kévin Chalet" ], "description": "ASP.NET Core MVC module for OpenIddict.",
"owners": [ "Kévin Chalet" ], "authors": [ "Kévin Chalet" ],
"owners": [ "Kévin Chalet" ],
"projectUrl": "https://github.com/openiddict/openiddict-core",
"iconUrl": "https://avatars3.githubusercontent.com/u/13908567?s=64", "projectUrl": "https://github.com/openiddict/openiddict-core",
"licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.html", "iconUrl": "https://avatars3.githubusercontent.com/u/13908567?s=64",
"licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.html",
"repository": {
"type": "git",
"url": "git://github.com/openiddict/openiddict-core"
},
"repository": { "tags": [
"type": "git", "aspnetcore",
"url": "git://github.com/openiddict/openiddict-core" "authentication",
"jwt",
"openidconnect",
"openiddict",
"security"
]
}, },
"tags": [ "buildOptions": {
"aspnetcore", "warningsAsErrors": true,
"authentication",
"jwt",
"openidconnect",
"openiddict",
"security"
],
"compilationOptions": {
"nowarn": [ "CS1591" ], "nowarn": [ "CS1591" ],
"xmlDoc": true "xmlDoc": true,
},
"resource": "Views/**", "embed": {
"include": [ "Views/**" ]
}
},
"dependencies": { "dependencies": {
"AspNet.Hosting.Extensions": "1.0.0-alpha2-*", "AspNet.Hosting.Extensions": "1.0.0-alpha2-*",

45
src/OpenIddict.Security/project.json

@ -1,29 +1,32 @@
{ {
"version": "1.0.0-alpha2-*", "version": "1.0.0-alpha2-*",
"description": "Security headers module for OpenIddict.", "packOptions": {
"authors": [ "Kévin Chalet" ], "description": "Security headers module for OpenIddict.",
"owners": [ "Kévin Chalet" ], "authors": [ "Kévin Chalet" ],
"owners": [ "Kévin Chalet" ],
"projectUrl": "https://github.com/openiddict/openiddict-core",
"iconUrl": "https://avatars3.githubusercontent.com/u/13908567?s=64", "projectUrl": "https://github.com/openiddict/openiddict-core",
"licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.html", "iconUrl": "https://avatars3.githubusercontent.com/u/13908567?s=64",
"licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.html",
"repository": {
"type": "git", "repository": {
"url": "git://github.com/openiddict/openiddict-core" "type": "git",
"url": "git://github.com/openiddict/openiddict-core"
},
"tags": [
"aspnetcore",
"authentication",
"jwt",
"openidconnect",
"openiddict",
"security"
]
}, },
"tags": [ "buildOptions": {
"aspnetcore", "warningsAsErrors": true,
"authentication",
"jwt",
"openidconnect",
"openiddict",
"security"
],
"compilationOptions": {
"nowarn": [ "CS1591" ], "nowarn": [ "CS1591" ],
"xmlDoc": true "xmlDoc": true
}, },

45
src/OpenIddict/project.json

@ -1,29 +1,32 @@
{ {
"version": "1.0.0-alpha2-*", "version": "1.0.0-alpha2-*",
"description": "Easy-to-use OpenID Connect server for ASP.NET Core.", "packOptions": {
"authors": [ "Kévin Chalet" ], "description": "Easy-to-use OpenID Connect server for ASP.NET Core.",
"owners": [ "Kévin Chalet" ], "authors": [ "Kévin Chalet" ],
"owners": [ "Kévin Chalet" ],
"projectUrl": "https://github.com/openiddict/openiddict-core",
"iconUrl": "https://avatars3.githubusercontent.com/u/13908567?s=64", "projectUrl": "https://github.com/openiddict/openiddict-core",
"licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.html", "iconUrl": "https://avatars3.githubusercontent.com/u/13908567?s=64",
"licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.html",
"repository": {
"type": "git", "repository": {
"url": "git://github.com/openiddict/openiddict-core" "type": "git",
"url": "git://github.com/openiddict/openiddict-core"
},
"tags": [
"aspnetcore",
"authentication",
"jwt",
"openidconnect",
"openiddict",
"security"
]
}, },
"tags": [ "buildOptions": {
"aspnetcore", "warningsAsErrors": true,
"authentication",
"jwt",
"openidconnect",
"openiddict",
"security"
],
"compilationOptions": {
"nowarn": [ "CS1591" ], "nowarn": [ "CS1591" ],
"xmlDoc": true "xmlDoc": true
}, },

Loading…
Cancel
Save