nuget.config 304 B

1234567891011
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. To use the Avalonia CI feed to get unstable packages, move this file to the root of your solution.
  4. -->
  5. <configuration>
  6. <packageSources>
  7. <add key="AvaloniaCI" value="https://www.myget.org/F/avalonia-ci/api/v2" />
  8. </packageSources>
  9. </configuration>