Skip to content

Commit

Permalink
Merge pull request #6847 from dibarbet/update_roslyn
Browse files Browse the repository at this point in the history
Update roslyn version
  • Loading branch information
dibarbet authored Feb 4, 2024
2 parents 6778be9 + 3933a07 commit 17f80bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
- Debug from .csproj and .sln [#5876](https://github.com/dotnet/vscode-csharp/issues/5876)

## Latest
* Update Roslyn to 4.10.0-2.24081.2 (PR: [#6831](https://github.com/dotnet/vscode-csharp/pull/6831))
* Update Roslyn to 4.10.0-2.24102.11 (PR: [#6847](https://github.com/dotnet/vscode-csharp/pull/6847))
* Fix another issue loading .NET projects when only the 6.0 SDK is installed (PR: [#71881](https://github.com/dotnet/roslyn/pull/71881))
* Fix request info leak when project loading is cancelled (PR: [#71737](https://github.com/dotnet/roslyn/pull/71737))
* Load Roslyn DevKit assemblies into the default ALC (PR: [#71807](https://github.com/dotnet/roslyn/pull/71807))

## 2.16.24
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.10.0-2.24081.2",
"roslyn": "4.10.0-2.24102.11",
"omniSharp": "1.39.11",
"razor": "7.0.0-preview.23627.2",
"razorOmnisharp": "7.0.0-preview.23363.1",
Expand Down

0 comments on commit 17f80bf

Please sign in to comment.