Updating to netcoreapp1.1

This commit is contained in:
Pranav K 2016-10-13 11:17:57 -07:00
parent 2b86005a85
commit 58d5c2f7d4
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -11,7 +11,7 @@
"keyFile": "../../tools/Key.snk"
},
"frameworks": {
"netcoreapp1.0": {
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0-*",