This commit is contained in:
Tommy Parnell
2016-03-13 21:39:47 -04:00
commit ef47df3cfa
40 changed files with 1067 additions and 0 deletions

6
global.json Normal file
View File

@@ -0,0 +1,6 @@
{
"projects": [ "src", "test" ],
"sdk": {
"version": "1.0.0-rc1-update1"
}
}