React to xunit changes
This commit is contained in:
parent
9fbbe0bcc2
commit
62bf06bd59
|
|
@ -5,9 +5,10 @@
|
||||||
"Microsoft.AspNet.Identity.InMemory" : "0.1-alpha-*",
|
"Microsoft.AspNet.Identity.InMemory" : "0.1-alpha-*",
|
||||||
"Microsoft.AspNet.DependencyInjection" : "0.1-alpha-*",
|
"Microsoft.AspNet.DependencyInjection" : "0.1-alpha-*",
|
||||||
"Xunit.KRunner": "0.1-alpha-*",
|
"Xunit.KRunner": "0.1-alpha-*",
|
||||||
"xunit.abstractions": "3.0.0-alpha-*",
|
"xunit.abstractions": "2.0.0-aspnet-*",
|
||||||
"xunit2": "0.1-alpha-*",
|
"xunit.assert": "2.0.0-aspnet-*",
|
||||||
"xunit2.assert": "0.1-alpha-*"
|
"xunit.core": "2.0.0-aspnet-*",
|
||||||
|
"xunit.execution": "2.0.0-aspnet-*"
|
||||||
},
|
},
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"net45": {
|
"net45": {
|
||||||
|
|
|
||||||
|
|
@ -4,9 +4,10 @@
|
||||||
"Microsoft.AspNet.Identity" : "0.1-alpha-*",
|
"Microsoft.AspNet.Identity" : "0.1-alpha-*",
|
||||||
"Microsoft.AspNet.DependencyInjection" : "0.1-alpha-*",
|
"Microsoft.AspNet.DependencyInjection" : "0.1-alpha-*",
|
||||||
"Xunit.KRunner": "0.1-alpha-*",
|
"Xunit.KRunner": "0.1-alpha-*",
|
||||||
"xunit.abstractions": "3.0.0-alpha-*",
|
"xunit.abstractions": "2.0.0-aspnet-*",
|
||||||
"xunit2": "0.1-alpha-*",
|
"xunit.assert": "2.0.0-aspnet-*",
|
||||||
"xunit2.assert": "0.1-alpha-*"
|
"xunit.core": "2.0.0-aspnet-*",
|
||||||
|
"xunit.execution": "2.0.0-aspnet-*"
|
||||||
},
|
},
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"net45": {
|
"net45": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue