From e857f7447c8a07723636dd709bb8cade7d0835d5 Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Tue, 6 Sep 2022 15:05:54 +0200 Subject: [PATCH] Shorten the msi filenames (#9915) * Make Microsoft.Maui become Maui * Also ASP.NET things --- eng/automation/vs-workload.template.props | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/eng/automation/vs-workload.template.props b/eng/automation/vs-workload.template.props index ebfee78269fc..e7ab77d2dbf5 100644 --- a/eng/automation/vs-workload.template.props +++ b/eng/automation/vs-workload.template.props @@ -10,7 +10,13 @@ @VS_COMPONENT_VERSION@ - Microsoft.Maui.Graphics.Win2D + Maui.Graphics.Win2D + + + Maui + + + AspNetCore