Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchcosta <chcosta@microsoft.com>2016-04-14 05:14:10 +0300
committerchcosta <chcosta@microsoft.com>2016-04-14 05:14:10 +0300
commitc1ec94b74183f598513199cde0d799a514c0a0fb (patch)
treee5007a23c6cf3290892996fd45b9da5fa6adf7ef /global.json
parente88bf5f29be03434bb7b6385c93534deef4a5731 (diff)
Enable project reference to package dependency conversion for test bu…
* Enable project refrence to package dependency conversion in test builds •Opts some tests out of the process with "KeepAllProjectReferences" •Opts some project references out of conversion with "KeepProjectReference" •pulls in maririos change to sync.cmd •Respond to PR feedback Note: Generated project.json's fail to restore because of missing test-runtime property in frameworks which now have dependencies but previously did not. * Move global.json to root so that generated project.json's can find it for the test-runtime * System.Reflection.Context does not run on dnxcore50, but the project.json has that specified as the framework. Can't convert this to netcore50 because there is no current test-runtime for netcore50. Leave project reference when doing a test build against packages so that it can use the netcore50 implementation directly.
Diffstat (limited to 'global.json')
-rw-r--r--global.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/global.json b/global.json
new file mode 100644
index 0000000000..6d0ab7d46a
--- /dev/null
+++ b/global.json
@@ -0,0 +1,3 @@
+{
+ "projects": [ "./src", "./src/Common" ]
+} \ No newline at end of file