React to xunit changes

This commit is contained in:
Brice Lambson 2014-03-10 16:22:49 -07:00
parent 9fbbe0bcc2
commit 62bf06bd59
2 changed files with 8 additions and 6 deletions

View File

@ -5,9 +5,10 @@
"Microsoft.AspNet.Identity.InMemory" : "0.1-alpha-*",
"Microsoft.AspNet.DependencyInjection" : "0.1-alpha-*",
"Xunit.KRunner": "0.1-alpha-*",
"xunit.abstractions": "3.0.0-alpha-*",
"xunit2": "0.1-alpha-*",
"xunit2.assert": "0.1-alpha-*"
"xunit.abstractions": "2.0.0-aspnet-*",
"xunit.assert": "2.0.0-aspnet-*",
"xunit.core": "2.0.0-aspnet-*",
"xunit.execution": "2.0.0-aspnet-*"
},
"configurations": {
"net45": {

View File

@ -4,9 +4,10 @@
"Microsoft.AspNet.Identity" : "0.1-alpha-*",
"Microsoft.AspNet.DependencyInjection" : "0.1-alpha-*",
"Xunit.KRunner": "0.1-alpha-*",
"xunit.abstractions": "3.0.0-alpha-*",
"xunit2": "0.1-alpha-*",
"xunit2.assert": "0.1-alpha-*"
"xunit.abstractions": "2.0.0-aspnet-*",
"xunit.assert": "2.0.0-aspnet-*",
"xunit.core": "2.0.0-aspnet-*",
"xunit.execution": "2.0.0-aspnet-*"
},
"configurations": {
"net45": {