This commit is contained in:
Tommy Parnell
2015-10-24 20:38:43 -04:00
commit 947c650ad0
13 changed files with 664 additions and 0 deletions

6
global.json Normal file
View File

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