Skip to content

Commit 3423937

Browse files
committed
Experiment: Rename adapter assembly
1 parent 0e604e4 commit 3423937

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

src/xunit.runner.visualstudio/build/xunit.runner.visualstudio.desktop.props

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup>
4-
<!--
54
<None Include="$(MSBuildThisFileDirectory)xunit.runner.visualstudio.testadapter.dll">
65
<Link>xunit.runner.visualstudio.testadapter.dll</Link>
76
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
@@ -22,7 +21,6 @@
2221
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
2322
<Visible>False</Visible>
2423
</None>
25-
-->
2624
<ProjectCapability Include="TestContainer" />
2725
</ItemGroup>
2826
</Project>

src/xunit.runner.visualstudio/build/xunit.runner.visualstudio.dotnetcore.props

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup>
4-
<!--
5-
<None Include="$(MSBuildThisFileDirectory)xunit.runner.visualstudio.dotnetcore.testadapter.dll">
6-
<Link>xunit.runner.visualstudio.dotnetcore.testadapter.dll</Link>
4+
<None Include="$(MSBuildThisFileDirectory)xunit.runner.visualstudio.testadapter.dll">
5+
<Link>xunit.runner.visualstudio.testadapter.dll</Link>
76
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
87
<Visible>False</Visible>
98
</None>
@@ -17,7 +16,6 @@
1716
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
1817
<Visible>False</Visible>
1918
</None>
20-
-->
2119
<ProjectCapability Include="TestContainer" />
2220
</ItemGroup>
2321
</Project>

src/xunit.runner.visualstudio/xunit.runner.visualstudio.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
<PropertyGroup>
44
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
5-
<AssemblyName Condition=" '$(TargetFramework)' == 'net462' ">xunit.runner.visualstudio.testadapter</AssemblyName>
6-
<AssemblyName Condition=" '$(TargetFramework)' == 'net6.0' ">xunit.runner.visualstudio.dotnetcore.testadapter</AssemblyName>
5+
<AssemblyName>xunit.runner.visualstudio.testadapter</AssemblyName>
76
<AssemblyTitle>xUnit.net Runner for Visual Studio ($(TargetFramework))</AssemblyTitle>
87
<CopyLocalLockFileAssemblies Condition=" '$(TargetFramework)' == 'net6.0' ">true</CopyLocalLockFileAssemblies>
98
<NoWarn>$(NoWarn);CS0436</NoWarn>

0 commit comments

Comments
 (0)