Skip to content

Commit

Permalink
Update Roslyn version to consume project loading fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dibarbet committed Sep 21, 2023
1 parent af09df7 commit f1e8eab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
- Debug from .csproj and .sln [#5876](https://github.com/dotnet/vscode-csharp/issues/5876)

## Latest
* Update Roslyn version to 4.8.0-3.23470.7 (PR: [#6408](https://github.com/dotnet/vscode-csharp/pull/6408))
* Update NuGet version to fix issues loading projects with .NET 8 RC2 (PR: [#70023](https://github.com/dotnet/roslyn/pull/70023))
* Update MSBuildLocator version to fix issues loading projects when only .NET6 is installed (PR: [#70038](https://github.com/dotnet/roslyn/pull/70038))
* Update Roslyn version (PR: [#6389](https://github.com/dotnet/vscode-csharp/pull/6389))
* Remove diagnostic source name (PR: [#69939](https://github.com/dotnet/roslyn/pull/69939))
* Fix fold all regions (PR: [#69817](https://github.com/dotnet/roslyn/pull/69817))
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.8.0-3.23468.1",
"roslyn": "4.8.0-3.23470.7",
"omniSharp": "1.39.7",
"razor": "7.0.0-preview.23456.2",
"razorOmnisharp": "7.0.0-preview.23363.1"
Expand Down

0 comments on commit f1e8eab

Please sign in to comment.