From c54b9b0e00c686e42b0c8f0bd70019102a9eb862 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Zieliski?= Date: Tue, 18 Jun 2024 22:14:44 +0200 Subject: [PATCH] Update .net to 8 --- WebAPI/DiunaBI-WebAPI.csproj | 22 +++++++++++----------- global.json | 7 +++++++ 2 files changed, 18 insertions(+), 11 deletions(-) create mode 100644 global.json diff --git a/WebAPI/DiunaBI-WebAPI.csproj b/WebAPI/DiunaBI-WebAPI.csproj index 1892860..9c6636b 100644 --- a/WebAPI/DiunaBI-WebAPI.csproj +++ b/WebAPI/DiunaBI-WebAPI.csproj @@ -1,7 +1,7 @@  - net7.0 + net8.0 enable enable @@ -9,19 +9,19 @@ - - - - - - - - + + + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive all - - + + diff --git a/global.json b/global.json new file mode 100644 index 0000000..b5b37b6 --- /dev/null +++ b/global.json @@ -0,0 +1,7 @@ +{ + "sdk": { + "version": "8.0.0", + "rollForward": "latestMajor", + "allowPrerelease": false + } +} \ No newline at end of file