Skip to content

Commit 34d3dae

Browse files
authored
Bump Razor to 10.0.0-preview.25469.5 (#8642)
2 parents e26b23e + a608e27 commit 34d3dae

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

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

66
# 2.93.x
7+
* Bump Razor to 10.0.0-preview.25469.5 (PR: [#8642](https://github.com/dotnet/vscode-csharp/pull/8642))
8+
* Support view components in Go To Def (PR: [#12222](https://github.com/dotnet/razor/pull/12222))
9+
* Redirect the older named assembly too (PR: [#12239](https://github.com/dotnet/razor/pull/12239))
710

811
# 2.92.x
912
* Bump Razor to 10.0.0-preview.25464.2 (PR: [#8628](https://github.com/dotnet/vscode-csharp/pull/8628))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"defaults": {
4343
"roslyn": "5.0.0-2.25458.10",
4444
"omniSharp": "1.39.14",
45-
"razor": "10.0.0-preview.25464.2",
45+
"razor": "10.0.0-preview.25469.5",
4646
"razorOmnisharp": "7.0.0-preview.23363.1",
4747
"xamlTools": "17.14.36106.43"
4848
},

0 commit comments

Comments
 (0)