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-*",
|
||||
"Microsoft.AspNet.Server.Kestrel": "0.1-*"
|
||||
},
|
||||
"configurations": {
|
||||
"net45": {}
|
||||
},
|
||||
"commands": {
|
||||
"run": "Xunit.KRunner",
|
||||
"test": "Xunit.KRunner"
|
||||
|
|
|
|||
Loading…
Reference in New Issue