From fb8795e247bae04fb259c154d363e0bfab75fb1d Mon Sep 17 00:00:00 2001 From: Pranav K Date: Wed, 28 Sep 2016 11:49:26 -0700 Subject: [PATCH] Updating partner package versions --- samples/AntiforgerySample/project.json | 2 +- src/Microsoft.AspNetCore.Antiforgery/project.json | 3 ++- .../project.json | 7 +++---- test/Microsoft.AspNetCore.Antiforgery.Test/project.json | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/samples/AntiforgerySample/project.json b/samples/AntiforgerySample/project.json index 5111cd45d8..9c3fadf0c0 100644 --- a/samples/AntiforgerySample/project.json +++ b/samples/AntiforgerySample/project.json @@ -17,7 +17,7 @@ "netcoreapp1.0": { "dependencies": { "Microsoft.NETCore.App": { - "version": "1.0.0-*", + "version": "1.1.0-*", "type": "platform" } } diff --git a/src/Microsoft.AspNetCore.Antiforgery/project.json b/src/Microsoft.AspNetCore.Antiforgery/project.json index aca798f236..259531cafe 100644 --- a/src/Microsoft.AspNetCore.Antiforgery/project.json +++ b/src/Microsoft.AspNetCore.Antiforgery/project.json @@ -23,7 +23,8 @@ "Microsoft.AspNetCore.DataProtection": "1.1.0-*", "Microsoft.AspNetCore.Http.Abstractions": "1.1.0-*", "Microsoft.AspNetCore.WebUtilities": "1.1.0-*", - "Microsoft.Extensions.ObjectPool": "1.1.0-*" + "Microsoft.Extensions.ObjectPool": "1.1.0-*", + "NETStandard.Library": "1.6.1-*" }, "frameworks": { "netstandard1.3": {}, diff --git a/test/Microsoft.AspNetCore.Antiforgery.FunctionalTests/project.json b/test/Microsoft.AspNetCore.Antiforgery.FunctionalTests/project.json index fe3193563b..73cfc7b4c4 100644 --- a/test/Microsoft.AspNetCore.Antiforgery.FunctionalTests/project.json +++ b/test/Microsoft.AspNetCore.Antiforgery.FunctionalTests/project.json @@ -1,7 +1,7 @@ { "dependencies": { - "dotnet-test-xunit": "2.2.0-*", "AntiforgerySample": "1.1.0-*", + "dotnet-test-xunit": "2.2.0-*", "Microsoft.AspNetCore.TestHost": "1.1.0-*", "Moq": "4.6.36-*", "xunit": "2.2.0-*" @@ -11,10 +11,9 @@ "netcoreapp1.0": { "dependencies": { "Microsoft.NETCore.App": { - "version": "1.0.0-*", + "version": "1.1.0-*", "type": "platform" - }, - "System.Net.Http": "4.1.0-*" + } } }, "net451": { diff --git a/test/Microsoft.AspNetCore.Antiforgery.Test/project.json b/test/Microsoft.AspNetCore.Antiforgery.Test/project.json index c0654a5ad4..4a1effd185 100644 --- a/test/Microsoft.AspNetCore.Antiforgery.Test/project.json +++ b/test/Microsoft.AspNetCore.Antiforgery.Test/project.json @@ -19,10 +19,10 @@ "netcoreapp1.0": { "dependencies": { "Microsoft.NETCore.App": { - "version": "1.0.0-*", + "version": "1.1.0-*", "type": "platform" }, - "System.Diagnostics.TraceSource": "4.0.0-*" + "System.Diagnostics.TraceSource": "4.3.0-*" } }, "net451": {