Marking the unit test project target framework explicitly
This commit is contained in:
parent
1b412bc99f
commit
2334fe6dc8
|
|
@ -6,6 +6,9 @@
|
||||||
"xunit.abstractions": "2.0.0-*",
|
"xunit.abstractions": "2.0.0-*",
|
||||||
"Microsoft.AspNet.Server.Kestrel": "0.1-*"
|
"Microsoft.AspNet.Server.Kestrel": "0.1-*"
|
||||||
},
|
},
|
||||||
|
"configurations": {
|
||||||
|
"net45": {}
|
||||||
|
},
|
||||||
"commands": {
|
"commands": {
|
||||||
"run": "Xunit.KRunner",
|
"run": "Xunit.KRunner",
|
||||||
"test": "Xunit.KRunner"
|
"test": "Xunit.KRunner"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue