Skip to content

Commit

Permalink
Fix compile error in main
Browse files Browse the repository at this point in the history
Two recent PRs merged and caused a simple build break, which is fixed here.

- #9561
- #9552
  • Loading branch information
drewnoakes committed Oct 25, 2024
1 parent 267e898 commit e167088
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ namespace Microsoft.VisualStudio.ProjectSystem.VS.Setup;
/// </remarks>
[Export(ExportContractNames.Scopes.UnconfiguredProject, typeof(IProjectDynamicLoadComponent))]
[AppliesTo(ProjectCapability.DotNet)]
[ExportInitialBuildRulesSubscriptions(SuggestedWorkload.SchemaName)]
[ExportInitialBuildRulesSubscriptions(SuggestedVisualStudioComponentId.SchemaName)]
internal sealed class SetupComponentProvider : OnceInitializedOnceDisposedAsync, IProjectDynamicLoadComponent
{
private readonly UnconfiguredProject _unconfiguredProject;
Expand Down

0 comments on commit e167088

Please sign in to comment.