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