Skip to content

Commit 236f229

Browse files
authored
Merge pull request #7574 from dotnet/dev/jordi1215/vscode-insert
bump razor to 9.0.0-preview.24467.1
2 parents 5697d74 + 19d15a8 commit 236f229

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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
# Latest
7+
* Update Razor to 9.0.0-preview.24467.1
8+
* Fix LF line-ending auto format bug (PR: [#10802](https://github.com/dotnet/razor/pull/10802))
79
* Bump xamltools to 17.12.35318.29 (PR: [#7577](https://github.com/dotnet/vscode-csharp/pull/7577))
810

911
# 2.48.x

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.12.0-3.24463.6",
4141
"omniSharp": "1.39.11",
42-
"razor": "9.0.0-preview.24427.2",
42+
"razor": "9.0.0-preview.24467.1",
4343
"razorOmnisharp": "7.0.0-preview.23363.1",
4444
"xamlTools": "17.12.35318.29"
4545
},

0 commit comments

Comments
 (0)