Add project files.

This commit is contained in:
Tommy Parnell
2016-07-23 18:36:54 -04:00
parent c958a88966
commit b6ec318f64
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"
}
}