From 7eae930a48bf29ab1d92e86434842c407926af98 Mon Sep 17 00:00:00 2001 From: Logan Dam Date: Sun, 31 Mar 2024 14:22:47 +0200 Subject: [PATCH] upgrade to .net 8 --- backend/backend.csproj | 6 +++--- fnapp.Tests/fnapp.Tests.csproj | 10 +++++----- fnapp/fnapp.csproj | 16 ++++++++-------- lib/lib.csproj | 10 +++++----- 4 files changed, 21 insertions(+), 21 deletions(-) diff --git a/backend/backend.csproj b/backend/backend.csproj index e877b1f..f938b1a 100644 --- a/backend/backend.csproj +++ b/backend/backend.csproj @@ -1,6 +1,6 @@ - net6.0 + net8.0 32de766e-0589-4a13-8b88-f04d4faa8c58 ldam.co.za.server true @@ -8,8 +8,8 @@ latest - - + + diff --git a/fnapp.Tests/fnapp.Tests.csproj b/fnapp.Tests/fnapp.Tests.csproj index 8dc794e..733f5d8 100644 --- a/fnapp.Tests/fnapp.Tests.csproj +++ b/fnapp.Tests/fnapp.Tests.csproj @@ -1,20 +1,20 @@ - net6.0 + net8.0 false true true latest - + - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all - + diff --git a/fnapp/fnapp.csproj b/fnapp/fnapp.csproj index 911ee6a..757db20 100644 --- a/fnapp/fnapp.csproj +++ b/fnapp/fnapp.csproj @@ -1,6 +1,6 @@ - net6.0 + net8.0 v4 ldam.co.za.fnapp <_FunctionsSkipCleanOutput>true @@ -17,16 +17,16 @@ - - - - + + + + - - + + - + diff --git a/lib/lib.csproj b/lib/lib.csproj index 32c68e5..43301ed 100644 --- a/lib/lib.csproj +++ b/lib/lib.csproj @@ -1,17 +1,17 @@ - net6.0 + net8.0 ldam.co.za.lib true true latest - + - + - - + + \ No newline at end of file