Add dotnet-test-xunit
This commit is contained in:
parent
071cf1c0f4
commit
bba69da958
|
|
@ -17,6 +17,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"dotnet-test-xunit": "1.0.0-*",
|
||||||
"Microsoft.AspNetCore.Server.Testing": "1.0.0-*",
|
"Microsoft.AspNetCore.Server.Testing": "1.0.0-*",
|
||||||
"Microsoft.Extensions.Logging": "1.0.0-*",
|
"Microsoft.Extensions.Logging": "1.0.0-*",
|
||||||
"Microsoft.Extensions.Logging.Console": "1.0.0-*",
|
"Microsoft.Extensions.Logging.Console": "1.0.0-*",
|
||||||
|
|
@ -24,9 +25,6 @@
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"net451": {
|
"net451": {
|
||||||
"dependencies": {
|
|
||||||
"xunit.runner.console": "2.1.0"
|
|
||||||
},
|
|
||||||
"frameworkAssemblies": {
|
"frameworkAssemblies": {
|
||||||
"System.Data": "",
|
"System.Data": "",
|
||||||
"System.Net.Http": "",
|
"System.Net.Http": "",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue