From 4bddd93e322231b1687bb3bd95df133e676cc53b Mon Sep 17 00:00:00 2001 From: Pavel Krymets Date: Mon, 18 Apr 2016 17:02:26 -0700 Subject: [PATCH] Bring Microsoft.NETCore.Platforms dependency back --- samples/SessionSample/project.json | 8 ++++---- test/Microsoft.AspNetCore.Session.Tests/project.json | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/samples/SessionSample/project.json b/samples/SessionSample/project.json index 5de54b45bd..cb4378380e 100644 --- a/samples/SessionSample/project.json +++ b/samples/SessionSample/project.json @@ -3,19 +3,19 @@ "emitEntryPoint": true }, "dependencies": { + "Microsoft.NETCore.Platforms": "1.0.1-*", "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*", "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*", "Microsoft.AspNetCore.Session": "1.0.0-*", "Microsoft.Extensions.Caching.Memory": "1.0.0-*", "Microsoft.Extensions.Caching.Redis": "1.0.0-*", "Microsoft.Extensions.Caching.SqlServer": "1.0.0-*", - "Microsoft.Extensions.Logging.Console": "1.0.0-*", - "Microsoft.NETCore.Platforms": "1.0.1-*" + "Microsoft.Extensions.Logging.Console": "1.0.0-*" }, "content": [ "web.config" ], "frameworks": { - "net451": { } + "net451": {} } -} +} \ No newline at end of file diff --git a/test/Microsoft.AspNetCore.Session.Tests/project.json b/test/Microsoft.AspNetCore.Session.Tests/project.json index cbc98b5447..1d2236a347 100644 --- a/test/Microsoft.AspNetCore.Session.Tests/project.json +++ b/test/Microsoft.AspNetCore.Session.Tests/project.json @@ -1,5 +1,6 @@ { "dependencies": { + "Microsoft.NETCore.Platforms": "1.0.1-*", "Microsoft.AspNetCore.Session": "1.0.0-*", "Microsoft.AspNetCore.TestHost": "1.0.0-*", "Microsoft.Extensions.Caching.Memory": "1.0.0-*",