Skip to content

Commit

Permalink
Merge pull request #7496 from dibarbet/update_roslyn
Browse files Browse the repository at this point in the history
Update Roslyn and changelog
  • Loading branch information
dibarbet authored Aug 30, 2024
2 parents e026399 + 73e9b24 commit 00212d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
- Debug from .csproj and .sln [#5876](https://github.com/dotnet/vscode-csharp/issues/5876)

# Latest
* Update Roslyn to 4.12.0-3.24430.2 (PR: [#7496](https://github.com/dotnet/vscode-csharp/pull/7496))
* Bump Razor to 9.0.0-preview.24427.2 (PR: [#7471](https://github.com/dotnet/vscode-csharp/pull/7471))
* Suppress unique ids (#10791) (PR: [#10791](https://github.com/dotnet/razor/pull/10791))
* Self-versioned documents (#10747) (PR: [#10747](https://github.com/dotnet/razor/pull/10747))
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.12.0-2.24422.6",
"roslyn": "4.12.0-3.24430.2",
"omniSharp": "1.39.11",
"razor": "9.0.0-preview.24427.2",
"razorOmnisharp": "7.0.0-preview.23363.1",
Expand Down

0 comments on commit 00212d9

Please sign in to comment.