Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Heufneutje committed Sep 13, 2024
1 parent a197f41 commit d060927
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
1 change: 0 additions & 1 deletion SpeedrunTracker/Resources/Styles/Styles.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,6 @@
<Style TargetType="markdown:MarkdownView">
<Setter Property="TextColor" Value="{AppThemeBinding Light={StaticResource Gray900}, Dark={StaticResource White}}" />
<Setter Property="BackgroundColor" Value="Transparent" />
<Setter Property="PlaceholderBackgroundColor" Value="Transparent" />
<Setter Property="TextFontSize" Value="14" />
<Setter Property="TextFontFace" Value="OpenSansRegular" />
</Style>
Expand Down
18 changes: 9 additions & 9 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.40</MauiVersion>
<MauiVersion>8.0.82</MauiVersion>

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

<ItemGroup>
<PackageReference Include="CommunityToolkit.Maui" Version="9.0.0" />
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.2" />
<PackageReference Include="Indiko.Maui.Controls.Markdown" Version="1.0.3" />
<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="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.40" />
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.82" />
<PackageReference Include="RangedObservableCollection" Version="1.0.1" />
<PackageReference Include="Refit" Version="7.0.0" />
<PackageReference Include="Refit.HttpClientFactory" Version="7.0.0" />
<PackageReference Include="Refit" Version="7.1.2" />
<PackageReference Include="Refit.HttpClientFactory" Version="7.1.2" />
<PackageReference Include="sqlite-net-pcl" Version="1.9.172" />
<PackageReference Include="SQLitePCLRaw.bundle_green" Version="2.1.8" />
<PackageReference Include="SQLitePCLRaw.bundle_green" Version="2.1.10" />
</ItemGroup>

<ItemGroup>
Expand Down Expand Up @@ -169,7 +169,7 @@
</ItemGroup>

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

<ItemGroup>
Expand Down

0 comments on commit d060927

Please sign in to comment.