mirror of
https://github.com/supleed2/ELEC60015-HLP-CW.git
synced 2024-11-10 02:05:48 +00:00
12 lines
355 B
XML
12 lines
355 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<!-- This clears Nuget configuration in the machine to avoid conflicts with Paket -->
|
|
<packageSources>
|
|
<clear />
|
|
<add key="NuGet.org" value="https://api.nuget.org/v3/index.json" />
|
|
</packageSources>
|
|
<disabledPackageSources>
|
|
<clear />
|
|
</disabledPackageSources>
|
|
</configuration>
|