Archived
1
0
forked from MeloNX/MeloNX
This repository has been archived on 2025-04-07. You can view files and clone it, but cannot push or open issues or pull requests.
MeloNX/nuget.config
2024-01-19 07:53:56 +00:00

9 lines
206 B
XML

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="nuget"
value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>