summaryrefslogtreecommitdiff
path: root/tests/build.proj
diff options
context:
space:
mode:
authorDavis Goodin <dagood@microsoft.com>2016-08-18 10:31:02 -0500
committerDavis Goodin <dagood@microsoft.com>2016-09-01 15:53:10 -0500
commit2493a6ef84cdafde9c7e5730f5a20183aa267035 (patch)
treeb511035d810b8f015da2966f08390f3658924949 /tests/build.proj
parentbcd4c0c7ff141f854c1c3727f9a5cf45ea3efd43 (diff)
downloadcoreclr-2493a6ef84cdafde9c7e5730f5a20183aa267035.tar.gz
coreclr-2493a6ef84cdafde9c7e5730f5a20183aa267035.tar.bz2
coreclr-2493a6ef84cdafde9c7e5730f5a20183aa267035.zip
Upgrade xunit version to avoid specialized restore
Upgrade xunit from 2.1.0 to 2.2.0-beta2-build3300. Restore xunit.runner.msbuild during normal test build. Remove unused reference to xunit 2.1.0. Replace "2.1.0" with "$(XunitPackageVersion)" for direct path to files. Upgrade xunit used by GCPerfTestFramework and fix helix path. Upgrade Microsoft.DotNet.xunit.performance and Microsoft.DotNet.xunit.performance.metrics to 1.0.0-alpha-build0040. Upgrade XunitPerformanceDependency packages to 1.0.0-alpha-build0040. Include scripts project.json in validation, update them. Don't use helix.targets in generated xunit wrappers. Copy TestTFM defaulting logic from CoreFX dir.props. Tweak default wrapper TFM per platform, and use real RID instead of relying on fallthrough.
Diffstat (limited to 'tests/build.proj')
-rw-r--r--tests/build.proj1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/build.proj b/tests/build.proj
index 0dfd84d47b..63db903219 100644
--- a/tests/build.proj
+++ b/tests/build.proj
@@ -38,6 +38,7 @@
<!-- Create a collection of all project.json files for dependency updates. -->
<ItemGroup>
<ProjectJsonFiles Include="$(SourceDir)**\project.json" />
+ <ProjectJsonFiles Include="$(ProjectDir)scripts\**\project.json" />
</ItemGroup>
<Target Name="UpdatePackageDependencyVersion">