Skip to content

Commit 29c9fa3

Browse files
committed
Bump again to fix test failures
1 parent a45e74b commit 29c9fa3

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
@@ -5,6 +5,7 @@
55

66
# 2.89.x
77
* Bump Razor to 10.0.0-preview.25408.2 (PR: [#8512](https://github.com/dotnet/vscode-csharp/pull/8512))
8+
* Fix null reference exception in formatting (PR: [#12097](https://github.com/dotnet/razor/pull/12097))
89
* Fix cohost override setting (PR: [#12082](https://github.com/dotnet/razor/pull/12082))
910
* Cohost span mapping (PR: [#12055](https://github.com/dotnet/razor/pull/12055))
1011
* Explicitly deny certain Roslyn formatting options (PR: [#12064](https://github.com/dotnet/razor/pull/12064))

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.25405.5",
4444
"omniSharp": "1.39.14",
45-
"razor": "10.0.0-preview.25408.2",
45+
"razor": "10.0.0-preview.25411.4",
4646
"razorOmnisharp": "7.0.0-preview.23363.1",
4747
"xamlTools": "17.14.36106.43"
4848
},

0 commit comments

Comments
 (0)