Skip to content

Commit 1fba0a2

Browse files
authored
Merge pull request #6736 from dibarbet/upgrade_roslyn
Upgrade Roslyn version
2 parents 7a9ccc4 + fbd2d30 commit 1fba0a2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
- Debug from .csproj and .sln [#5876](https://github.com/dotnet/vscode-csharp/issues/5876)
77

88
## Latest
9+
* Update Roslyn to 4.9.0-3.23611.3 (PR: [#<>](https://github.com/dotnet/vscode-csharp/pull/<>))
10+
* Fix Remote Process Listing from Windows (PR: [#6730](https://github.com/dotnet/vscode-csharp/pull/6730))
11+
* Fix description of debugger `console` setting (PR: [#6726](https://github.com/dotnet/vscode-csharp/pull/6726))
12+
* Read extension paths option (PR: [#6724](https://github.com/dotnet/vscode-csharp/pull/6724))
13+
14+
## 2.13.10
915
* Update Roslyn to 4.9.0-3.23604.10 (PR: [#6676](https://github.com/dotnet/vscode-csharp/pull/6676))
1016
* Pass through folders for additional files (PR: [#71061](https://github.com/dotnet/roslyn/pull/71061))
1117
* Automatically detect missing NuGet packages and restore (PR: [#70851](https://github.com/dotnet/roslyn/pull/70851))

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.9.0-3.23604.10",
40+
"roslyn": "4.9.0-3.23611.3",
4141
"omniSharp": "1.39.10",
4242
"razor": "7.0.0-preview.23528.1",
4343
"razorOmnisharp": "7.0.0-preview.23363.1",

0 commit comments

Comments
 (0)