File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/ProjectTemplates/test/Infrastructure Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
<Project >
3
3
<PropertyGroup >
4
4
<MSBuildAllProjects >$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects >
5
- <AspNetCoreBaselineVersion >3.1.2 </AspNetCoreBaselineVersion >
5
+ <AspNetCoreBaselineVersion >3.1.1 </AspNetCoreBaselineVersion >
6
6
</PropertyGroup >
7
7
<!-- Package: AspNetCoreRuntime.3.0.x64-->
8
8
<PropertyGroup Condition =" '$(PackageId)' == 'AspNetCoreRuntime.3.0.x64' " >
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'" >$(MicrosoftAspNetCoreAppRefPackageVersion )</MicrosoftAspNetCoreAppRefPackageVersion >
19
19
20
20
<!-- 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 >
22
22
</PropertyGroup >
23
23
24
24
<!-- Runtime and Ref packs may have separate versions. -->
You can’t perform that action at this time.
0 commit comments