From 1972ec27c9a570460dde377ff910325b0017507b Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Mon, 6 Jul 2015 16:12:43 -0700 Subject: Move CoreCLR to the modern build tools and dnx This changes moves coreclr onto DNX (same version as corefx). Theoretically, this should allow these tests to target the desktop CLR. All of the old package.config files are gone and replaced with corresponding project.json files. The up front restore behavior is retained. Tests are now buildable individually, though not runnable in a similar fashion. --- tests/src/JIT/jit64/regress/vsw/528315/simple-repro.csproj | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'tests/src/JIT/jit64/regress/vsw/528315/simple-repro.csproj') diff --git a/tests/src/JIT/jit64/regress/vsw/528315/simple-repro.csproj b/tests/src/JIT/jit64/regress/vsw/528315/simple-repro.csproj index 860a872295..ac4e7bdf43 100644 --- a/tests/src/JIT/jit64/regress/vsw/528315/simple-repro.csproj +++ b/tests/src/JIT/jit64/regress/vsw/528315/simple-repro.csproj @@ -13,7 +13,7 @@ {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - true + 7a9bfb7d @@ -34,14 +34,15 @@ - + - $(JitPackagesConfigFileDirectory)minimal.packages.config + $(JitPackagesConfigFileDirectory)minimal\project.json + $(JitPackagesConfigFileDirectory)minimal\project.lock.json -- cgit v1.2.3