Merge branch 'release' into dev

This commit is contained in:
Pranav K 2016-05-02 14:55:37 -07:00
commit efe7f2bbdc
3 changed files with 17 additions and 13 deletions

View File

@ -1,15 +1,17 @@
{
"version": "1.0.0-*",
"repository": {
"type": "git",
"url": "https://github.com/aspnet/cors"
"packOptions": {
"repository": {
"type": "git",
"url": "https://github.com/aspnet/cors"
},
"tags": [
"aspnetcore",
"cors"
]
},
"description": "CORS middleware and policy for ASP.NET Core to enable cross-origin resource sharing.\r\nCommonly used types:\r\nMicrosoft.AspNetCore.Cors.DisableCorsAttribute\r\nMicrosoft.AspNetCore.Cors.EnableCorsAttribute",
"tags": [
"aspnetcore",
"cors"
],
"compilationOptions": {
"buildOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk",
"nowarn": [

View File

@ -1,6 +1,7 @@
{
"version": "1.0.0-*",
"dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*",
"CorsMiddlewareWebSite": "1.0.0-*",
"Microsoft.AspNetCore.Cors": "1.0.0-*",
@ -16,7 +17,6 @@
"version": "1.0.0-*",
"type": "platform"
},
"dotnet-test-xunit": "1.0.0-*",
"moq.netcore": "4.4.0-beta8",
"System.Diagnostics.Process": "4.1.0-*",
"System.Diagnostics.TraceSource": "4.0.0-*"

View File

@ -1,5 +1,5 @@
{
"compilationOptions": {
"buildOptions": {
"emitEntryPoint": true
},
"dependencies": {
@ -22,9 +22,11 @@
]
}
},
"content": [
"web.config"
],
"publishOptions": {
"include": [
"web.config"
]
},
"tools": {
"Microsoft.AspNetCore.Server.IISIntegration.Tools": {
"version": "1.0.0-*",