Skip to content

Commit

Permalink
Abandon System.CommandLine beta4
Browse files Browse the repository at this point in the history
  • Loading branch information
menees committed Dec 3, 2023
1 parent 6aea28f commit fb635f9
Show file tree
Hide file tree
Showing 5 changed files with 140 additions and 209 deletions.
6 changes: 3 additions & 3 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<IsPublishable>false</IsPublishable>

<!-- Make the assembly, file, and NuGet package versions the same. -->
<Version>0.8.7-beta</Version>
<Version>0.9.0-beta</Version>
<UseLocaMeneesLibraries>false</UseLocaMeneesLibraries>
<LocaMeneesLibrariesSrc/>
<BuildingInsideVisualStudio Condition="'$(BuildingInsideVisualStudio)' == ''">false</BuildingInsideVisualStudio>
Expand Down Expand Up @@ -68,7 +68,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="6.0.0">
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="8.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand All @@ -79,7 +79,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Meziantou.Polyfill" Version="1.0.26">
<PackageReference Include="Meziantou.Polyfill" Version="1.0.31">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
96 changes: 0 additions & 96 deletions src/Menees.Chords.Cli/BaseCommand.cs

This file was deleted.

0 comments on commit fb635f9

Please sign in to comment.