Skip to content

Commit 61469a7

Browse files
committed
Incorrect xUnit.net v3 assembly names
1 parent 7badf84 commit 61469a7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/xunit.runner.visualstudio/VsTestRunner.cs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -112,13 +112,13 @@ public class VsTestRunner : ITestDiscoverer, ITestExecutor
112112
"xunit.runner.utility.uwp10.dll", // 2.4.0-2.4.2
113113

114114
// xUnit.net v3
115-
"xunit.v3.assert.dll",
116-
"xunit.v3.common.dll",
117-
"xunit.v3.core.dll",
118-
"xunit.v3.runner.common.dll",
119-
"xunit.v3.runner.inproc.console.dll",
120-
"xunit.v3.runner.utility.net472.dll",
121-
"xunit.v3.runner.utility.netstandard20.dll",
115+
"xunit.v3.assert.dll", // 1.0.0+
116+
"xunit.v3.common.dll", // 1.0.0+
117+
"xunit.v3.core.dll", // 1.0.0+
118+
"xunit.v3.runner.common.dll", // 1.0.0+
119+
"xunit.v3.runner.inproc.console.dll", // 1.0.0+
120+
"xunit.v3.runner.utility.netfx.dll", // 1.0.0+
121+
"xunit.v3.runner.utility.netcore.dll", // 1.0.0+
122122
};
123123

124124
internal static TestProperty ManagedMethodProperty { get; } =

0 commit comments

Comments
 (0)