Updating to netcoreapp1.1

This commit is contained in:
Pranav K 2016-10-12 13:45:52 -07:00
parent 3bb5b725d9
commit c707642da1
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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

View File

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