12 lines
315 B
XML
12 lines
315 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!--
|
|
To use the Avalonia CI feed to get unstable packages, move this file to the root of your solution.
|
|
-->
|
|
|
|
<configuration>
|
|
<packageSources>
|
|
<add key="AvaloniaCI" value="https://nuget.avaloniaui.net/repository/avalonia-all/" />
|
|
</packageSources>
|
|
</configuration>
|