Skip to content

Commit 52562b8

Browse files
authored
Merge pull request #6408 from dibarbet/update_roslyn
Update Roslyn version to consume project loading fixes
2 parents af09df7 + 331de68 commit 52562b8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
- Debug from .csproj and .sln [#5876](https://github.com/dotnet/vscode-csharp/issues/5876)
99

1010
## Latest
11-
* Update Roslyn version (PR: [#6389](https://github.com/dotnet/vscode-csharp/pull/6389))
11+
* Update Roslyn version to 4.8.0-3.23470.7 (PR: [#6408](https://github.com/dotnet/vscode-csharp/pull/6408))
12+
* Update NuGet version to fix issues loading projects with .NET 8 RC2 (PR: [#70023](https://github.com/dotnet/roslyn/pull/70023))
13+
* Update MSBuildLocator version to fix issues loading projects when only .NET 6 is installed (PR: [#70038](https://github.com/dotnet/roslyn/pull/70038))
1214
* Remove diagnostic source name (PR: [#69939](https://github.com/dotnet/roslyn/pull/69939))
1315
* Fix fold all regions (PR: [#69817](https://github.com/dotnet/roslyn/pull/69817))
1416
* Fix escaping and wrapping in hover (PR: [#69893](https://github.com/dotnet/roslyn/pull/69893))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
}
3838
},
3939
"defaults": {
40-
"roslyn": "4.8.0-3.23468.1",
40+
"roslyn": "4.8.0-3.23470.7",
4141
"omniSharp": "1.39.7",
4242
"razor": "7.0.0-preview.23456.2",
4343
"razorOmnisharp": "7.0.0-preview.23363.1"

0 commit comments

Comments
 (0)