Skip to content

Commit

Permalink
Remove further unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
ViktorHofer committed Jan 17, 2019
1 parent 2d09a60 commit f132521
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
7 changes: 0 additions & 7 deletions src/Microsoft.DotNet.XUnitConsoleRunner/src/App.config

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<TargetFrameworks>netcoreapp2.0</TargetFrameworks>
<IsPackable>true</IsPackable>
<VersionPrefix>2.5.0</VersionPrefix>
<LangVersion>7.1</LangVersion>
<LangVersion>latest</LangVersion>
</PropertyGroup>

<ItemGroup>
Expand All @@ -26,9 +26,4 @@
<PackageReference Include="xunit.extensibility.core" Version="$(XUnitVersion)" />
</ItemGroup>

<PropertyGroup Condition=" '$(Configuration)' == 'Debug_x86' OR '$(Configuration)' == 'Release_x86' ">
<AssemblyName>xunit.console.x86</AssemblyName>
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>

</Project>

0 comments on commit f132521

Please sign in to comment.