diff --git a/JournalApp/Data/PreferenceService.cs b/JournalApp/Data/PreferenceService.cs index 627e46c..881364f 100644 --- a/JournalApp/Data/PreferenceService.cs +++ b/JournalApp/Data/PreferenceService.cs @@ -1,5 +1,4 @@ -using Microsoft.Maui.Storage; -using MudBlazor.Utilities; +using MudBlazor.Utilities; namespace JournalApp; diff --git a/JournalApp/JournalApp.csproj b/JournalApp/JournalApp.csproj index ab18901..f59ed12 100644 --- a/JournalApp/JournalApp.csproj +++ b/JournalApp/JournalApp.csproj @@ -60,7 +60,7 @@ - + diff --git a/global.json b/global.json index 9075bcf..e4c2b5b 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.201", + "version": "8.0.300", "rollForward": "latestPatch", "allowPrerelease": false }