Files
WoW-Launcher/nuget.config
Fabian 3b49c8cafa Fixed native aot nuget source.
Updated command line references.
Cleanup.
2022-01-31 15:20:23 +01:00

10 lines
401 B
XML

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
<clear />
<add key="dotnet7" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json" />
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>