Skip to content

Commit

Permalink
Merge branch 'net6.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
mattleibow committed Sep 6, 2022
2 parents 7efed4b + e857f74 commit a1d268a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion eng/automation/vs-workload.template.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,13 @@
<Replacement>@VS_COMPONENT_VERSION@</Replacement>
</ShortNames>
<ShortNames Include="Microsoft.Maui.Graphics.Win2D.WinUI.Desktop">
<Replacement>Microsoft.Maui.Graphics.Win2D</Replacement>
<Replacement>Maui.Graphics.Win2D</Replacement>
</ShortNames>
<ShortNames Include="Microsoft.Maui">
<Replacement>Maui</Replacement>
</ShortNames>
<ShortNames Include="Microsoft.AspNetCore.Components">
<Replacement>AspNetCore</Replacement>
</ShortNames>
<ComponentResources Include="maui" Version="@VS_COMPONENT_VERSION@" Category=".NET" Title=".NET MAUI SDK" Description=".NET SDK Workload for building all types of MAUI applications." />
<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." />
Expand Down

0 comments on commit a1d268a

Please sign in to comment.