File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 8
8
- Debug from .csproj and .sln [ #5876 ] ( https://github.com/dotnet/vscode-csharp/issues/5876 )
9
9
10
10
## Latest
11
+ * Update Roslyn version to 4.9.0-1.23502.8 (PR: [ #6447 ] ( https://github.com/dotnet/vscode-csharp/pull/6447 ) )
12
+ * Update Razor project configuration file name (PR: [ #70156 ] ( https://github.com/dotnet/roslyn/pull/70156 ) )
13
+
14
+ ## 2.5.?
11
15
* Update Roslyn version to 4.9.0-1.23502.2 (PR: [ #6463 ] ( https://github.com/dotnet/vscode-csharp/pull/6463 ) )
12
16
* Fix issue loading projects on .NET 8 RC2 (PR: [ #70196 ] ( https://github.com/dotnet/roslyn/pull/70196 ) )
13
17
* Fix exception thrown by outdated version of ExternalAccess.RazorCompiler.dll (PR: [ #70716 ] ( https://github.com/dotnet/roslyn/pull/70176 ) )
Original file line number Diff line number Diff line change 37
37
}
38
38
},
39
39
"defaults" : {
40
- "roslyn" : " 4.9.0-1.23502.2 " ,
40
+ "roslyn" : " 4.9.0-1.23502.8 " ,
41
41
"omniSharp" : " 1.39.7" ,
42
42
"razor" : " 7.0.0-preview.23475.5" ,
43
43
"razorOmnisharp" : " 7.0.0-preview.23363.1"
5422
5422
}
5423
5423
]
5424
5424
}
5425
- }
5425
+ }
You can’t perform that action at this time.
0 commit comments