create .net core server solution

This commit is contained in:
Luke Pulverenti
2016-10-25 22:54:12 -04:00
parent 21be035df0
commit ec4bb53acb
7 changed files with 6739 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"
}
}