blob: bd3d317704e2eef70f56e0ac3e98d9ac5655781f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff --unified --recursive PowerShell.old/nuget.config PowerShell.new/nuget.config
--- PowerShell.old/nuget.config 2025-01-31 10:50:58.178759414 +0000
+++ PowerShell.new/nuget.config 2025-01-31 10:53:59.203955232 +0000
@@ -2,7 +2,7 @@
<configuration>
<packageSources>
<clear />
- <add key="powershell" value="https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/PowerShell/nuget/v3/index.json" />
+ <add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
<disabledPackageSources>
<clear />
|