Add project files.

This commit is contained in:
Tommy Parnell
2016-11-08 10:46:39 -05:00
parent 761efeb125
commit 18455d8358
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-003131"
}
}