File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/ProjectTemplates/BlazorTemplates.Tests/Infrastructure Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
Condition =" $(DesignTimeBuild) != true" >
6
6
<!-- The version of the shared framework. This is used in tests to ensure they run against the shared framework version we just built. -->
7
7
<!-- 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"
9
9
Targets =" _GetPackageVersionInfo"
10
10
SkipNonexistentProjects =" false"
11
11
Condition =" '$(IsTargetingPackBuilding)' != 'false'" >
19
19
</PropertyGroup >
20
20
21
21
<!-- 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"
23
23
Targets =" _GetPackageVersionInfo"
24
24
SkipNonexistentProjects =" false" >
25
25
<Output TaskParameter =" TargetOutputs" ItemName =" _RuntimePackageVersionInfo" />
You can’t perform that action at this time.
0 commit comments