Skip to content

Commit 3aae4e8

Browse files
authored
Fix repository URL in Microsoft.JSInterop.JS (#64769)
We were still referencing the old dotnet/extensions location.
1 parent a2f5be6 commit 3aae4e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JSInterop/Microsoft.JSInterop.JS/src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"repository": {
1919
"type": "git",
20-
"url": "git+https://github.com/dotnet/extensions.git"
20+
"url": "git+https://github.com/dotnet/aspnetcore.git"
2121
},
2222
"author": "Microsoft",
2323
"license": "MIT",

0 commit comments

Comments
 (0)