switch to netcoreapp2.0 (#20120)
authorSergey Andreenko <seandree@microsoft.com>
Tue, 25 Sep 2018 16:38:42 +0000 (09:38 -0700)
committerGitHub <noreply@github.com>
Tue, 25 Sep 2018 16:38:42 +0000 (09:38 -0700)
Allows to get rid of warning " CSC : warning CS1685: The predefined type 'MarshalByRefObject' is defined in multiple assemblies in the global alias;".

tests/src/Common/external/external.depproj

index aedcfe0..757ea26 100644 (file)
@@ -13,7 +13,7 @@
     <ContainsPackageReferences>true</ContainsPackageReferences>
     <OutputPath>$(TargetingPackPath)</OutputPath>
     <XUnitRunnerPackageId>xunit.runner.console</XUnitRunnerPackageId>
-    <XUnitRunnerTargetFramework>netcoreapp1.0</XUnitRunnerTargetFramework>
+    <XUnitRunnerTargetFramework>netcoreapp2.0</XUnitRunnerTargetFramework>
     <CLRTestKind>SharedLibrary</CLRTestKind>
     <IsTestProject>false</IsTestProject>
   </PropertyGroup>