File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
src/xunit.runner.visualstudio Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -112,13 +112,13 @@ public class VsTestRunner : ITestDiscoverer, ITestExecutor
112
112
"xunit.runner.utility.uwp10.dll" , // 2.4.0-2.4.2
113
113
114
114
// 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+
122
122
} ;
123
123
124
124
internal static TestProperty ManagedMethodProperty { get ; } =
You can’t perform that action at this time.
0 commit comments