Skip to content

Commit dca86e3

Browse files
authored
bump razor to 9.0.0-preview.24565.1 (#7793)
2 parents 1fee946 + 2a13f3a commit dca86e3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
- Debug from .csproj and .sln [#5876](https://github.com/dotnet/vscode-csharp/issues/5876)
55

66
# 2.57.x
7+
* Update Razor to 9.0.0-preview.24565.1 (PR: [#7793])(https://github.com/dotnet/vscode-csharp/pull/7793)
78
* Update Roslyn to 4.13.0-2.24565.3 (PR: [#7792](https://github.com/dotnet/vscode-csharp/pull/7792))
89
* Add support for go to type definition (PR: [#75819](https://github.com/dotnet/roslyn/pull/75819))
910
* Reduce formatting allocations when scrolling (PR: [#75912](https://github.com/dotnet/roslyn/pull/75912))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"defaults": {
4040
"roslyn": "4.13.0-2.24565.3",
4141
"omniSharp": "1.39.11",
42-
"razor": "9.0.0-preview.24561.3",
42+
"razor": "9.0.0-preview.24565.1",
4343
"razorOmnisharp": "7.0.0-preview.23363.1",
4444
"xamlTools": "17.13.35513.19"
4545
},

0 commit comments

Comments
 (0)