Skip to content
This repository was archived by the owner on Nov 15, 2018. It is now read-only.

Commit be8e832

Browse files
committed
Pin the version of dotnet-test-xunit to 1.0.0-rc3-00000-01
1 parent fcf99fb commit be8e832

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/Microsoft.AspNetCore.Html.Abstractions.Test/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"keyFile": "../../tools/Key.snk"
55
},
66
"dependencies": {
7-
"dotnet-test-xunit": "1.0.0-rc3-000000-00",
7+
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
88
"Microsoft.AspNetCore.Html.Abstractions": "1.0.0",
99
"Microsoft.AspNetCore.Testing": "1.0.0-rtm-21431",
1010
"Microsoft.Extensions.WebEncoders": "1.0.0",

test/Microsoft.Extensions.WebEncoders.Tests/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"dotnet-test-xunit": "1.0.0-rc3-000000-00",
3+
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
44
"Microsoft.Extensions.DependencyInjection": "1.0.0",
55
"Microsoft.Extensions.WebEncoders": "1.0.0",
66
"xunit": "2.1.0"

0 commit comments

Comments
 (0)