summaryrefslogtreecommitdiff
path: root/tests/dir.sdkbuild.props
diff options
context:
space:
mode:
authorAaron Robinson <arobins@microsoft.com>2018-08-07 17:42:15 -0700
committerGitHub <noreply@github.com>2018-08-07 17:42:15 -0700
commitb4131b9f9dc9c73e47b315fff886db66374b1b21 (patch)
treeb87d3d632e05e01cc04aa4d7153e363585f284ad /tests/dir.sdkbuild.props
parentc488296b594db3054e7cd2af2dab10428ccf0e42 (diff)
downloadcoreclr-b4131b9f9dc9c73e47b315fff886db66374b1b21.tar.gz
coreclr-b4131b9f9dc9c73e47b315fff886db66374b1b21.tar.bz2
coreclr-b4131b9f9dc9c73e47b315fff886db66374b1b21.zip
Use dotnet MSBuild for tests (#19324)
* Revert "Revert "Build managed tests with dotnet (#19254)"" * Reenable MSBuild support through dotnet instead of global MSBuild
Diffstat (limited to 'tests/dir.sdkbuild.props')
-rw-r--r--tests/dir.sdkbuild.props1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/dir.sdkbuild.props b/tests/dir.sdkbuild.props
index c4cc31ec9f..bc5bed9b3f 100644
--- a/tests/dir.sdkbuild.props
+++ b/tests/dir.sdkbuild.props
@@ -10,6 +10,7 @@
<RuntimeFrameworkVersion>$(MicrosoftNETCoreAppPackageVersion)</RuntimeFrameworkVersion>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
+ <Platform>AnyCPU</Platform>
<!-- Force the CLI to allow us to target higher netcoreapp than it may know about -->
<NETCoreAppMaximumVersion>99.0</NETCoreAppMaximumVersion>