Update project.json to latest version of .net core

This commit is contained in:
Petrutiu Mihai
2016-07-14 12:40:24 +03:00
parent b91ad81b68
commit 7ec689d382
6 changed files with 15 additions and 17 deletions

View File

@@ -2,7 +2,7 @@
"version": "1.0.0-*",
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-24027"
"NETStandard.Library": "1.6.0"
},
"frameworks": {
@@ -10,4 +10,4 @@
"imports": "dnxcore50"
}
}
}
}