Suppress API Check for the MVC 1.X shim

This is a tooling-only package. We have no compatibility requirement for
it.
This commit is contained in:
Ryan Nowak 2017-08-31 08:26:31 -07:00
parent 040b5eb179
commit f6f8c15f2e
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
<Description>ASP.NET Core design time hosting infrastructure for the Razor view engine.</Description>
<TargetFrameworks>net46;netstandard2.0</TargetFrameworks>
<PackageTags>$(PackageTags);aspnetcoremvc</PackageTags>
<EnableApiCheck>false</EnableApiCheck>
</PropertyGroup>
<ItemGroup>