Skip to content

Commit 1c9ca07

Browse files
authored
Bump Razor to 10.0.0-preview.26208.5 (dotnet#9162)
2 parents 1906ff0 + 5432467 commit 1c9ca07

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

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

66
# 2.135.x
7+
* Update Razor to 10.0.0-preview.26208.5 (PR: [#9162](https://github.com/dotnet/vscode-csharp/pull/9162))
8+
* Support Generate Method code action in Razor and C# editors (PR: [#12960](https://github.com/dotnet/razor/pull/12960))
79

810
# 2.134.x
911
* Add setting `dotnet.fileBasedApps.enableAutomaticDiscovery` (PR: [#9096](https://github.com/dotnet/vscode-csharp/pull/9096))

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.7.0-1.26203.6",
4444
"omniSharp": "1.39.14",
45-
"razor": "10.0.0-preview.26179.2",
45+
"razor": "10.0.0-preview.26208.5",
4646
"razorOmnisharp": "7.0.0-preview.23363.1",
4747
"xamlTools": "18.6.11622.36"
4848
},

0 commit comments

Comments
 (0)