aports/community/powershell/add-missing-nuget-src.patch
2024-10-25 15:07:01 +00:00

15 lines
555 B
Diff

diff --git a/nuget.config b/nuget.config
index db65daa..5137d0c 100644
--- a/nuget.config
+++ b/nuget.config
@@ -2,7 +2,8 @@
<configuration>
<packageSources>
<clear />
- <add key="powershell" value="https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/powershell-dotnet-9/nuget/v3/index.json" />
+ <add key="dotnet" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v2" />
+ <add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
<disabledPackageSources>
<clear />