Skip to content

Commit

Permalink
Merge pull request #6344 from Youssef1313/patch-25
Browse files Browse the repository at this point in the history
Cleanup `Microsoft.CodeAnalysis.NetAnalyzers.csproj`
  • Loading branch information
mavasani committed Dec 13, 2022
2 parents fde4933 + 916317a commit ed54cef
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions src/NetAnalyzers/Core/Microsoft.CodeAnalysis.NetAnalyzers.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,19 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<!--
PackageId is used by Restore. If we set it to Microsoft.CodeQuality.Analyzers
Restore would conclude that there is a cyclic dependency between us and the Microsoft.CodeQuality.Analyzers nuget package.
PackageId is used by Restore. If we set it to Microsoft.CodeAnalysis.NetAnalyzers
Restore would conclude that there is a cyclic dependency between us and the Microsoft.CodeAnalysis.NetAnalyzers nuget package.
-->
<PackageId>*$(MSBuildProjectFile)*</PackageId>
<RootNamespace></RootNamespace>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<InternalsVisibleTo Include="Microsoft.CodeQuality.CSharp.Analyzers" />
<InternalsVisibleTo Include="Microsoft.CodeQuality.VisualBasic.Analyzers" />
<InternalsVisibleTo Include="Microsoft.CodeAnalysis.CSharp.NetAnalyzers" />
<InternalsVisibleTo Include="Microsoft.CodeAnalysis.VisualBasic.NetAnalyzers" />
<InternalsVisibleTo Include="Microsoft.CodeAnalysis.NetAnalyzers.UnitTests" />
<InternalsVisibleTo Include="Analyzer.Utilities.UnitTests" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Update="Security\MicrosoftNetCoreSecurityResources.resx">
<Generator>ResXFileCodeGenerator</Generator>
</EmbeddedResource>
</ItemGroup>
<Import Project="..\..\Utilities\Compiler\Analyzer.Utilities.projitems" Label="Shared" />
<Import Project="..\..\Utilities\FlowAnalysis\FlowAnalysis.Utilities.projitems" Label="Shared" />
<Import Project="..\..\Utilities\Workspaces\Workspaces.Utilities.projitems" Label="Shared" />
Expand Down

0 comments on commit ed54cef

Please sign in to comment.