Revert "Updating to netcoreapp1.1"

This reverts commit 052b6f1105.
This commit is contained in:
Pranav K 2016-10-12 16:09:43 -07:00
parent 052b6f1105
commit f27925e0e4
3 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,7 @@
] ]
}, },
"frameworks": { "frameworks": {
"netcoreapp1.1": { "netcoreapp1.0": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.1.0-*", "version": "1.1.0-*",

View File

@ -27,7 +27,7 @@
] ]
}, },
"frameworks": { "frameworks": {
"netcoreapp1.1": {} "netcoreapp1.0": {}
}, },
"tools": { "tools": {
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-preview2-final" "Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-preview2-final"

View File

@ -21,7 +21,7 @@
}, },
"frameworks": { "frameworks": {
"net451": {}, "net451": {},
"netcoreapp1.1": { "netcoreapp1.0": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.1.0-*", "version": "1.1.0-*",