Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[build] Add maui-blazor to vs-workload.props #3105

Merged
merged 2 commits into from Oct 25, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions eng/automation/vs-workload.template.props
Expand Up @@ -13,6 +13,7 @@
<ComponentResources Include="maui-mobile" Version="@VS_COMPONENT_VERSION@" Category=".NET" Title=".NET MAUI SDK for Mobile" Description=".NET SDK Workload for building MAUI applications that target mobile platforms." />
<ComponentResources Include="maui-desktop" Version="@VS_COMPONENT_VERSION@" Category=".NET" Title=".NET MAUI SDK for Desktop" Description=".NET SDK Workload for building MAUI applications that target desktop platforms." />
<ComponentResources Include="maui-core" Version="@VS_COMPONENT_VERSION@" Category=".NET" Title=".NET MAUI SDK Core" Description=".NET SDK Workload containing core MAUI SDK packages." />
<ComponentResources Include="maui-blazor" Version="@VS_COMPONENT_VERSION@" Category=".NET" Title=".NET MAUI SDK for Blazor Desktop" Description=".NET SDK Workload containing MAUI SDK Blazor packages." />
<ComponentResources Include="maui-android" Version="@VS_COMPONENT_VERSION@" Category=".NET" Title=".NET MAUI SDK for Android" Description=".NET SDK Workload for building MAUI applications that target Android." />
<ComponentResources Include="maui-maccatalyst" Version="@VS_COMPONENT_VERSION@" Category=".NET" Title=".NET MAUI SDK for Mac Catalyst" Description=".NET SDK Workload for building MAUI applications that target Mac Catalyst." />
<ComponentResources Include="maui-ios" Version="@VS_COMPONENT_VERSION@" Category=".NET" Title=".NET MAUI SDK for iOS" Description=".NET SDK Workload for building MAUI applications that target iOS." />
Expand Down