Skip to content

Commit e9e3eb6

Browse files
authored
Simplify declared type
More consistent with other usages of `IVsService` in this repo.
1 parent 4840dac commit e9e3eb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.VisualStudio.ProjectSystem.Managed.VS/ProjectSystem/VS/VsSafeProjectGuidService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ internal class VsSafeProjectGuidService : ISafeProjectGuidService
1414
{
1515
private readonly UnconfiguredProject _project;
1616
private readonly IUnconfiguredProjectTasksService _tasksService;
17-
private readonly IVsService<SVsBackgroundSolution, IVsBackgroundSolution> _backgroundSolutionImport;
17+
private readonly IVsService<IVsBackgroundSolution> _backgroundSolutionImport;
1818

1919
[ImportingConstructor]
2020
public VsSafeProjectGuidService(

0 commit comments

Comments
 (0)