From 4e9f43d891015f828b0c47ead22a0beaef6f2111 Mon Sep 17 00:00:00 2001 From: Andrew Hall Date: Mon, 28 Apr 2025 17:35:22 -0700 Subject: [PATCH] Fix missing dll --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 628e715736..98aaa9e861 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "defaults": { "roslyn": "5.0.0-1.25224.9", "omniSharp": "1.39.12", - "razor": "10.0.0-preview.25210.3", + "razor": "10.0.0-preview.25228.3", "razorOmnisharp": "7.0.0-preview.23363.1", "xamlTools": "17.14.36010.33" },