Skip to content

Commit c5eb404

Browse files
authored
Bump Razor to 10.0.0-preview.25503.1 (#8679)
2 parents 7bee9ed + 061a124 commit c5eb404

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
# 2.94.x
7+
* Bump Razor to 10.0.0-preview.25503.1 (PR: [#8679](https://github.com/dotnet/vscode-csharp/pull/8679))
8+
* Ensure RazorVSInternalCompletionParams is used for serialization of completion requests (PR: [#12271](https://github.com/dotnet/razor/pull/12271))
79
* Fix update changelog script (PR: [#8671](https://github.com/dotnet/vscode-csharp/pull/8671))
810
* Update RoslynCopilot url to 18.0.797-alpha (PR: [#8652](https://github.com/OmniSharp/omnisharp-vscode/pull/8652))
911
* Fix GH action (PR: [#8662](https://github.com/OmniSharp/omnisharp-vscode/pull/8662))

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.1.0-1.25506.3",
4444
"omniSharp": "1.39.14",
45-
"razor": "10.0.0-preview.25472.6",
45+
"razor": "10.0.0-preview.25503.1",
4646
"razorOmnisharp": "7.0.0-preview.23363.1",
4747
"xamlTools": "18.0.11023.10"
4848
},

0 commit comments

Comments
 (0)