Skip to content

Commit

Permalink
Merge pull request #7765 from dibarbet/fix_razor_serialization
Browse files Browse the repository at this point in the history
Update roslyn to 4.13.0-2.24561.3
  • Loading branch information
dibarbet authored Nov 11, 2024
2 parents ae70dac + fc36902 commit 769ccbd
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.56.x
* Update Roslyn to 4.13.0-2.24561.3 (PR: [#7765](https://github.com/dotnet/vscode-csharp/pull/7765))
* Update Razor to fix serialization issue loading projects (PR: [#75794](https://github.com/dotnet/roslyn/pull/75794))
* Update Razor to 9.0.0-preview.24557.11 (PR: [#7756](https://github.com/dotnet/vscode-csharp/pull/7756))
* Fix FUSE hook up in VS Code (#11175) (PR: [#11175](https://github.com/dotnet/razor/pull/11175))
* Update VSTelemetryAPI version (#11181) (PR: [#11181](https://github.com/dotnet/razor/pull/11181))
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.24557.5",
"roslyn": "4.13.0-2.24561.3",
"omniSharp": "1.39.11",
"razor": "9.0.0-preview.24557.11",
"razorOmnisharp": "7.0.0-preview.23363.1",
Expand Down

0 comments on commit 769ccbd

Please sign in to comment.