Skip to content

Commit

Permalink
Merge pull request #91 from nils-org/renovate/spectre-console
Browse files Browse the repository at this point in the history
(maint) Update Spectre.Console to v0.48.0
  • Loading branch information
nils-a authored Nov 24, 2023
2 parents 24a63c7 + f2375d6 commit 8e74e34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/GitHubMilestoneCleaner/GitHubMilestoneCleaner.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<PackAsTool>true</PackAsTool>
<ToolCommandName>dotnet-gh-milestone-cleaner</ToolCommandName>
<LangVersion>latest</LangVersion>
Expand Down Expand Up @@ -41,7 +41,7 @@
<PackageReference Include="JetBrains.Annotations" Version="2023.3.0" />
<PackageReference Include="Octokit" Version="9.0.0" />
<PackageReference Include="Polly" Version="8.2.0" />
<PackageReference Include="Spectre.Console" Version="0.47.0" />
<PackageReference Include="Spectre.Console.Cli" Version="0.47.0" />
<PackageReference Include="Spectre.Console" Version="0.48.0" />
<PackageReference Include="Spectre.Console.Cli" Version="0.48.0" />
</ItemGroup>
</Project>

0 comments on commit 8e74e34

Please sign in to comment.