Nuget v3
This commit is contained in:
parent
46f0d551ee
commit
40df31c52b
1 changed files with 18 additions and 4 deletions
22
nuget.config
22
nuget.config
|
|
@ -2,11 +2,25 @@
|
|||
<configuration>
|
||||
<packageSources>
|
||||
<clear />
|
||||
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
|
||||
|
||||
<add key="pschneider" value="https://isn.pschneider.fr/v3/index.json" protocolVersion="3" />
|
||||
|
||||
<add key="nuget.org" value="https://nuget.org" protocolVersion="3" />
|
||||
<add key="pschneider" value="https://pschneider.fr" protocolVersion="3" />
|
||||
<add key="dotnet10" value="https://azure.com" protocolVersion="3" />
|
||||
<add key="dotnet-public" value="https://azure.com" protocolVersion="3" />
|
||||
</packageSources>
|
||||
|
||||
<!-- Configuration du Mapping Assouplie -->
|
||||
<packageSourceMapping>
|
||||
<packageSource key="nuget.org">
|
||||
<package pattern="*" />
|
||||
</packageSource>
|
||||
<packageSource key="pschneider">
|
||||
<package pattern="*" />
|
||||
</packageSource>
|
||||
<packageSource key="dotnet10">
|
||||
<package pattern="*" />
|
||||
</packageSource>
|
||||
<packageSource key="dotnet-public">
|
||||
<package pattern="*" />
|
||||
</packageSource>
|
||||
</packageSourceMapping>
|
||||
</configuration>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue