Revert "Updating to netcoreapp1.1"

This reverts commit c707642da1.
This commit is contained in:
Pranav K 2016-10-12 16:09:09 -07:00
parent c707642da1
commit f5bc376653
4 changed files with 4 additions and 4 deletions

View File

@ -69,7 +69,7 @@
"Microsoft.Extensions.Options.ConfigurationExtensions": "1.1.0-*"
},
"frameworks": {
"netcoreapp1.1": {
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0-*"

View File

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

View File

@ -24,7 +24,7 @@
"xunit": "2.2.0-*"
},
"frameworks": {
"netcoreapp1.1": {}
"netcoreapp1.0": {}
},
"tools": {
"Microsoft.Extensions.SecretManager.Tools": "1.0.0-*"

View File

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