1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 19:29:53 +03:00
aports/community/powershell/add-missing-nuget-src.patch
2025-01-29 19:01:08 +00:00

14 lines
556 B
Diff

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