SharpLab/Build.config.json

19 строки
444 B
JSON

{
"RoslynRepositories": [
{
"Name": "dotnet",
"Url": "https://github.com/dotnet/roslyn.git",
"Include": "^master$|^features"
},
{
"Name": "ashmind",
"Url": "https://github.com/ashmind/roslyn.git",
"Include": "coalesce-assignment"
},
{
"Name": "alrz",
"Url": "https://github.com/alrz/roslyn.git",
"Include": "jmp-expr"
}
]
}