Set default FilterToTestTFM to be netcoreapp1.0 in CoreFx
authorKarthik Rajasekaran <karajas@microsoft.com>
Wed, 13 Jul 2016 20:32:14 +0000 (13:32 -0700)
committerKarthik Rajasekaran <karajas@microsoft.com>
Wed, 13 Jul 2016 21:21:04 +0000 (14:21 -0700)
Commit migrated from https://github.com/dotnet/corefx/commit/17c7db687f9c0470f1859c4412a1c1b876370ce7

src/libraries/dir.traversal.targets

index dad965b..0c2b697 100644 (file)
           BeforeTargets="TestAllProjects" 
           Condition="$(MSBuildProjectName.EndsWith('.Tests'))">
 
-    <PropertyGroup>
-      <!-- we default FilterToTestTFM to netcoreapp1.0 if it is not explicity defined -->
-      <FilterToTestTFM Condition="'$(FilterToTestTFM)'==''">netcoreapp1.0</FilterToTestTFM>
-    </PropertyGroup>          
-
     <ItemGroup>
       <Project>
         <!-- make sure every defined TestTFM value are surrounded by semicolons for easier search, e.g. ";net46;"" -->