Skip to content

Commit

Permalink
Update xunit.runner.kre => xunit.runner.aspnet.
Browse files Browse the repository at this point in the history
  • Loading branch information
NTaylorMullen committed Mar 13, 2015
1 parent 48f2d14 commit 20bcd63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Microsoft.AspNet.Session.Tests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"Microsoft.AspNet.RequestContainer": "1.0.0-*",
"Microsoft.AspNet.TestHost": "1.0.0-*",
"Microsoft.Framework.Logging.Testing": "1.0.0-*",
"xunit.runner.kre": "1.0.0-*"
"xunit.runner.aspnet": "2.0.0-aspnet-*"
},
"commands": {
"test": "xunit.runner.kre"
"test": "xunit.runner.aspnet"
},
"frameworks": {
"dnx451": {}
Expand Down

0 comments on commit 20bcd63

Please sign in to comment.