mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-31 04:04:21 -04:00
Adding a nuget config
This commit is contained in:
parent
34a21f2639
commit
8f43a51252
13
nuget.config
Normal file
13
nuget.config
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<configuration>
|
||||||
|
<packageSources>
|
||||||
|
<clear/>
|
||||||
|
<add key="nuget" value="https://api.nuget.org/v3/index.json"/>
|
||||||
|
</packageSources>
|
||||||
|
<disabledPackageSources>
|
||||||
|
<clear/>
|
||||||
|
</disabledPackageSources>
|
||||||
|
<fallbackPackageFolders>
|
||||||
|
<clear/>
|
||||||
|
</fallbackPackageFolders>
|
||||||
|
</configuration>
|
Loading…
x
Reference in New Issue
Block a user