Remove KoreBuild-isms from project templates (dotnet/aspnetcore#667)

Removing MSBuild properties and items are for our build infrastructure, not for customers.

Commit migrated from dotnet/aspnetcore@af616d9b99
This commit is contained in:
Nate McMaster 2018-08-10 11:01:56 -07:00 коммит произвёл GitHub
Родитель b32eefcc7c
Коммит fbf11212c8
3 изменённых файлов: 0 добавлений и 6 удалений

Просмотреть файл

@ -11,8 +11,6 @@
<!-- Set this to true if you enable server-side prerendering -->
<BuildServerSideRenderer>false</BuildServerSideRenderer>
<!-- aspnet/BuildTools#662 Don't police what version of NetCoreApp we use -->
<NETCoreAppMaximumVersion>99.9</NETCoreAppMaximumVersion>
</PropertyGroup>
<ItemGroup Condition="'$(TargetFrameworkOverride)' == ''">

Просмотреть файл

@ -8,8 +8,6 @@
<IsPackable>false</IsPackable>
<SpaRoot>ClientApp\</SpaRoot>
<DefaultItemExcludes>$(DefaultItemExcludes);$(SpaRoot)node_modules\**</DefaultItemExcludes>
<!-- aspnet/BuildTools#662 Don't police what version of NetCoreApp we use -->
<NETCoreAppMaximumVersion>99.9</NETCoreAppMaximumVersion>
</PropertyGroup>
<ItemGroup Condition="'$(TargetFrameworkOverride)' == ''">

Просмотреть файл

@ -8,8 +8,6 @@
<IsPackable>false</IsPackable>
<SpaRoot>ClientApp\</SpaRoot>
<DefaultItemExcludes>$(DefaultItemExcludes);$(SpaRoot)node_modules\**</DefaultItemExcludes>
<!-- aspnet/BuildTools#662 Don't police what version of NetCoreApp we use -->
<NETCoreAppMaximumVersion>99.9</NETCoreAppMaximumVersion>
</PropertyGroup>
<ItemGroup Condition="'$(TargetFrameworkOverride)' == ''">