Skip to content

Commit

Permalink
Set the DevelopmentDependency flag on the Spectre.Console.Analyzer pr…
Browse files Browse the repository at this point in the history
…oject

It was applied by mistake on Spectre.Console in #938.
  • Loading branch information
0xced authored and patriksvensson committed Sep 6, 2022
1 parent 506253b commit e96a821
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<Description>Best practice analyzers for Spectre.Console.</Description>
<TargetFramework>netstandard2.0</TargetFramework>
<IsPackable>true</IsPackable>
<DevelopmentDependency>true</DevelopmentDependency>
<IncludeBuildOutput>false</IncludeBuildOutput>
<Nullable>enable</Nullable>
<NoPackageAnalysis>true</NoPackageAnalysis>
Expand Down
1 change: 0 additions & 1 deletion src/Spectre.Console/Spectre.Console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<TargetFrameworks>net6.0;netstandard2.0</TargetFrameworks>
<Nullable>enable</Nullable>
<IsPackable>true</IsPackable>
<DevelopmentDependency>true</DevelopmentDependency>
<NoWarn>SA1633</NoWarn>
</PropertyGroup>

Expand Down

0 comments on commit e96a821

Please sign in to comment.