mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-03-07 22:52:11 +01:00
15 lines
555 B
Diff
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 />
|