aboutsummaryrefslogtreecommitdiff
path: root/global.json
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-10-25 22:54:12 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-10-25 22:54:12 -0400
commitec4bb53acbcd692ec678b1ab2efbc3a8c9af82c8 (patch)
tree112ca6338864c59d6730796b5600b008a3626c3a /global.json
parent21be035df03c860ef5bb16aa0e39a0f33f5ac35a (diff)
create .net core server solution
Diffstat (limited to 'global.json')
-rw-r--r--global.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/global.json b/global.json
new file mode 100644
index 000000000..9d09ab54c
--- /dev/null
+++ b/global.json
@@ -0,0 +1,6 @@
+{
+ "projects": [ "src", "test" ],
+ "sdk": {
+ "version": "1.0.0-preview2-003131"
+ }
+}