File tree Expand file tree Collapse file tree 3 files changed +3
-8
lines changed
src/xunit.runner.visualstudio Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 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 >
2221 <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
2322 <Visible >False</Visible >
2423 </None >
25- -->
2624 <ProjectCapability Include =" TestContainer" />
2725 </ItemGroup >
2826</Project >
Original file line number Diff line number Diff line change 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 >
1716 <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
1817 <Visible >False</Visible >
1918 </None >
20- -->
2119 <ProjectCapability Include =" TestContainer" />
2220 </ItemGroup >
2321</Project >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments