Skip to content

Commit

Permalink
Remove direct links and use fwlinks instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
melytc committed Jul 4, 2023
1 parent 2089cd5 commit 0e79568
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@
<DynamicEnumProperty Name="Trimming"
DisplayName="Trimming"
Description="Select the desired .NET trimming option for optimizing your application's deployment size and performance."
HelpUrl="https://learn.microsoft.com/dotnet/core/deploying/native-aot/?tabs=net7"
HelpUrl="https://go.microsoft.com/fwlink/?linkid=2240879"
Category="Publish"
EnumProvider="TrimmingEnumProvider"
MultipleValuesAllowed="False">
Expand All @@ -412,7 +412,7 @@
<BoolProperty Name="PublishAot"
DisplayName="Publish native AOT"
Description="Enable Ahead-of-Time (AOT) Compilation to generate native machine code for your .NET Core application during the publish process for improved performance and reduced startup time."
HelpUrl="https://learn.microsoft.com/dotnet/core/deploying/native-aot/?tabs=net7"
HelpUrl="https://go.microsoft.com/fwlink/?linkid=2240879"
Category="Publish">
<BoolProperty.DataSource>
<DataSource HasConfigurationCondition="False" />
Expand Down

0 comments on commit 0e79568

Please sign in to comment.