Skip to content

Commit 700f430

Browse files
authored
Fixup prop
1 parent eccabc6 commit 700f430

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->'%(_TargetingPackVersionInfo.PackageVersion)'</MicrosoftAspNetCoreAppRefPackageVersion>
17+
<MicrosoftAspNetCoreAppRefPackageVersion Condition="'$(IsTargetingPackBuilding)' != 'false'">%(_TargetingPackVersionInfo.PackageVersion)</MicrosoftAspNetCoreAppRefPackageVersion>
1818
<MicrosoftAspNetCoreAppRefPackageVersion Condition="'$(IsTargetingPackBuilding)' == 'false'">$(AspNetCoreBaselineVersion)</MicrosoftAspNetCoreAppRefPackageVersion>
1919
</PropertyGroup>
2020

0 commit comments

Comments
 (0)