Skip to content
This repository has been archived by the owner on Nov 22, 2018. It is now read-only.

Commit

Permalink
Pin the version of dotnet-test-xunit to 1.0.0-rc3-00000-01
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavkm committed Jul 19, 2016
1 parent 646cb6e commit 571fddb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"dotnet-test-xunit": "1.0.0-rc3-000000-00",
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
"AntiforgerySample": "1.0.0-*",
"Microsoft.AspNetCore.TestHost": "1.0.0",
"Microsoft.AspNetCore.Testing": "1.0.0-rtm-21431"
Expand Down
2 changes: 1 addition & 1 deletion test/Microsoft.AspNetCore.Antiforgery.Test/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"dotnet-test-xunit": "1.0.0-rc3-000000-00",
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
"Microsoft.AspNetCore.Antiforgery": "1.0.0",
"Microsoft.AspNetCore.Http": "1.0.0",
"Microsoft.AspNetCore.Testing": "1.0.0-rtm-21431",
Expand Down

0 comments on commit 571fddb

Please sign in to comment.