Nuget v3
This commit is contained in:
parent
013355d234
commit
46f0d551ee
1 changed files with 4 additions and 4 deletions
|
|
@ -2,11 +2,11 @@
|
||||||
<configuration>
|
<configuration>
|
||||||
<packageSources>
|
<packageSources>
|
||||||
<clear />
|
<clear />
|
||||||
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
|
<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" />
|
<add key="pschneider" value="https://isn.pschneider.fr/v3/index.json" protocolVersion="3" />
|
||||||
|
|
||||||
<add key="dotnet10" value="https://azure.com" />
|
<add key="dotnet10" value="https://azure.com" protocolVersion="3" />
|
||||||
<add key="dotnet-public" value="https://azure.com" />
|
<add key="dotnet-public" value="https://azure.com" protocolVersion="3" />
|
||||||
</packageSources>
|
</packageSources>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue