Upgrade test project to netcoreapp1.1

This commit is contained in:
Nate McMaster 2016-10-17 13:38:40 -07:00
parent 640ee4e883
commit 68533f32f7
1 changed files with 2 additions and 2 deletions

View File

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