File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 2
2
"solution": {
3
3
"path": "ProjectTemplates.sln",
4
4
"projects": [
5
- "ComponentsWebAssembly.ProjectTemplates\\Microsoft.AspNetCore.Components.WebAssembly.Templates.csproj",
6
5
"Web.Client.ItemTemplates\\Microsoft.DotNet.Web.Client.ItemTemplates.csproj",
7
6
"Web.ItemTemplates\\Microsoft.DotNet.Web.ItemTemplates.csproj",
8
7
"Web.ProjectTemplates\\Microsoft.DotNet.Web.ProjectTemplates.csproj",
9
8
"Web.Spa.ProjectTemplates\\Microsoft.DotNet.Web.Spa.ProjectTemplates.csproj",
10
9
"test\\ProjectTemplates.Tests.csproj"
11
10
]
12
11
}
13
- }
12
+ }
Original file line number Diff line number Diff line change 37
37
</ItemGroup >
38
38
39
39
<ItemGroup >
40
- <ProjectReference Include =" ../ComponentsWebAssembly.ProjectTemplates/Microsoft.AspNetCore.Components.WebAssembly.Templates.csproj" ReferenceOutputAssembly =" false" />
41
40
<ProjectReference Include =" $(RepoRoot)src\Framework\App.Runtime\src\Microsoft.AspNetCore.App.Runtime.csproj" >
42
41
<ReferenceOutputAssembly >false</ReferenceOutputAssembly >
43
42
<SkipGetTargetFrameworkProperties >true</SkipGetTargetFrameworkProperties >
68
67
<_Parameter2 >true</_Parameter2 >
69
68
</AssemblyAttribute >
70
69
</ItemGroup >
71
-
70
+
72
71
<Target Name =" PrepareForTest" BeforeTargets =" CoreCompile" Condition =" $(DesignTimeBuild) != true" >
73
72
<PropertyGroup >
74
73
<TestTemplateCreationFolder >$([MSBuild]::NormalizePath('$(OutputPath)$(TestTemplateCreationFolder)'))</TestTemplateCreationFolder >
You can’t perform that action at this time.
0 commit comments