forked from OmniSharp/omnisharp-roslyn
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbuild.json
27 lines (27 loc) · 834 Bytes
/
build.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"DotNetInstallScriptURL": "https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0/scripts/obtain",
"DotNetChannel": "preview",
"DotNetVersion": "1.0.1",
"LegacyDotNetVersion": "1.0.0-preview2-1-003177",
"DownloadURL": "https://omnisharpdownload.blob.core.windows.net/ext",
"MSBuildRuntimeForMono": "Microsoft.Build.Runtime.Mono-alpha3.zip",
"MSBuildLibForMono": "Microsoft.Build.Lib.Mono-alpha3.zip",
"Frameworks": [
"net46",
"netcoreapp1.1"
],
"MainProject": "OmniSharp",
"TestProjects": [
"OmniSharp.MSBuild.Tests",
"OmniSharp.Roslyn.CSharp.Tests",
"OmniSharp.Stdio.Tests",
"OmniSharp.DotNet.Tests",
"OmniSharp.DotNetTest.Tests",
"OmniSharp.Tests"
],
"LegacyTestAssets": [
"BasicTestProjectSample01",
"BasicTestProjectSample02",
"LegacyXunitTestProject"
]
}