Use IsPackable instead of ExcludeFromPack
This commit is contained in:
parent
e0e74462ba
commit
9b89aca3c3
|
|
@ -1,5 +0,0 @@
|
|||
<Project>
|
||||
<ItemGroup>
|
||||
<ExcludeFromPack Include="$(RepositoryRoot)src\Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Tasks\Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Tasks.csproj" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
|
@ -5,6 +5,7 @@
|
|||
<PropertyGroup>
|
||||
<Description>Microsoft Build Tasks supporting Razor view compilation.</Description>
|
||||
<TargetFrameworks>netstandard2.0</TargetFrameworks>
|
||||
<IsPackable>false</IsPackable>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
|
|||
Loading…
Reference in New Issue