Skip to content

Commit

Permalink
Explicitly set UnsupportedTargetFrameworkVersion for VS support (#109769
Browse files Browse the repository at this point in the history
)
  • Loading branch information
ViktorHofer authored Nov 13, 2024
1 parent 22b3c90 commit abaa1f7
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 @@ -41,6 +41,7 @@
unconditionally in Microsoft.NETCoreSdk.BundledVersions.props.
-->
<NETCoreAppMaximumVersion>$(NetCoreAppCurrentVersion)</NETCoreAppMaximumVersion>
<UnsupportedTargetFrameworkVersion>$([MSBuild]::Add('$(NETCoreAppMaximumVersion.Split('.')[0])', '1')).0</UnsupportedTargetFrameworkVersion>
<!-- SDK sets product to assembly but we want it to be our product name -->
<Product>Microsoft%AE .NET</Product>
<!-- Use the .NET product branding version for informational version description -->
Expand Down

0 comments on commit abaa1f7

Please sign in to comment.