Skip to content

Commit

Permalink
Update comment for GenerateRequiresPreviewFeaturesAttribute
Browse files Browse the repository at this point in the history
  • Loading branch information
carlossanlop authored Aug 15, 2024
1 parent 9c6a853 commit 3972bad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,7 @@
<PackageDescription Condition="'$(PackageDescription)' == '' and '$(UseRuntimePackageDisclaimer)' == 'true'">$(RuntimePackageDisclaimer)</PackageDescription>
<!-- Keep in sync as required by the Packaging SDK in Arcade. -->
<Description>$(PackageDescription)</Description>
<!-- TMP: The next two lines were added a year ago and were never removed or changed: -->
<!-- Until we update the TFM to match the Major version, we need to patch in support for RequiresPreviewFeatures -->
<!-- During branding updates, the TFM may not match the Major version. In this case, we will need to patch in support for RequiresPreviewFeatures. -->
<GenerateRequiresPreviewFeaturesAttribute Condition="'$(TargetFrameworkMoniker)' == '$(NetCoreAppCurrentTargetFrameworkMoniker)'">true</GenerateRequiresPreviewFeaturesAttribute>
</PropertyGroup>

Expand Down

0 comments on commit 3972bad

Please sign in to comment.