cake-build / resources

Contains different kind of resources such as bootstrappers and configuration files.
MIT License
54 stars 79 forks source link

Update cake.config to use nuget package source v3 #43

Closed joakimhew closed 6 years ago

joakimhew commented 6 years ago

The latest package source for nuget is now at v3. The cake.config resource should be updated to use v3.

[Nuget]
Source=https://packages.nuget.org/api/v2 <- v3

[Roslyn]
NuGetSource=https://packages.nuget.org/api/v2 <- v3