Change Razor.Test.Common to not act like an executable.

- There's no need for this test library to have a conditional TFM because it's never run under the desktop TFM when crossplat.
This commit is contained in:
N. Taylor Mullen 2017-07-13 14:58:27 -07:00
parent 28292086ec
commit 2a69b50a64
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@
<DefineConstants Condition="'$(GenerateBaselines)'=='true'">$(DefineConstants);GENERATE_BASELINES</DefineConstants>
<DefineConstants>$(DefineConstants);__RemoveThisBitTo__GENERATE_BASELINES</DefineConstants>
<TargetFrameworks>netcoreapp2.0;net46</TargetFrameworks>
<TargetFrameworks Condition=" '$(OS)' != 'Windows_NT' ">netcoreapp2.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup>