Marking the unit test project target framework explicitly

This commit is contained in:
Louis DeJardin 2014-06-02 17:29:38 -07:00
parent 1b412bc99f
commit 2334fe6dc8
1 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,9 @@
"xunit.abstractions": "2.0.0-*",
"Microsoft.AspNet.Server.Kestrel": "0.1-*"
},
"configurations": {
"net45": {}
},
"commands": {
"run": "Xunit.KRunner",
"test": "Xunit.KRunner"