File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 97
97
<ProjectReference
98
98
Include =" ..\..\Templates\src\Microsoft.AspNetCore.Blazor.Templates.csproj"
99
99
ReferenceOutputAssembly =" false"
100
- Targets =" Pack" />
100
+ Private =" false"
101
+ Targets =" Build;Pack" />
101
102
</ItemGroup >
102
103
103
104
<ItemGroup >
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project >
2
+ <Import Project =" Sdk.props" Sdk =" Microsoft.NET.Sdk" />
2
3
<PropertyGroup >
3
4
<TargetFramework >netstandard2.0</TargetFramework >
4
5
<NuspecFile >Microsoft.AspNetCore.Blazor.Templates.nuspec</NuspecFile >
5
6
<IsShippingPackage >true</IsShippingPackage >
6
7
<EnableDefaultItems >False</EnableDefaultItems >
7
8
<GenerateAssemblyInfo >False</GenerateAssemblyInfo >
8
9
<IncludeBuildOutput >False</IncludeBuildOutput >
10
+ <CopyBuildOutputToOutputDirectory >false</CopyBuildOutputToOutputDirectory >
11
+ <DebugType >none</DebugType >
12
+ <GenerateDocumentationFile >false</GenerateDocumentationFile >
9
13
<NoWarn >$(NoWarn);2008</NoWarn >
10
14
<Description >Templates for ASP.NET Core Blazor projects.</Description >
11
15
<PackageTags >aspnet;templates;blazor;spa</PackageTags >
45
49
<Output TaskParameter =" OutputPath" ItemName =" Content" />
46
50
</GenerateFileFromTemplate >
47
51
</Target >
52
+ <Import Project =" Sdk.targets" Sdk =" Microsoft.NET.Sdk" />
53
+ <!-- Override SDK targets. This project does not produce a .dll. -->
54
+ <Target Name =" CoreCompile" />
55
+ <Target Name =" GetTargetPath" />
48
56
</Project >
You can’t perform that action at this time.
0 commit comments