Pin the version of dotnet-test-xunit to 1.0.0-rc3-00000-01

This commit is contained in:
Pranav K 2016-07-19 11:13:05 -07:00
parent 646cb6ea21
commit 571fddbd1d
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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",