Skip to content

Commit 2c4fafe

Browse files
committed
Update roslyn to consume a couple of fixes
1 parent b286b0b commit 2c4fafe

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
- ProcessFrameworkReferences task failed unexpectedly [#5980](https://github.com/dotnet/vscode-csharp/issues/5980)
1111

1212
## Latest
13+
* Update Roslyn to 4.8.0-1.23403.6 (PR: [#<>](https://github.com/dotnet/vscode-csharp/pull/<>))
14+
* Upgrade NuGet.Frameworks to fix loading projects with the 7.0.4xx (PR:[#69354](https://github.com/dotnet/roslyn/pull/69354))
15+
* Emulate suggestion mode in LSP completion by always soft-select (PR:[#69327](https://github.com/dotnet/roslyn/pull/69327))
1316
* Updated CHANGELOG.md (PR: [#5992](https://github.com/dotnet/vscode-csharp/pull/5992))
1417
* Add back accidentally excluded changelog file from vsix (PR: [#5991](https://github.com/dotnet/vscode-csharp/pull/5991))
1518

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
}
3737
},
3838
"defaults": {
39-
"roslyn": "4.8.0-1.23381.8",
39+
"roslyn": "4.8.0-1.23403.6",
4040
"omniSharp": "1.39.7",
4141
"razor": "7.0.0-preview.23328.2",
4242
"razorOmnisharp": "7.0.0-preview.23363.1"

0 commit comments

Comments
 (0)