Set the DevelopmentDependency flag on the Spectre.Console.Analyzer project

It was applied by mistake on Spectre.Console in #938.
This commit is contained in:
Cédric Luthi
2022-09-06 18:30:10 +02:00
committed by Patrik Svensson
parent 506253bc34
commit e96a821ead
2 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,6 @@
<TargetFrameworks>net6.0;netstandard2.0</TargetFrameworks>
<Nullable>enable</Nullable>
<IsPackable>true</IsPackable>
<DevelopmentDependency>true</DevelopmentDependency>
<NoWarn>SA1633</NoWarn>
</PropertyGroup>