Pin the version of dotnet-test-xunit to 1.0.0-rc3-00000-01
This commit is contained in:
parent
646cb6ea21
commit
571fddbd1d
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue