microsoft / Microsoft-MPI

Microsoft MPI
MIT License
246 stars 74 forks source link

Use NuGet's V3 API during build #12

Closed skofman1 closed 5 years ago

skofman1 commented 5 years ago

We strongly recommend moving to V3 API as it provides more reliable builds and security improvements.

The change is super simple: Replace https://www.nuget.org/api/v2/ with https://api.nuget.org/v3/index.json

jithinjosepkl commented 5 years ago

Thanks @skofman1 for the patch