Mark Mvc analyzers as non-shipping (#8968)
Since these analyzers are now available via the WebSDK, we no longer need to ship these. Follow up to https://github.com/aspnet/AspNetCore/issues/4373
This commit is contained in:
parent
77e6be4c28
commit
ff313901de
|
|
@ -2,7 +2,8 @@
|
|||
<PropertyGroup>
|
||||
<Description>CSharp Analyzers for ASP.NET Core MVC.</Description>
|
||||
<PackageTags>aspnetcore;aspnetcoremvc</PackageTags>
|
||||
<IsShippingPackage>true</IsShippingPackage>
|
||||
<!-- This package is for internal use only. It contains analyzers that are bundled in the .NET Core WebSDK. -->
|
||||
<IsShippingPackage>false</IsShippingPackage>
|
||||
|
||||
<TargetFramework>netstandard1.3</TargetFramework>
|
||||
<IncludeBuildOutput>false</IncludeBuildOutput>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,8 @@
|
|||
<PropertyGroup>
|
||||
<Description>CSharp Analyzers for ASP.NET Core MVC.</Description>
|
||||
<PackageTags>aspnetcore;aspnetcoremvc</PackageTags>
|
||||
<IsShippingPackage>true</IsShippingPackage>
|
||||
<!-- This package is for internal use only. It contains analyzers that are bundled in the .NET Core WebSDK. -->
|
||||
<IsShippingPackage>false</IsShippingPackage>
|
||||
|
||||
<TargetFramework>netstandard1.3</TargetFramework>
|
||||
<IncludeBuildOutput>false</IncludeBuildOutput>
|
||||
|
|
|
|||
Loading…
Reference in New Issue