From bdf9d2a2e295f4e852624e5025cd64862484b613 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Mon, 5 Dec 2016 09:01:56 -0800 Subject: [PATCH] Updating to 4.4 CoreFx packages --- global.json | 2 +- samples/SampleDestination/project.json | 8 ++------ samples/SampleOrigin/project.json | 8 ++------ src/Microsoft.AspNetCore.Cors/project.json | 2 +- test/Microsoft.AspNetCore.Cors.Test/project.json | 4 ++-- test/WebSites/CorsMiddlewareWebSite/project.json | 2 +- 6 files changed, 9 insertions(+), 17 deletions(-) diff --git a/global.json b/global.json index 520f9ba..3a8a038 100644 --- a/global.json +++ b/global.json @@ -4,6 +4,6 @@ "test/WebSites" ], "sdk": { - "version": "1.0.0-preview2-1-003177" + "version": "1.0.0-preview2-1-003180" } } \ No newline at end of file diff --git a/samples/SampleDestination/project.json b/samples/SampleDestination/project.json index 3c86825..af84ae4 100644 --- a/samples/SampleDestination/project.json +++ b/samples/SampleDestination/project.json @@ -1,14 +1,13 @@ { "dependencies": { "Microsoft.NETCore.App": { - "version": "1.1.0-*", + "version": "1.2.0-*", "type": "platform" }, "Microsoft.AspNetCore.Server.Kestrel": "1.2.0-*", "Microsoft.Extensions.Logging.Console": "1.2.0-*", "Microsoft.AspNetCore.Cors": "1.2.0-*" }, - "frameworks": { "netcoreapp1.0": { "imports": [ @@ -17,21 +16,18 @@ ] } }, - "buildOptions": { "emitEntryPoint": true, "preserveCompilationContext": true }, - "runtimeOptions": { "configProperties": { "System.GC.Server": true } }, - "publishOptions": { "include": [ "wwwroot" ] } -} +} \ No newline at end of file diff --git a/samples/SampleOrigin/project.json b/samples/SampleOrigin/project.json index 259fb61..720b715 100644 --- a/samples/SampleOrigin/project.json +++ b/samples/SampleOrigin/project.json @@ -1,13 +1,12 @@ { "dependencies": { "Microsoft.NETCore.App": { - "version": "1.1.0-*", + "version": "1.2.0-*", "type": "platform" }, "Microsoft.AspNetCore.Server.Kestrel": "1.2.0-*", "Microsoft.Extensions.Logging.Console": "1.2.0-*" }, - "frameworks": { "netcoreapp1.0": { "imports": [ @@ -16,21 +15,18 @@ ] } }, - "buildOptions": { "emitEntryPoint": true, "preserveCompilationContext": true }, - "runtimeOptions": { "configProperties": { "System.GC.Server": true } }, - "publishOptions": { "include": [ "wwwroot" ] } -} +} \ No newline at end of file diff --git a/src/Microsoft.AspNetCore.Cors/project.json b/src/Microsoft.AspNetCore.Cors/project.json index c707dd9..054529d 100644 --- a/src/Microsoft.AspNetCore.Cors/project.json +++ b/src/Microsoft.AspNetCore.Cors/project.json @@ -25,7 +25,7 @@ "Microsoft.Extensions.DependencyInjection.Abstractions": "1.2.0-*", "Microsoft.Extensions.Logging.Abstractions": "1.2.0-*", "Microsoft.Extensions.Options": "1.2.0-*", - "NETStandard.Library": "1.6.1-*" + "NETStandard.Library": "1.6.2-*" }, "frameworks": { "net451": {}, diff --git a/test/Microsoft.AspNetCore.Cors.Test/project.json b/test/Microsoft.AspNetCore.Cors.Test/project.json index 0145f53..bdd4da9 100644 --- a/test/Microsoft.AspNetCore.Cors.Test/project.json +++ b/test/Microsoft.AspNetCore.Cors.Test/project.json @@ -17,10 +17,10 @@ "netcoreapp1.1": { "dependencies": { "Microsoft.NETCore.App": { - "version": "1.1.0-*", + "version": "1.2.0-*", "type": "platform" }, - "System.Diagnostics.TraceSource": "4.3.0-*" + "System.Diagnostics.TraceSource": "4.4.0-*" } }, "net451": {} diff --git a/test/WebSites/CorsMiddlewareWebSite/project.json b/test/WebSites/CorsMiddlewareWebSite/project.json index b5cfea5..f822290 100644 --- a/test/WebSites/CorsMiddlewareWebSite/project.json +++ b/test/WebSites/CorsMiddlewareWebSite/project.json @@ -13,7 +13,7 @@ "netcoreapp1.1": { "dependencies": { "Microsoft.NETCore.App": { - "version": "1.1.0-*", + "version": "1.2.0-*", "type": "platform" } }