Skip to content

Commit 58fd885

Browse files
committed
Undo changes to baseline
1 parent 65fb07f commit 58fd885

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

eng/Baseline.Designer.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project>
33
<PropertyGroup>
44
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
5-
<AspNetCoreBaselineVersion>3.1.2</AspNetCoreBaselineVersion>
5+
<AspNetCoreBaselineVersion>3.1.1</AspNetCoreBaselineVersion>
66
</PropertyGroup>
77
<!-- Package: AspNetCoreRuntime.3.0.x64-->
88
<PropertyGroup Condition=" '$(PackageId)' == 'AspNetCoreRuntime.3.0.x64' ">

src/ProjectTemplates/test/Infrastructure/GenerateTestProps.targets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
<!-- Targeting pack version should be the one we just built, if we're building it. Otherwise we use the baseline version -->
1616
<PropertyGroup>
1717
<MicrosoftAspNetCoreAppRefPackageVersion Condition="'$(IsTargetingPackBuilding)' != 'false'">%(_TargetingPackVersionInfo.PackageVersion)</MicrosoftAspNetCoreAppRefPackageVersion>
18-
<MicrosoftAspNetCoreAppRefPackageVersion Condition="'$(IsTargetingPackBuilding)' == 'false'">$(AspNetCoreBaselineVersion)</MicrosoftAspNetCoreAppRefPackageVersion>
18+
<MicrosoftAspNetCoreAppRefPackageVersion Condition="'$(IsTargetingPackBuilding)' == 'false'">$(MicrosoftAspNetCoreAppRefPackageVersion)</MicrosoftAspNetCoreAppRefPackageVersion>
1919

2020
<!-- For blazor-wasm we want the runtime to match the baseline, as we want to target the latest released asp.net core app -->
21-
<MicrosoftAspNetCoreAppRuntimePackageVersion>$(AspNetCoreBaselineVersion)</MicrosoftAspNetCoreAppRuntimePackageVersion>
21+
<MicrosoftAspNetCoreAppRuntimePackageVersion>$(MicrosoftAspNetCoreAppVersion)</MicrosoftAspNetCoreAppRuntimePackageVersion>
2222
</PropertyGroup>
2323

2424
<!-- Runtime and Ref packs may have separate versions. -->

0 commit comments

Comments
 (0)