Skip to content

Commit eccabc6

Browse files
authored
Another fixup to item->prop conversion
1 parent d74a2b0 commit eccabc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ProjectTemplates/test/Infrastructure/GenerateTestProps.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<!-- Targeting pack version should be the one we just built, if we're building it. Otherwise we use the baseline version -->
1616
<PropertyGroup>
17-
<MicrosoftAspNetCoreAppRefPackageVersion Condition="'$(IsTargetingPackBuilding)' != 'false'">@(_TargetingPackVersionInfo->'%(PackageVersion)'</MicrosoftAspNetCoreAppRefPackageVersion>
17+
<MicrosoftAspNetCoreAppRefPackageVersion Condition="'$(IsTargetingPackBuilding)' != 'false'">@(_TargetingPackVersionInfo->'%(_TargetingPackVersionInfo.PackageVersion)'</MicrosoftAspNetCoreAppRefPackageVersion>
1818
<MicrosoftAspNetCoreAppRefPackageVersion Condition="'$(IsTargetingPackBuilding)' == 'false'">$(AspNetCoreBaselineVersion)</MicrosoftAspNetCoreAppRefPackageVersion>
1919
</PropertyGroup>
2020

0 commit comments

Comments
 (0)