Skip to content

Commit

Permalink
Question in Directory.Build.targets
Browse files Browse the repository at this point in the history
  • Loading branch information
carlossanlop committed Aug 14, 2024
1 parent a1a5d78 commit 9c6a853
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +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 -->
<GenerateRequiresPreviewFeaturesAttribute Condition="'$(TargetFrameworkMoniker)' == '$(NetCoreAppCurrentTargetFrameworkMoniker)'">true</GenerateRequiresPreviewFeaturesAttribute>
</PropertyGroup>
Expand Down

0 comments on commit 9c6a853

Please sign in to comment.