Add project files.

This commit is contained in:
Tommy Parnell
2016-10-06 16:18:28 -04:00
parent f597b6f9f0
commit 6c7e8790ff
6 changed files with 105 additions and 0 deletions

6
global.json Normal file
View File

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