Skip to content

Commit

Permalink
Fix Ref12 fails to load reference URL SLaks#38
Browse files Browse the repository at this point in the history
  • Loading branch information
efreykongcn committed Feb 23, 2022
1 parent f796d90 commit 37dc9f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Ref12/Services/ReferenceSourceProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public interface IReferenceSourceProvider {
[Export(typeof(IReferenceSourceProvider))]
public class RoslynReferenceSourceProvider : ReferenceSourceProvider {
[ImportingConstructor]
public RoslynReferenceSourceProvider(ILogger logger) : base(logger, "http://index", "https://roslynsourceindex.azurewebsites.net") {
public RoslynReferenceSourceProvider(ILogger logger) : base(logger, "http://index", "https://sourceroslyn.io") {
}
}
[Export(typeof(IReferenceSourceProvider))]
Expand Down

0 comments on commit 37dc9f2

Please sign in to comment.