microsoft / ApplicationInsights-ServiceFabric

ApplicationInsights SDK for ServiceFabric projects
MIT License
63 stars 26 forks source link

Use NuGet V3 API for package restore #101

Closed skofman1 closed 5 years ago

skofman1 commented 5 years ago

I see in you NuGet.config that you are still using NuGet's V2 API. 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

yantang-msft commented 5 years ago

@skofman1 Thanks for letting us know. Fixed.