AspNetCore.Docs/mvc/getting-started/first-web-api/sample/global.json

9 lines
139 B
JSON

{
"projects": [ "src", "test" ],
"sdk": {
"version": "1.0.0-beta6-12120",
"runtime": "clr",
"architecture": "x86"
}
}