Skip to content

Commit

Permalink
Update src/Tasks/Microsoft.Common.CurrentVersion.targets
Browse files Browse the repository at this point in the history
Co-authored-by: Forgind <Forgind@users.noreply.github.com>
  • Loading branch information
benvillalobos and Forgind authored Jun 7, 2021
1 parent e0fd7c1 commit 88233b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tasks/Microsoft.Common.CurrentVersion.targets
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Copyright (C) Microsoft Corporation. All rights reserved.
<!-- Store values of certain intrinsic functions that won't change throughout the build. -->
<PropertyGroup Condition="'$(TargetFramework)' != ''">
<TargetFrameworkIdentifier Condition="'$(TargetFrameworkIdentifier)' == ''">$([MSBuild]::GetTargetFrameworkIdentifier($(TargetFramework)))</TargetFrameworkIdentifier>
<TargetFrameworkVersion Condition="'$(TargetFrameworkIdentifier)' == ''">$([MSBuild]::GetTargetFrameworkVersion($(TargetFramework)))</TargetFrameworkIdentifier>
<TargetFrameworkVersion Condition="'$(TargetFrameworkVersion)' == ''">$([MSBuild]::GetTargetFrameworkVersion($(TargetFramework)))</TargetFrameworkIdentifier>
</PropertyGroup>

<!-- Because .NET 2.0 apps did not set TargetFrameworkIdentifier, we need to set it for them here by default. If
Expand Down

0 comments on commit 88233b3

Please sign in to comment.