Skip to content

Commit 3d79c2b

Browse files
committed
Fixup
1 parent 07b1bf4 commit 3d79c2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ProjectTemplates/BlazorTemplates.Tests/Infrastructure/GenerateTestProps.targets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Condition="$(DesignTimeBuild) != true">
66
<!-- The version of the shared framework. This is used in tests to ensure they run against the shared framework version we just built. -->
77
<!-- If we aren't building the targeting pack, use the baseline version -->
8-
<MSBuild Projects="$(RepoRoot)src\Framework\ref\Microsoft.AspNetCore.App.Ref.csproj"
8+
<MSBuild Projects="$(RepoRoot)src\Framework\App.Ref\src\Microsoft.AspNetCore.App.Ref.csproj"
99
Targets="_GetPackageVersionInfo"
1010
SkipNonexistentProjects="false"
1111
Condition="'$(IsTargetingPackBuilding)' != 'false'">
@@ -19,7 +19,7 @@
1919
</PropertyGroup>
2020

2121
<!-- Runtime and Ref packs may have separate versions. -->
22-
<MSBuild Projects="$(RepoRoot)src\Framework\src\Microsoft.AspNetCore.App.Runtime.csproj"
22+
<MSBuild Projects="$(RepoRoot)src\Framework\App.Runtime\src\Microsoft.AspNetCore.App.Runtime.csproj"
2323
Targets="_GetPackageVersionInfo"
2424
SkipNonexistentProjects="false">
2525
<Output TaskParameter="TargetOutputs" ItemName="_RuntimePackageVersionInfo" />

0 commit comments

Comments
 (0)