Skip to content

Commit 2ee2adb

Browse files
authored
Merge pull request #772 from melMass/develop
fix: ⚡️ nuget avalonia url
2 parents 2d65e38 + 2a12ecc commit 2ee2adb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: nuget.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<packageSources>
44
<clear/>
55
<add key="nuget.org" value="https://www.nuget.org/api/v2/" />
6-
<add key="avalonia-all" value="https://nuget.avaloniaui.net/repository/avalonia-all/" />
6+
<add key="avalonia-all" value="https://nuget.avaloniaui.net/repository/avalonia-all/index.json" />
77
<add key="XamlBehaviors" value="https://www.myget.org/F/xamlbehaviors-nightly/api/v2" />
88
<add key="sharpgen" value="https://www.myget.org/F/sharpgentools/api/v3/index.json" />
99
<add key="cli-deps" value="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" />

0 commit comments

Comments
 (0)