Skip to content

Commit

Permalink
Disable package analysis in Internal.AspNetCore.Sdk (#598)
Browse files Browse the repository at this point in the history
It provides little value for us and the warnings have almost never been useful
  • Loading branch information
natemcmaster authored Mar 7, 2018
1 parent 599e691 commit e9aafe2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Internal.AspNetCore.Sdk/build/Common.props
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Usage: this should be imported once via NuGet at the top of the file.
<PackageIconUrl>https://go.microsoft.com/fwlink/?LinkID=288859</PackageIconUrl>
<PackageProjectUrl>https://asp.net</PackageProjectUrl>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<NoPackageAnalysis>true</NoPackageAnalysis>
<Serviceable Condition="'$(Configuration)' == 'Release'">true</Serviceable>
<LangVersion Condition="'$(LangVersion)' == ''">7.2</LangVersion>
<RepositoryCommit Condition="'$(RepositoryCommit)' == ''">$(CommitHash)</RepositoryCommit>
Expand Down

0 comments on commit e9aafe2

Please sign in to comment.