Skip to content

Commit

Permalink
Update NuGet packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jerry08 committed Jul 13, 2024
1 parent 19fe106 commit d334c84
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Yosu.Soundcloud.Core/Yosu.Soundcloud.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageReference Include="JsonExtensions" Version="1.2.0" />
<PackageReference Include="System.Reactive" Version="6.0.1" />
<PackageReference Include="TagLibSharp" Version="2.3.0" />
<PackageReference Include="SoundCloudExplode" Version="1.6.2" />
<PackageReference Include="SoundCloudExplode" Version="1.6.3" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Yosu.Spotify.Core/Yosu.Spotify.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<ItemGroup>
<PackageReference Include="CSharpier.MsBuild" Version="0.28.2" PrivateAssets="all" />
<PackageReference Include="Gress" Version="2.1.1" />
<PackageReference Include="Httpz" Version="1.1.4" />
<PackageReference Include="Httpz" Version="1.1.6" />
<PackageReference Include="SpotifyExplode" Version="1.1.0" />
<PackageReference Include="Y2mateApi" Version="1.0.0" />
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Yosu.Youtube.Converter/Yosu.Youtube.Converter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
</ItemGroup>

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

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

<!--<ItemGroup Condition="'$(TargetFramework)' == '$(NetVersion)-maccatalyst' OR '$(TargetFramework)' == '$(NetVersion)-ios'">
Expand Down
8 changes: 4 additions & 4 deletions Yosu/Yosu.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>$(NetVersion)-android;$(NetVersion)-ios</TargetFrameworks>
<OutputType>Exe</OutputType>
<RootNamespace>Yosu</RootNamespace>
<UseMaui>true</UseMaui>
<!--<UseMaui>true</UseMaui>-->
<!-- Rollback MAUI version because of bug (https://github.com/dotnet/maui/issues/14520) -->
<!--<MauiVersion>7.0.59</MauiVersion>-->
<SingleProject>true</SingleProject>
Expand Down Expand Up @@ -60,9 +60,9 @@
<PackageReference Include="CSharpier.MsBuild" Version="0.28.2" 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.60" />
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="8.0.60" />
<PackageReference Include="Octokit" Version="12.0.0" />
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.70" />
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="8.0.70" />
<PackageReference Include="Octokit" Version="13.0.1" />
<PackageReference Include="Plugin.ContextMenuContainer" Version="1.0.7" />
<PackageReference Include="PropertyChanged.Fody" Version="4.1.0" PrivateAssets="all" />
<PackageReference Include="SkiaSharp.Views.Maui.Controls" Version="2.88.8" />
Expand Down

0 comments on commit d334c84

Please sign in to comment.