13 lines
407 B
XML
13 lines
407 B
XML
<Project>
|
|
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory)..\, Directory.Build.targets))\Directory.Build.targets" />
|
|
|
|
<PropertyGroup>
|
|
<Description>$(Description)
|
|
|
|
To install the templates in this package, run 'dotnet new --install $(PackageId)::$(PackageVersion)'.
|
|
</Description>
|
|
</PropertyGroup>
|
|
|
|
<Import Project="GenerateContent.targets" />
|
|
</Project>
|