From 01da101b94541e295503e1020a1234c446017542 Mon Sep 17 00:00:00 2001 From: KaasKop Date: Sun, 22 Sep 2024 14:36:19 +0200 Subject: [PATCH] Bump .NET target Update dependencies --- Program.cs | 1 - ThuisApi.csproj | 14 +++++++------- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/Program.cs b/Program.cs index 124b8d7..b532430 100644 --- a/Program.cs +++ b/Program.cs @@ -1,4 +1,3 @@ -using Microsoft.AspNetCore.Authentication; using Microsoft.EntityFrameworkCore; using ThuisApi.Data; using ThuisApi.Models; diff --git a/ThuisApi.csproj b/ThuisApi.csproj index 5b35197..ed5ae6e 100644 --- a/ThuisApi.csproj +++ b/ThuisApi.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 enable enable @@ -9,18 +9,18 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - + +