Skip to content

Commit

Permalink
Patch prerelease roslyn version
Browse files Browse the repository at this point in the history
  • Loading branch information
dibarbet committed Nov 8, 2024
1 parent e5dc21d commit ec3f262
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
- Debug from .csproj and .sln [#5876](https://github.com/dotnet/vscode-csharp/issues/5876)

# 2.55.x
* Update Roslyn to 4.13.0-2.24557.6 (PR: [#7751](https://github.com/dotnet/vscode-csharp/pull/7751))
* Fix issue telemetry reporting incorrect property value (PR: [#75817](https://github.com/dotnet/roslyn/pull/75817))
* Update Roslyn to 4.13.0-2.24531.3 (PR: [#7722](https://github.com/dotnet/vscode-csharp/pull/7722))
* Proffer project system query service (PR: [#75682](https://github.com/dotnet/roslyn/pull/75682))
* Ensure discards are initially soft selected in VSCode (PR: [#75655](https://github.com/dotnet/roslyn/pull/75655))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
}
},
"defaults": {
"roslyn": "4.13.0-2.24531.3",
"roslyn": "4.13.0-2.24557.6",
"omniSharp": "1.39.11",
"razor": "9.0.0-preview.24531.4",
"razorOmnisharp": "7.0.0-preview.23363.1",
Expand Down

0 comments on commit ec3f262

Please sign in to comment.