This repository has been archived on 2023-02-02. You can view files and clone it, but cannot push or open issues or pull requests.
mfgames-nitride-cil/NuGet.Config

17 lines
556 B
Plaintext
Raw Normal View History

2022-09-06 04:14:29 +00:00
<?xml version="1.0" encoding="utf-8"?>
2021-09-07 05:15:45 +00:00
<configuration>
2022-12-24 06:41:34 +00:00
<packageSources>
2022-09-06 04:14:29 +00:00
<clear />
2021-09-07 05:15:45 +00:00
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
2022-12-24 06:41:34 +00:00
<add key="mfgames.com" value="https://src.mfgames.com/api/packages/mfgames-cil/nuget/index.json" />
2021-09-07 05:15:45 +00:00
</packageSources>
2022-09-06 04:14:29 +00:00
<packageSourceMapping>
<packageSource key="nuget.org">
<package pattern="*" />
</packageSource>
<packageSource key="mfgames.com">
<package pattern="MfGames.*" />
</packageSource>
</packageSourceMapping>
2021-09-07 05:15:45 +00:00
</configuration>