diff --git a/Directory.Packages.props b/Directory.Packages.props
index 14c1040..e0fd8f5 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -13,14 +13,14 @@
-
-
-
+
+
+
-
+
-
+
diff --git a/Dockerfile b/Dockerfile
index 4a1b010..a2ea4f4 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM mcr.microsoft.com/dotnet/sdk:9.0 AS build
+FROM mcr.microsoft.com/dotnet/sdk:10.0 AS build
WORKDIR /src
diff --git a/PhantomDave.BankTracking.Api/PhantomDave.BankTracking.Api.csproj b/PhantomDave.BankTracking.Api/PhantomDave.BankTracking.Api.csproj
index 856504b..f80d168 100644
--- a/PhantomDave.BankTracking.Api/PhantomDave.BankTracking.Api.csproj
+++ b/PhantomDave.BankTracking.Api/PhantomDave.BankTracking.Api.csproj
@@ -1,7 +1,7 @@
- net9.0
+ net10.0
enable
enable
preview
diff --git a/PhantomDave.BankTracking.Data/PhantomDave.BankTracking.Data.csproj b/PhantomDave.BankTracking.Data/PhantomDave.BankTracking.Data.csproj
index 6a671ff..6787af6 100644
--- a/PhantomDave.BankTracking.Data/PhantomDave.BankTracking.Data.csproj
+++ b/PhantomDave.BankTracking.Data/PhantomDave.BankTracking.Data.csproj
@@ -1,7 +1,7 @@
- net9.0
+ net10.0
enable
enable
diff --git a/PhantomDave.BankTracking.Library/PhantomDave.BankTracking.Library.csproj b/PhantomDave.BankTracking.Library/PhantomDave.BankTracking.Library.csproj
index 43f7aa5..8d0ee1d 100644
--- a/PhantomDave.BankTracking.Library/PhantomDave.BankTracking.Library.csproj
+++ b/PhantomDave.BankTracking.Library/PhantomDave.BankTracking.Library.csproj
@@ -1,6 +1,6 @@
- net9.0
+ net10.0
enable
enable
PhantomDave.BankTracking.Library
diff --git a/frontend/src/app/app.config.ts b/frontend/src/app/app.config.ts
index f17dbda..45e16c5 100644
--- a/frontend/src/app/app.config.ts
+++ b/frontend/src/app/app.config.ts
@@ -51,7 +51,6 @@ export const appConfig: ApplicationConfig = {
return { headers };
});
- // Use UploadHttpLink to support GraphQL multipart requests for file uploads
const uploadLink = new UploadHttpLink({ uri: environment.graphqlUri });
return {