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. --- src/NuGet.Config | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/NuGet.Config (limited to 'src/NuGet.Config') diff --git a/src/NuGet.Config b/src/NuGet.Config new file mode 100644 index 0000000000..4c82b8f2f7 --- /dev/null +++ b/src/NuGet.Config @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3