Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
danielchalmers committed Jun 29, 2024
1 parent b2d444e commit c60e87d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions JournalApp/Data/PreferenceService.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using Microsoft.Maui.Storage;
using MudBlazor.Utilities;
using MudBlazor.Utilities;

namespace JournalApp;

Expand Down
2 changes: 1 addition & 1 deletion JournalApp/JournalApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="8.0.0" />
<PackageReference Include="Microsoft.Maui.Controls" Version="$(MauiVersion)" />
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="$(MauiVersion)" />
<PackageReference Include="MudBlazor" Version="7.0.0-rc.2" />
<PackageReference Include="MudBlazor" Version="7.0.0" />
<PackageReference Include="Nerdbank.GitVersioning" Version="3.6.139" PrivateAssets="All" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "8.0.201",
"version": "8.0.300",
"rollForward": "latestPatch",
"allowPrerelease": false
}
Expand Down

0 comments on commit c60e87d

Please sign in to comment.