Skip to content
This repository has been archived by the owner on Dec 20, 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 aff0065 commit e53ded9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}
},
"dependencies": {
"dotnet-test-xunit": "1.0.0-rc3-000000-00",
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
"Microsoft.AspNetCore.Hosting": "1.0.0",
"Microsoft.AspNetCore.Http": "1.0.0",
"Microsoft.AspNetCore.Identity": "1.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
]
},
"dependencies": {
"dotnet-test-xunit": "1.0.0-rc3-000000-00",
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
"Microsoft.EntityFrameworkCore.InMemory": "1.0.0",
"Microsoft.EntityFrameworkCore.SqlServer": "1.0.0",
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}
},
"dependencies": {
"dotnet-test-xunit": "1.0.0-rc3-000000-00",
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
"Microsoft.AspNetCore.Authentication": "1.0.0",
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0",
"Microsoft.AspNetCore.Hosting": "1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion test/Microsoft.AspNetCore.Identity.Test/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}
},
"dependencies": {
"dotnet-test-xunit": "1.0.0-rc3-000000-00",
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
"Microsoft.AspNetCore.Hosting": "1.0.0",
"Microsoft.AspNetCore.Http": "1.0.0",
"Microsoft.AspNetCore.Identity": "1.0.0",
Expand Down

0 comments on commit e53ded9

Please sign in to comment.