Skip to content

Commit

Permalink
Update NuGet.Config
Browse files Browse the repository at this point in the history
  • Loading branch information
wieslawsoltes committed Dec 8, 2021
1 parent a50bd74 commit 596284f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions NuGet.Config
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>

<configuration>
<packageSources>
<clear />
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="avalonia-all" value="https://nuget.avaloniaui.net/repository/avalonia-all/index.json" />
<add key="xamlbehaviors-nightly" value="https://www.myget.org/F/xamlbehaviors-nightly/api/v3/index.json" />
<add key="panandzoom-nightly" value="https://www.myget.org/F/panandzoom-nightly/api/v3/index.json" />
<add key="dock-nightly" value="https://www.myget.org/F/dock-nightly/api/v3/index.json" />
<add key="dotnet-core" value="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" />
<add key="avalonia" value="https://nuget.avaloniaui.net/repository/avalonia-all/index.json" protocolVersion="3" />
<add key="skiasharp" value="https://aka.ms/skiasharp-eap/index.json" protocolVersion="3" />
</packageSources>
</configuration>

0 comments on commit 596284f

Please sign in to comment.