LibHac/nuget.config

8 lines
351 B
Text
Raw Permalink Normal View History

2020-01-17 08:01:25 +01:00
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="dotnet-core" value="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" />
2021-01-02 01:01:21 +01:00
<add key="dotnet-experimental" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-experimental/nuget/v3/index.json" />
2020-01-17 08:01:25 +01:00
</packageSources>
</configuration>