Skip to content

Commit 80e830f

Browse files
committed
fixed nuget.config
1 parent 436746d commit 80e830f

3 files changed

Lines changed: 11 additions & 6 deletions

File tree

.idea/.idea.CutCode/.idea/avalonia.xml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/.idea.CutCode/.idea/workspace.xml

Lines changed: 8 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CutCode.CrossPlatform/nuget.config

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
<packageSources>
44
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
55
<clear />
6-
<add key="Aura.UI Myget" value="https://www.myget.org/F/auraui/api/v3/index.json" />
76
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
7+
<add key="AvaloniaCI" value="https://nuget.avaloniaui.net/repository/avalonia-nightly/index.json" />
8+
<add key="Aura.UI Myget" value="https://www.myget.org/F/auraui/api/v3/index.json" />
89
</packageSources>
910
</configuration>

0 commit comments

Comments
 (0)