Remove hardcoded versions from runtests.proj.
authorDavis Goodin <dagood@microsoft.com>
Thu, 10 Mar 2016 22:35:06 +0000 (16:35 -0600)
committerDavis Goodin <dagood@microsoft.com>
Tue, 5 Apr 2016 17:10:46 +0000 (12:10 -0500)
commit112eeb1d12c3f134d752da743212f61a9dabee85
tree34498a8dc44240bc09985251889fe37eca1fda28
parent4dda3a0cfb1621c996871cb7a371e11dd37860ec
Remove hardcoded versions from runtests.proj.

Put project.json for Xunit test wrappers in file system instead of generating. This lets dependency validation check the versions and reduces the number of project.json files to restore because all csproj's point to a single project.json and lockfile.

Adds XunitPackageVersion property that is used to always generate a valid project.json for xunit.runner.msbuild.

Commit migrated from https://github.com/dotnet/coreclr/commit/351c4c4c7a32197343501ffa466752b344af5539
src/coreclr/tests/dir.props
src/coreclr/tests/runtest.proj
src/coreclr/tests/src/TestWrappersConfig/project.json [new file with mode: 0644]
src/coreclr/tests/src/dir.props