Sort dependencies and remove duplicates in dependencies
This commit is contained in:
parent
ecbb52fa40
commit
f46a7a344e
|
|
@ -1,11 +1,11 @@
|
||||||
{
|
{
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.Net.WebSockets": "",
|
"Microsoft.Net.WebSockets": "",
|
||||||
"Xunit.KRunner": "0.1-alpha-*",
|
|
||||||
"xunit.abstractions": "2.0.0-aspnet-*",
|
"xunit.abstractions": "2.0.0-aspnet-*",
|
||||||
"xunit.assert": "2.0.0-aspnet-*",
|
"xunit.assert": "2.0.0-aspnet-*",
|
||||||
"xunit.core": "2.0.0-aspnet-*",
|
"xunit.core": "2.0.0-aspnet-*",
|
||||||
"xunit.execution": "2.0.0-aspnet-*"
|
"xunit.execution": "2.0.0-aspnet-*",
|
||||||
|
"Xunit.KRunner": "0.1-alpha-*"
|
||||||
},
|
},
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"net45": {
|
"net45": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue