From 763634e81ae25ceaae1f23d9f8ec489715819bd8 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Wed, 12 Oct 2016 16:09:45 -0700 Subject: [PATCH] Revert "Updating to netcoreapp1.1" This reverts commit 1b9ae67215691931e03a452674b2660be6ecd9a0. --- samples/SessionSample/project.json | 2 +- test/Microsoft.AspNetCore.Session.Tests/project.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/SessionSample/project.json b/samples/SessionSample/project.json index e2a784bd99..9729846107 100644 --- a/samples/SessionSample/project.json +++ b/samples/SessionSample/project.json @@ -18,7 +18,7 @@ }, "frameworks": { "net451": {}, - "netcoreapp1.1": { + "netcoreapp1.0": { "dependencies": { "Microsoft.NETCore.App": { "version": "1.1.0-*", diff --git a/test/Microsoft.AspNetCore.Session.Tests/project.json b/test/Microsoft.AspNetCore.Session.Tests/project.json index 099a333024..97f9ce1433 100644 --- a/test/Microsoft.AspNetCore.Session.Tests/project.json +++ b/test/Microsoft.AspNetCore.Session.Tests/project.json @@ -9,7 +9,7 @@ }, "testRunner": "xunit", "frameworks": { - "netcoreapp1.1": { + "netcoreapp1.0": { "dependencies": { "Microsoft.NETCore.App": { "version": "1.1.0-*",