Fix interop test targets
authorMorgan Brown <morganbr@users.noreply.github.com>
Fri, 3 Aug 2018 02:04:45 +0000 (19:04 -0700)
committerGitHub <noreply@github.com>
Fri, 3 Aug 2018 02:04:45 +0000 (19:04 -0700)
Fix interop test targets

Remove TargetFramework from Interop.settings.targets since it already gets handled by the build environment and 2.0 doesn't work.

tests/src/Interop/Interop.settings.targets

index 5f73303..ca22f88 100644 (file)
@@ -1,7 +1,6 @@
 <Project>
   <!-- Properties for all Interop managed test assets -->
   <PropertyGroup>
-    <TargetFramework>netcoreapp2.0</TargetFramework>
   </PropertyGroup>
 
   <!-- Environment properties -->
@@ -12,4 +11,4 @@
   <ItemGroup>
     <Compile Include="$(MSBuildThisFileDirectory)\common\Assertion.cs"/>
   </ItemGroup>
-</Project>
\ No newline at end of file
+</Project>