File tree 2 files changed +2
-2
lines changed
src/ProjectTemplates/test/Infrastructure
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 88
88
<!-- We can remove the 3.1.2 line from any branch other than release/3.1 and from here after 3.1.2 is released. -->
89
89
<IsTargetingPackBuilding Condition =" '$(DotNetBuildFromSource)' == 'true' " >false</IsTargetingPackBuilding >
90
90
<IsTargetingPackBuilding
91
- Condition =" '$(IsTargetingPackBuilding)' == '' AND '$(VersionPrefix)' == '3.1.2 ' " >true</IsTargetingPackBuilding >
91
+ Condition =" '$(IsTargetingPackBuilding)' == '' AND '$(VersionPrefix)' == '3.0.1 ' " >true</IsTargetingPackBuilding >
92
92
<IsTargetingPackBuilding
93
93
Condition =" '$(IsTargetingPackBuilding)' == '' AND '$(AspNetCorePatchVersion)' != '0' " >false</IsTargetingPackBuilding >
94
94
<IsTargetingPackBuilding Condition =" '$(IsTargetingPackBuilding)' == '' " >true</IsTargetingPackBuilding >
Original file line number Diff line number Diff line change 15
15
<!-- Targeting pack version should be the one we just built, if we're building it. Otherwise we use the baseline version -->
16
16
<PropertyGroup >
17
17
<MicrosoftAspNetCoreAppRefPackageVersion Condition =" '$(IsTargetingPackBuilding)' != 'false'" >%(_TargetingPackVersionInfo.PackageVersion)</MicrosoftAspNetCoreAppRefPackageVersion >
18
- <MicrosoftAspNetCoreAppRefPackageVersion Condition =" '$(IsTargetingPackBuilding)' == 'false'" >$(AspNetCoreBaselineVersion )</MicrosoftAspNetCoreAppRefPackageVersion >
18
+ <MicrosoftAspNetCoreAppRefPackageVersion Condition =" '$(IsTargetingPackBuilding)' == 'false'" >$(TargetingPackVersionPrefix )</MicrosoftAspNetCoreAppRefPackageVersion >
19
19
</PropertyGroup >
20
20
21
21
<!-- Runtime and Ref packs may have separate versions. -->
You can’t perform that action at this time.
0 commit comments