Skip to content

Commit

Permalink
Update Mono to 6.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeRobich committed Feb 4, 2020
1 parent d3d654e commit 3b38e6f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"DotNetVersion": "3.0.100",
"RequiredMonoVersion": "6.6.0",
"DownloadURL": "https://roslynomnisharp.blob.core.windows.net/ext",
"MonoRuntimeMacOS": "mono.macOS-6.6.0.161.zip",
"MonoRuntimeLinux32": "mono.linux-x86-6.6.0.161.zip",
"MonoRuntimeLinux64": "mono.linux-x86_64-6.6.0.161.zip",
"MonoMSBuildRuntime": "Microsoft.Build.Runtime.Mono-6.6.0.161.zip",
"MonoMSBuildLib": "Microsoft.Build.Lib.Mono-6.6.0.161.zip",
"MonoRuntimeMacOS": "mono.macOS-6.8.0.104.zip",
"MonoRuntimeLinux32": "mono.linux-x86-6.8.0.96.zip",
"MonoRuntimeLinux64": "mono.linux-x86_64-6.8.0.96.zip",
"MonoMSBuildRuntime": "Microsoft.Build.Runtime.Mono-6.8.0.104.zip",
"MonoMSBuildLib": "Microsoft.Build.Lib.Mono-6.8.0.104.zip",
"HostProjects": [
"OmniSharp.Stdio.Driver",
"OmniSharp.Http.Driver"
Expand Down Expand Up @@ -45,7 +45,7 @@
"WindowsOnlyTestAssets": [
"AntlrGeneratedFiles"
],
"RestoreOnlyTestAssets":[
"RestoreOnlyTestAssets": [
"ProjectWithMissingType"
]
}

0 comments on commit 3b38e6f

Please sign in to comment.