Renames BaseAnalyzer to SpectreAnalyzer

This commit is contained in:
Phil Scott
2021-06-22 21:38:39 -04:00
committed by Patrik Svensson
parent 8b058d6342
commit 721d73e9eb
7 changed files with 16 additions and 11 deletions

View File

@ -4,7 +4,9 @@
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<AdditionalFiles Include="..\stylecop.json" Link="Properties/stylecop.json" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Spectre.Console.Analyzer\Spectre.Console.Analyzer.csproj" PrivateAssets="all" ReferenceOutputAssembly="false" OutputItemType="Analyzer" />
<ProjectReference Include="..\Spectre.Console\Spectre.Console.csproj" />