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:14:33 -07:00
parent fb777b13be
commit 22f75a1e00
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ {
"version": "1.0.0-*", "version": "1.0.0-*",
"dependencies": { "dependencies": {
"dotnet-test-xunit": "1.0.0-rc3-000000-00", "dotnet-test-xunit": "1.0.0-rc3-000000-01",
"Microsoft.AspNetCore.Http.Abstractions": "1.0.0", "Microsoft.AspNetCore.Http.Abstractions": "1.0.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0", "Microsoft.AspNetCore.Server.Kestrel": "1.0.0",
"Microsoft.AspNetCore.Server.Kestrel.Https": "1.0.0", "Microsoft.AspNetCore.Server.Kestrel.Https": "1.0.0",

View File

@ -1,7 +1,7 @@
{ {
"version": "1.0.0-*", "version": "1.0.0-*",
"dependencies": { "dependencies": {
"dotnet-test-xunit": "1.0.0-rc3-000000-00", "dotnet-test-xunit": "1.0.0-rc3-000000-01",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0", "Microsoft.AspNetCore.Server.Kestrel": "1.0.0",
"Microsoft.AspNetCore.Server.Kestrel.Https": "1.0.0", "Microsoft.AspNetCore.Server.Kestrel.Https": "1.0.0",
"Microsoft.AspNetCore.Testing": "1.0.0-rtm-21431", "Microsoft.AspNetCore.Testing": "1.0.0-rtm-21431",