summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSergey Andreenko <seandree@microsoft.com>2018-09-25 09:38:42 -0700
committerGitHub <noreply@github.com>2018-09-25 09:38:42 -0700
commit337f0e0fc4ee05106909e3d881279dc4d494e36f (patch)
treeb3280ca77ac96800e3efdde2db51cc1e72925437 /tests
parent2e56748c414f9ead45b9730a0a7fb364f751ab83 (diff)
downloadcoreclr-337f0e0fc4ee05106909e3d881279dc4d494e36f.tar.gz
coreclr-337f0e0fc4ee05106909e3d881279dc4d494e36f.tar.bz2
coreclr-337f0e0fc4ee05106909e3d881279dc4d494e36f.zip
switch to netcoreapp2.0 (#20120)
Allows to get rid of warning " CSC : warning CS1685: The predefined type 'MarshalByRefObject' is defined in multiple assemblies in the global alias;".
Diffstat (limited to 'tests')
-rw-r--r--tests/src/Common/external/external.depproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/Common/external/external.depproj b/tests/src/Common/external/external.depproj
index aedcfe01fe..757ea263e9 100644
--- a/tests/src/Common/external/external.depproj
+++ b/tests/src/Common/external/external.depproj
@@ -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>