aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/src/csharp/build_options.include
diff options
context:
space:
mode:
Diffstat (limited to 'templates/src/csharp/build_options.include')
-rw-r--r--templates/src/csharp/build_options.include4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/src/csharp/build_options.include b/templates/src/csharp/build_options.include
index 169a45a808..a200897e0f 100644
--- a/templates/src/csharp/build_options.include
+++ b/templates/src/csharp/build_options.include
@@ -1,4 +1,4 @@
-<%page args="executable=False,includeData=False"/>\
+<%page args="executable=False,includeData=False,includeRuntimes=True"/>\
"buildOptions": {
% if executable:
"emitEntryPoint": true
@@ -51,6 +51,8 @@
}
}
},
+ %endif
+ % if includeRuntimes:
"runtimes": {
"win7-x64": { },
"debian.8-x64": { },