Skip to content

Commit

Permalink
Update OmniSharp Roslyn to v1.39.10 for C# 12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
tareqimbasher committed Nov 23, 2023
1 parent 8a36d02 commit 4b6193a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions src/Apps/NetPad.Apps.App/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,22 +42,22 @@
},
"AllowedHosts": "*",
"OmniSharp": {
"Version": "1.39.6",
"Version": "1.39.10",
"DownloadUrls": {
"Linux": {
"x86": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.6/omnisharp-linux-x86.zip",
"x64": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.6/omnisharp-linux-x64-net6.0.zip",
"arm64": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.6/omnisharp-linux-arm64-net6.0.zip"
"x86": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.10/omnisharp-linux-x86.zip",
"x64": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.10/omnisharp-linux-x64-net6.0.zip",
"arm64": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.10/omnisharp-linux-arm64-net6.0.zip"
},
"OSX": {
"x86": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.6/omnisharp-osx.zip",
"x64": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.6/omnisharp-osx-x64-net6.0.zip",
"arm64": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.6/omnisharp-osx-arm64-net6.0.zip"
"x86": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.10/omnisharp-osx.zip",
"x64": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.10/omnisharp-osx-x64-net6.0.zip",
"arm64": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.10/omnisharp-osx-arm64-net6.0.zip"
},
"Windows": {
"x86": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.6/omnisharp-win-x86-net6.0.zip",
"x64": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.6/omnisharp-win-x64-net6.0.zip",
"arm64": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.6/omnisharp-win-arm64-net6.0.zip"
"x86": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.10/omnisharp-win-x86-net6.0.zip",
"x64": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.10/omnisharp-win-x64-net6.0.zip",
"arm64": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.10/omnisharp-win-arm64-net6.0.zip"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion src/External/OmniSharp.NET/OmniSharp.NET.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="OmniSharp.Abstractions" Version="1.38.2"/>
<PackageReference Include="OmniSharp.Abstractions" Version="1.39.6"/>
<PackageReference Include="System.Text.Json" Version="6.0.5"/>
</ItemGroup>

Expand Down

0 comments on commit 4b6193a

Please sign in to comment.