nuget config
This commit is contained in:
parent
963f1327f1
commit
435c97d8bf
1 changed files with 12 additions and 0 deletions
12
nuget.config
Normal file
12
nuget.config
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<configuration>
|
||||||
|
<packageSources>
|
||||||
|
<clear />
|
||||||
|
<add key="nuget.org" value="https://nuget.org" />
|
||||||
|
|
||||||
|
<add key="pschneider" value="https://isn.pschneider.fr/v3/index.json" />
|
||||||
|
|
||||||
|
<add key="dotnet10" value="https://azure.com" />
|
||||||
|
<add key="dotnet-public" value="https://azure.com" />
|
||||||
|
</packageSources>
|
||||||
|
</configuration>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue