mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-04-19 10:12:50 +08:00

Contains two analyzers with fixes * Use AnsiConsole over System.Console * Favor local instance over static implementation
17 lines
532 B
XML
17 lines
532 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net5.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\..\src\Spectre.Console\Spectre.Console.csproj" />
|
|
<ProjectReference Include="..\..\..\src\Spectre.Console.Analyzer\Spectre.Console.Analyzer.csproj"
|
|
PrivateAssets="all"
|
|
ReferenceOutputAssembly="false"
|
|
OutputItemType="Analyzer" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|