mirror of
https://github.com/dotnet/skills.git
synced 2026-09-20 09:49:54 +08:00
998ae28063
Due to the behavior of dotnet SDK resolution when running in repos which use a global.json, we are not gaurenteed that the choosen SDK will be new enough to support the dotnet dnx command which we were using to install and run the roslyn-language-server. Instead, we will ship our own global.json and configure the current working directory to be the plugin directory.
7 lines
114 B
JSON
7 lines
114 B
JSON
{
|
|
"sdk": {
|
|
"version": "10.0.100",
|
|
"rollForward": "latestMajor",
|
|
"allowPrerelease": true
|
|
}
|
|
} |