diff --git a/LehrerApp.Api/LehrerApp.Api.csproj b/LehrerApp.Api/LehrerApp.Api.csproj index e57a59c..16c51c8 100644 --- a/LehrerApp.Api/LehrerApp.Api.csproj +++ b/LehrerApp.Api/LehrerApp.Api.csproj @@ -1,6 +1,6 @@ - net9.0 + net10.0 enable enable latest diff --git a/LehrerApp.Core/LehrerApp.Core.csproj b/LehrerApp.Core/LehrerApp.Core.csproj index 2396cd7..f666caa 100644 --- a/LehrerApp.Core/LehrerApp.Core.csproj +++ b/LehrerApp.Core/LehrerApp.Core.csproj @@ -1,6 +1,6 @@ - net9.0 + net10.0 enable enable latest diff --git a/LehrerApp.Data/LehrerApp.Data.csproj b/LehrerApp.Data/LehrerApp.Data.csproj index c1ac396..85a2b5d 100644 --- a/LehrerApp.Data/LehrerApp.Data.csproj +++ b/LehrerApp.Data/LehrerApp.Data.csproj @@ -1,6 +1,6 @@ - net9.0 + net10.0 enable enable latest diff --git a/LehrerApp.Desktop/LehrerApp.Desktop.csproj b/LehrerApp.Desktop/LehrerApp.Desktop.csproj index 954e177..4284088 100644 --- a/LehrerApp.Desktop/LehrerApp.Desktop.csproj +++ b/LehrerApp.Desktop/LehrerApp.Desktop.csproj @@ -1,7 +1,7 @@ WinExe - net9.0 + net10.0 enable enable latest diff --git a/LehrerApp.Sync/LehrerApp.Sync.csproj b/LehrerApp.Sync/LehrerApp.Sync.csproj index 9ae7b35..30eaa79 100644 --- a/LehrerApp.Sync/LehrerApp.Sync.csproj +++ b/LehrerApp.Sync/LehrerApp.Sync.csproj @@ -1,6 +1,6 @@ - net9.0 + net10.0 enable enable latest diff --git a/global.json b/global.json index ba2296a..70ebdd0 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "9.0.0", + "version": "10.0.0", "rollForward": "latestPatch" } }