Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Heufneutje committed Nov 6, 2024
1 parent a3aa2db commit 63dfc22
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions SpeedrunTracker/SpeedrunTracker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<UseMaui>true</UseMaui>
<SingleProject>true</SingleProject>
<ImplicitUsings>enable</ImplicitUsings>
<MauiVersion>8.0.82</MauiVersion>
<MauiVersion>8.0.92</MauiVersion>

<!-- Display name -->
<ApplicationTitle>SpeedrunTracker</ApplicationTitle>
Expand Down Expand Up @@ -65,16 +65,16 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="CommunityToolkit.Maui" Version="9.0.3" />
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.3.1" />
<PackageReference Include="Indiko.Maui.Controls.Markdown" Version="1.0.12" />
<PackageReference Include="CommunityToolkit.Maui" Version="9.1.0" />
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.3.2" />
<PackageReference Include="Indiko.Maui.Controls.Markdown" Version="1.0.22" />
<PackageReference Include="Macross.Json.Extensions" Version="3.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="8.0.0" />
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.82" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="8.0.1" />
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.92" />
<PackageReference Include="RangedObservableCollection" Version="1.0.1" />
<PackageReference Include="Refit" Version="7.1.2" />
<PackageReference Include="Refit.HttpClientFactory" Version="7.1.2" />
<PackageReference Include="Refit" Version="8.0.0" />
<PackageReference Include="Refit.HttpClientFactory" Version="8.0.0" />
<PackageReference Include="sqlite-net-pcl" Version="1.9.172" />
<PackageReference Include="SQLitePCLRaw.bundle_green" Version="2.1.10" />
</ItemGroup>
Expand Down Expand Up @@ -169,7 +169,7 @@
</ItemGroup>

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

<ItemGroup>
Expand Down

0 comments on commit 63dfc22

Please sign in to comment.