Skip to content

Commit

Permalink
Merge pull request #7574 from dotnet/dev/jordi1215/vscode-insert
Browse files Browse the repository at this point in the history
bump razor to 9.0.0-preview.24467.1
  • Loading branch information
dibarbet authored Sep 18, 2024
2 parents 5697d74 + 19d15a8 commit 236f229
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
- Debug from .csproj and .sln [#5876](https://github.com/dotnet/vscode-csharp/issues/5876)

# Latest
* Update Razor to 9.0.0-preview.24467.1
* Fix LF line-ending auto format bug (PR: [#10802](https://github.com/dotnet/razor/pull/10802))
* Bump xamltools to 17.12.35318.29 (PR: [#7577](https://github.com/dotnet/vscode-csharp/pull/7577))

# 2.48.x
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"defaults": {
"roslyn": "4.12.0-3.24463.6",
"omniSharp": "1.39.11",
"razor": "9.0.0-preview.24427.2",
"razor": "9.0.0-preview.24467.1",
"razorOmnisharp": "7.0.0-preview.23363.1",
"xamlTools": "17.12.35318.29"
},
Expand Down

0 comments on commit 236f229

Please sign in to comment.