From d63b2a8c4c5ed9761e98c4bd5e64fbc980305735 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20K=C3=B6plinger?= Date: Mon, 15 Dec 2025 11:08:15 +0100 Subject: [PATCH] Fix repository URL in Microsoft.JSInterop.JS We were still referencing the old dotnet/extensions location. --- src/JSInterop/Microsoft.JSInterop.JS/src/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/JSInterop/Microsoft.JSInterop.JS/src/package.json b/src/JSInterop/Microsoft.JSInterop.JS/src/package.json index 8f480f3052c6..8bcc04e22f8a 100644 --- a/src/JSInterop/Microsoft.JSInterop.JS/src/package.json +++ b/src/JSInterop/Microsoft.JSInterop.JS/src/package.json @@ -17,7 +17,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/dotnet/extensions.git" + "url": "git+https://github.com/dotnet/aspnetcore.git" }, "author": "Microsoft", "license": "MIT",