LibHac/nuget.config

7 lines
213 B
Text
Raw 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" />
</packageSources>
</configuration>