From bfdb4911828ce11f36ae48b45ca5989d76299e73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5rten=20=C3=85sberg?= Date: Sun, 17 Mar 2024 08:09:24 +0100 Subject: [PATCH] Upgrade to .NET 8.0 --- app/Directory.Build.props | 2 +- .../TimeKeep.App.Android.csproj | 6 +++--- .../TimeKeep.App.Desktop.csproj | 2 +- app/TimeKeep.App/TimeKeep.App.csproj | 6 +++--- client/TimeKeep.Client.csproj | 16 ++++++++-------- common/TimeKeep.Common.csproj | 2 +- rpc/TimeKeep.RPC.csproj | 8 ++++---- server/TimeKeep.csproj | 12 ++++++------ 8 files changed, 27 insertions(+), 27 deletions(-) diff --git a/app/Directory.Build.props b/app/Directory.Build.props index f8ea059..cb95408 100644 --- a/app/Directory.Build.props +++ b/app/Directory.Build.props @@ -1,6 +1,6 @@ enable - 11.0.0 + 11.0.10 diff --git a/app/TimeKeep.App.Android/TimeKeep.App.Android.csproj b/app/TimeKeep.App.Android/TimeKeep.App.Android.csproj index 11c24fa..9a324c1 100644 --- a/app/TimeKeep.App.Android/TimeKeep.App.Android.csproj +++ b/app/TimeKeep.App.Android/TimeKeep.App.Android.csproj @@ -1,7 +1,7 @@  Exe - net7.0-android + net8.0-android 21 enable net.xn--sberg-lra.timekeep @@ -20,8 +20,8 @@ - - + + diff --git a/app/TimeKeep.App.Desktop/TimeKeep.App.Desktop.csproj b/app/TimeKeep.App.Desktop/TimeKeep.App.Desktop.csproj index 5d9868b..04e5879 100644 --- a/app/TimeKeep.App.Desktop/TimeKeep.App.Desktop.csproj +++ b/app/TimeKeep.App.Desktop/TimeKeep.App.Desktop.csproj @@ -3,7 +3,7 @@ WinExe - net7.0 + net8.0 enable true diff --git a/app/TimeKeep.App/TimeKeep.App.csproj b/app/TimeKeep.App/TimeKeep.App.csproj index bcc759f..adc4b3a 100644 --- a/app/TimeKeep.App/TimeKeep.App.csproj +++ b/app/TimeKeep.App/TimeKeep.App.csproj @@ -1,6 +1,6 @@  - net7.0 + net8.0 enable latest true @@ -19,8 +19,8 @@ - - + + diff --git a/client/TimeKeep.Client.csproj b/client/TimeKeep.Client.csproj index db16dec..fd63b3c 100644 --- a/client/TimeKeep.Client.csproj +++ b/client/TimeKeep.Client.csproj @@ -1,17 +1,17 @@ Exe - net7.0 + net8.0 enable - - - - - - - + + + + + + + diff --git a/common/TimeKeep.Common.csproj b/common/TimeKeep.Common.csproj index cced976..30b1c96 100644 --- a/common/TimeKeep.Common.csproj +++ b/common/TimeKeep.Common.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 enable diff --git a/rpc/TimeKeep.RPC.csproj b/rpc/TimeKeep.RPC.csproj index 8c28121..874c599 100644 --- a/rpc/TimeKeep.RPC.csproj +++ b/rpc/TimeKeep.RPC.csproj @@ -1,12 +1,12 @@ - net7.0 + net8.0 enable - - - + + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/server/TimeKeep.csproj b/server/TimeKeep.csproj index ee81c2d..86ab973 100644 --- a/server/TimeKeep.csproj +++ b/server/TimeKeep.csproj @@ -1,20 +1,20 @@ - net7.0 + net8.0 enable Linux CS8509,CS8524 CS8524 - - - + + + runtime; build; native; contentfiles; analyzers; buildtransitive all - - + + \ No newline at end of file