Skip to content

Commit

Permalink
Sf source now usses https (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
RuzmanovDev authored Feb 16, 2021
1 parent 7109bd7 commit 5023a2d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ public void SetTargetFramework(IEnumerable<string> sitefinityProjectFilePaths, s

private readonly IEnumerable<string> defaultSources;

private const string SitefinityPublicNuGetSource = "http://nuget.sitefinity.com/nuget/";
private const string SitefinityPublicNuGetSource = "https://nuget.sitefinity.com/nuget/";

private const string PublicNuGetSource = "https://nuget.org/api/v2/";

Expand Down

0 comments on commit 5023a2d

Please sign in to comment.