Use NuGet's V3 API during build
We strongly recommend moving to V3 API as it provides more reliable builds and [security improvements](https://blog.nuget.org/20180810/Introducing-Repository-Signatures.html). The change is super simple: Replace `https://www.nuget.org/api/v2/` with `https://api.nuget.org/v3/index.json`
This commit is contained in:
Родитель
0019347886
Коммит
e189823942
|
@ -13,6 +13,6 @@
|
|||
<packageSources>
|
||||
<clear />
|
||||
<add key="CBT" value="https://www.myget.org/F/cbt/api/v3/index.json" />
|
||||
<add key="NuGet.org" value="https://www.nuget.org/api/v2/" />
|
||||
<add key="NuGet.org" value="https://api.nuget.org/v3/index.json" />
|
||||
</packageSources>
|
||||
</configuration>
|
||||
</configuration>
|
||||
|
|
Загрузка…
Ссылка в новой задаче