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

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/Simple/Add1/project.json')
-rw-r--r--tests/src/Simple/Add1/project.json20
1 files changed, 0 insertions, 20 deletions
diff --git a/tests/src/Simple/Add1/project.json b/tests/src/Simple/Add1/project.json
deleted file mode 100644
index 271875a54..000000000
--- a/tests/src/Simple/Add1/project.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "version": "1.0.0-*",
- "compilationOptions": {
- "emitEntryPoint": true
- },
-
- "dependencies": {
- "NETStandard.Library": "1.0.0-rc2-23819"
- },
-
- "frameworks": {
- "dnxcore50": { }
- },
-
- "runtimes": {
- "win7-x64": { },
- "osx.10.10-x64": { },
- "ubuntu.14.04-x64": { }
- }
-}