Skip to content

Commit

Permalink
Update NuGet packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jerry08 committed Jan 25, 2024
1 parent 885296d commit fddcc05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
10 changes: 1 addition & 9 deletions Yosu.Youtube.Converter/Yosu.Youtube.Converter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFrameworks>$(NetVersion);$(NetVersion)-android;$(NetVersion)-ios;$(NetVersion)-maccatalyst</TargetFrameworks>
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);$(NetVersion)-windows10.0.19041.0</TargetFrameworks>
<UseMaui>true</UseMaui>
<UseMauiEssentials>true</UseMauiEssentials>
<SingleProject>true</SingleProject>
<ImplicitUsings>disable</ImplicitUsings>

Expand All @@ -30,14 +30,6 @@
<PackageReference Include="Laerdal.FFmpeg.Android.Full" Version="4.4.28" />
</ItemGroup>

<ItemGroup>
<PackageReference Update="Microsoft.Maui.Controls" Version="8.0.6" />
</ItemGroup>

<ItemGroup>
<PackageReference Update="Microsoft.Maui.Controls.Compatibility" Version="8.0.6" />
</ItemGroup>

<!--<ItemGroup Condition="'$(TargetFramework)' == '$(NetVersion)-maccatalyst' OR '$(TargetFramework)' == '$(NetVersion)-ios'">
<PackageReference Include="Laerdal.FFmpeg.iOS.Min" Version="4.4.52" />
</ItemGroup>-->
Expand Down
4 changes: 2 additions & 2 deletions Yosu/Yosu.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@
<PackageReference Include="Cogwheel" Version="2.0.4" />
<PackageReference Include="CommunityToolkit.Maui" Version="7.0.1" />
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.2" />
<PackageReference Include="CSharpier.MsBuild" Version="0.27.0" PrivateAssets="all" />
<PackageReference Include="CSharpier.MsBuild" Version="0.27.1" PrivateAssets="all" />
<PackageReference Include="Gress" Version="2.1.1" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="8.0.0" />
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.6" />
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="8.0.6" />
<PackageReference Include="Octokit" Version="9.1.0" />
<PackageReference Include="Octokit" Version="9.1.1" />
<PackageReference Include="Plugin.ContextMenuContainer" Version="1.0.4" />
<PackageReference Include="PropertyChanged.Fody" Version="4.1.0" PrivateAssets="all" />
<PackageReference Include="SkiaSharp.Views.Maui.Controls" Version="2.88.7" />
Expand Down

0 comments on commit fddcc05

Please sign in to comment.