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:
parent
040b5eb179
commit
f6f8c15f2e
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue