Skip to content

Commit

Permalink
Downgrade Xabe.FFmpeg.Downloader to 5.2.6 (#1305)
Browse files Browse the repository at this point in the history
System.Text.Json 9.0.X is incompatible with .NET 6
  • Loading branch information
ScrubN authored Feb 13, 2025
1 parent 71ad465 commit 79f85f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion TwitchDownloaderCLI/TwitchDownloaderCLI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="Mono.Posix.NETStandard" Version="1.0.0" />
<PackageReference Include="Spectre.Console" Version="0.49.1" />
<PackageReference Include="Xabe.FFmpeg.Downloader" Version="6.0.0" />
<PackageReference Include="Xabe.FFmpeg.Downloader" Version="5.2.6" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion TwitchDownloaderWPF/TwitchDownloaderWPF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<PackageReference Include="System.Management" Version="8.0.0" />
<PackageReference Include="WpfExtensions.Xaml" Version="1.2.0" />
<PackageReference Include="WPFLocalizeExtension" Version="3.10.0" />
<PackageReference Include="Xabe.FFmpeg.Downloader" Version="6.0.0" />
<PackageReference Include="Xabe.FFmpeg.Downloader" Version="5.2.6" />
<PackageReference Include="Autoupdater.NET.Official" Version="1.9.2" />
<PackageReference Include="Emoji.Wpf" Version="0.3.4" />
<PackageReference Include="WpfAnimatedGif" Version="2.0.2" />
Expand Down

0 comments on commit 79f85f6

Please sign in to comment.