Project restructure, Added .Net Core support, Fixed some bugs
This commit is contained in:
8
global.json
Normal file
8
global.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"projects": [ "src" ],
|
||||
"sdk": {
|
||||
"version": "1.0.0-beta6",
|
||||
"architecture": "x64",
|
||||
"runtime": "coreclr"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user