Skip to content

Commit

Permalink
fix(NuGet.Config): be more precise about nuget package sources
Browse files Browse the repository at this point in the history
  • Loading branch information
huantianad authored and fifty-six committed Sep 18, 2024
1 parent cc5644c commit 3337f47
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion NuGet.Config
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="Avalonia Nightly" value="https://pkgs.dev.azure.com/AvaloniaUI/AvaloniaUI/_packaging/avalonia-all/nuget/v3/index.json" />
</packageSources>
</configuration>

0 comments on commit 3337f47

Please sign in to comment.