From bcd1e8ce228b5a8fc5a8d0d186ae611ecb84531c Mon Sep 17 00:00:00 2001 From: Daniel Chalmers Date: Sat, 29 Jun 2024 13:28:24 -0500 Subject: [PATCH] Update --- JournalApp/Data/PreferenceService.cs | 3 +-- JournalApp/JournalApp.csproj | 2 +- global.json | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) 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 }