diff --git a/src/.vscode/launch.json b/src/.vscode/launch.json index 57f07a85..137493ae 100644 --- a/src/.vscode/launch.json +++ b/src/.vscode/launch.json @@ -26,7 +26,7 @@ "server": { "runtimeExecutable": "dotnet", "program": "run", - "args": ["--no-build","-f","net8.0-browserwasm","--launch-profile", "MZikmund.App (WebAssembly)"], + "args": ["--no-build","-f","net9.0-browserwasm","--launch-profile", "MZikmund.App (WebAssembly)"], "outputCapture": "std", "timeout": 30000, "cwd": "${workspaceFolder}/MZikmund.App" @@ -41,7 +41,7 @@ "request": "launch", "preLaunchTask": "build-desktop", // If you have changed target frameworks, make sure to update the program path. - "program": "${workspaceFolder}/MZikmund.App/bin/Debug/net8.0-desktop/MZikmund.App.dll", + "program": "${workspaceFolder}/MZikmund.App/bin/Debug/net9.0-desktop/MZikmund.App.dll", "args": [], "launchSettingsProfile": "MZikmund.App (Desktop)", "env": { diff --git a/src/.vscode/tasks.json b/src/.vscode/tasks.json index f5509c72..10297a8a 100644 --- a/src/.vscode/tasks.json +++ b/src/.vscode/tasks.json @@ -9,7 +9,7 @@ "build", "${workspaceFolder}/MZikmund.App/MZikmund.App.csproj", "/property:GenerateFullPaths=true", - "/property:TargetFramework=net8.0-browserwasm", + "/property:TargetFramework=net9.0-browserwasm", "/consoleloggerparameters:NoSummary" ], "problemMatcher": "$msCompile" @@ -22,7 +22,7 @@ "publish", "${workspaceFolder}/MZikmund.App/MZikmund.App.csproj", "/property:GenerateFullPaths=true", - "/property:TargetFramework=net8.0-browserwasm", + "/property:TargetFramework=net9.0-browserwasm", "/consoleloggerparameters:NoSummary" ], "problemMatcher": "$msCompile" @@ -35,7 +35,7 @@ "build", "${workspaceFolder}/MZikmund.App/MZikmund.App.csproj", "/property:GenerateFullPaths=true", - "/property:TargetFramework=net8.0-desktop", + "/property:TargetFramework=net9.0-desktop", "/consoleloggerparameters:NoSummary" ], "problemMatcher": "$msCompile" @@ -48,7 +48,7 @@ "publish", "${workspaceFolder}/MZikmund.App/MZikmund.App.csproj", "/property:GenerateFullPaths=true", - "/property:TargetFramework=net8.0-desktop", + "/property:TargetFramework=net9.0-desktop", "/consoleloggerparameters:NoSummary" ], "problemMatcher": "$msCompile" diff --git a/src/Directory.Packages.props b/src/Directory.Packages.props index a8ccd900..961d167f 100644 --- a/src/Directory.Packages.props +++ b/src/Directory.Packages.props @@ -2,31 +2,31 @@ - + - + - - - - - - - - + + + + + + + + - - + + - + @@ -34,7 +34,7 @@ - + @@ -55,16 +55,16 @@ - - - - - + + + + + - + diff --git a/src/app/MZikmund.App.Core/MZikmund.App.Core.csproj b/src/app/MZikmund.App.Core/MZikmund.App.Core.csproj index b149e2c3..d64f9f5c 100644 --- a/src/app/MZikmund.App.Core/MZikmund.App.Core.csproj +++ b/src/app/MZikmund.App.Core/MZikmund.App.Core.csproj @@ -1,12 +1,12 @@  - net8.0-android; - net8.0-ios; - net8.0-browserwasm; - net8.0-windows10.0.22621; + net9.0-android; + net9.0-ios; + net9.0-browserwasm; + net9.0-windows10.0.22621; - + true Library diff --git a/src/app/MZikmund.App/MZikmund.App.csproj b/src/app/MZikmund.App/MZikmund.App.csproj index a875e041..a1718877 100644 --- a/src/app/MZikmund.App/MZikmund.App.csproj +++ b/src/app/MZikmund.App/MZikmund.App.csproj @@ -1,12 +1,12 @@  - net8.0-android; - net8.0-ios; - net8.0-browserwasm; - net8.0-windows10.0.22621; + net9.0-android; + net9.0-ios; + net9.0-browserwasm; + net9.0-windows10.0.22621; - + Exe true diff --git a/src/app/MZikmund.App/Properties/launchSettings.json b/src/app/MZikmund.App/Properties/launchSettings.json index 70a8f83e..2838b748 100644 --- a/src/app/MZikmund.App/Properties/launchSettings.json +++ b/src/app/MZikmund.App/Properties/launchSettings.json @@ -42,7 +42,7 @@ }, "MZikmund.App (Desktop WSL2)": { "commandName": "WSL2", - "commandLineArgs": "{ProjectDir}/bin/Debug/net8.0-desktop/MZikmund.App.dll", + "commandLineArgs": "{ProjectDir}/bin/Debug/net9.0-desktop/MZikmund.App.dll", "distributionName": "", "compatibleTargetFramework": "desktop" } diff --git a/src/app/MZikmund.DataContracts/MZikmund.DataContracts.csproj b/src/app/MZikmund.DataContracts/MZikmund.DataContracts.csproj index c8c6ecb8..15f89372 100644 --- a/src/app/MZikmund.DataContracts/MZikmund.DataContracts.csproj +++ b/src/app/MZikmund.DataContracts/MZikmund.DataContracts.csproj @@ -1,6 +1,6 @@ - net8.0 + net9.0 true $(NoWarn);CS1591 diff --git a/src/app/oild/.vscode/launch.json b/src/app/oild/.vscode/launch.json index e87310d3..b34cdabe 100644 --- a/src/app/oild/.vscode/launch.json +++ b/src/app/oild/.vscode/launch.json @@ -39,7 +39,7 @@ "request": "launch", "preLaunchTask": "build-skia-gtk", // If you have changed target frameworks, make sure to update the program path. - "program": "${workspaceFolder}/MZikmund.Skia.Gtk/bin/Debug/net8.0/MZikmund.Skia.Gtk.dll", + "program": "${workspaceFolder}/MZikmund.Skia.Gtk/bin/Debug/net9.0/MZikmund.Skia.Gtk.dll", "args": [], "env": { "DOTNET_MODIFIABLE_ASSEMBLIES": "debug" diff --git a/src/app/oild/MZikmund.Base/MZikmund.Base.csproj b/src/app/oild/MZikmund.Base/MZikmund.Base.csproj index e7623475..11b7f8c9 100644 --- a/src/app/oild/MZikmund.Base/MZikmund.Base.csproj +++ b/src/app/oild/MZikmund.Base/MZikmund.Base.csproj @@ -1,7 +1,7 @@ - net8.0 + net9.0 false diff --git a/src/app/oild/MZikmund.Mobile/MZikmund.Mobile.csproj b/src/app/oild/MZikmund.Mobile/MZikmund.Mobile.csproj index a98a8a49..0480876e 100644 --- a/src/app/oild/MZikmund.Mobile/MZikmund.Mobile.csproj +++ b/src/app/oild/MZikmund.Mobile/MZikmund.Mobile.csproj @@ -1,6 +1,6 @@ - net8.0-android;net8.0-ios;net8.0-maccatalyst + net9.0-android;net9.0-ios;net9.0-maccatalyst $(OverrideTargetFrameworks) true Exe diff --git a/src/app/oild/MZikmund.Skia.Gtk/MZikmund.Skia.Gtk.csproj b/src/app/oild/MZikmund.Skia.Gtk/MZikmund.Skia.Gtk.csproj index 71fe6e21..6be0eb1e 100644 --- a/src/app/oild/MZikmund.Skia.Gtk/MZikmund.Skia.Gtk.csproj +++ b/src/app/oild/MZikmund.Skia.Gtk/MZikmund.Skia.Gtk.csproj @@ -2,7 +2,7 @@ WinExe Exe - net8.0 + net9.0 app.manifest diff --git a/src/app/oild/MZikmund.Skia.Linux.FrameBuffer/MZikmund.Skia.Linux.FrameBuffer.csproj b/src/app/oild/MZikmund.Skia.Linux.FrameBuffer/MZikmund.Skia.Linux.FrameBuffer.csproj index ad4fdc07..c1367e07 100644 --- a/src/app/oild/MZikmund.Skia.Linux.FrameBuffer/MZikmund.Skia.Linux.FrameBuffer.csproj +++ b/src/app/oild/MZikmund.Skia.Linux.FrameBuffer/MZikmund.Skia.Linux.FrameBuffer.csproj @@ -2,7 +2,7 @@ WinExe Exe - net8.0 + net9.0 diff --git a/src/app/oild/MZikmund.Skia.WPF/MZikmund.Skia.WPF.csproj b/src/app/oild/MZikmund.Skia.WPF/MZikmund.Skia.WPF.csproj index 8321ade6..4dac0542 100644 --- a/src/app/oild/MZikmund.Skia.WPF/MZikmund.Skia.WPF.csproj +++ b/src/app/oild/MZikmund.Skia.WPF/MZikmund.Skia.WPF.csproj @@ -2,7 +2,7 @@ WinExe Exe - net8.0-windows + net9.0-windows true app.manifest diff --git a/src/app/oild/MZikmund.Wasm/MZikmund.Wasm.csproj b/src/app/oild/MZikmund.Wasm/MZikmund.Wasm.csproj index 65789803..760d82c8 100644 --- a/src/app/oild/MZikmund.Wasm/MZikmund.Wasm.csproj +++ b/src/app/oild/MZikmund.Wasm/MZikmund.Wasm.csproj @@ -1,7 +1,7 @@ Exe - net8.0 + net9.0 $(NoWarn);NU1504;NU1505;NU1701 disable diff --git a/src/app/oild/MZikmund.Windows/MZikmund.Windows.csproj b/src/app/oild/MZikmund.Windows/MZikmund.Windows.csproj index 02d82be9..b8e01121 100644 --- a/src/app/oild/MZikmund.Windows/MZikmund.Windows.csproj +++ b/src/app/oild/MZikmund.Windows/MZikmund.Windows.csproj @@ -1,7 +1,7 @@  WinExe - net8.0-windows10.0.19041.0 + net9.0-windows10.0.19041.0 MZikmund.Windows app.manifest x86;x64;arm64 diff --git a/src/app/oild/MZikmund/MZikmund.csproj b/src/app/oild/MZikmund/MZikmund.csproj index ac741a5f..e30ba9c3 100644 --- a/src/app/oild/MZikmund/MZikmund.csproj +++ b/src/app/oild/MZikmund/MZikmund.csproj @@ -1,7 +1,7 @@  - $(TargetFrameworks);net8.0-windows10.0.19041 - $(TargetFrameworks);net8.0;net8.0-android;net8.0-ios;net8.0-maccatalyst + $(TargetFrameworks);net9.0-windows10.0.19041 + $(TargetFrameworks);net9.0;net9.0-android;net9.0-ios;net9.0-maccatalyst $(OverrideTargetFrameworks) diff --git a/src/shared/MZikmund.Api/MZikmund.Api.csproj b/src/shared/MZikmund.Api/MZikmund.Api.csproj index 2f55a83f..862893ef 100644 --- a/src/shared/MZikmund.Api/MZikmund.Api.csproj +++ b/src/shared/MZikmund.Api/MZikmund.Api.csproj @@ -1,7 +1,7 @@  - net8.0 + net9.0 enable enable diff --git a/src/shared/MZikmund.Shared/MZikmund.Shared.csproj b/src/shared/MZikmund.Shared/MZikmund.Shared.csproj index abfd9c33..ec16f2de 100644 --- a/src/shared/MZikmund.Shared/MZikmund.Shared.csproj +++ b/src/shared/MZikmund.Shared/MZikmund.Shared.csproj @@ -1,7 +1,7 @@  - net8.0 + net9.0 enable enable diff --git a/src/solution-config.props.sample b/src/solution-config.props.sample index 82d9a9c9..e4e79ad5 100644 --- a/src/solution-config.props.sample +++ b/src/solution-config.props.sample @@ -12,11 +12,11 @@ - - - - - + + + + + diff --git a/src/tools/MZikmund.LegacyMigration/MZikmund.LegacyMigration.csproj b/src/tools/MZikmund.LegacyMigration/MZikmund.LegacyMigration.csproj index 7c62247a..eb2299f9 100644 --- a/src/tools/MZikmund.LegacyMigration/MZikmund.LegacyMigration.csproj +++ b/src/tools/MZikmund.LegacyMigration/MZikmund.LegacyMigration.csproj @@ -1,7 +1,7 @@  WinExe - net8.0-windows10.0.19041.0 + net9.0-windows10.0.19041.0 10.0.17763.0 MZikmund.LegacyMigration app.manifest diff --git a/src/web/MZikmund.Web.Configuration/MZikmund.Web.Configuration.csproj b/src/web/MZikmund.Web.Configuration/MZikmund.Web.Configuration.csproj index e1c6577d..768ab355 100644 --- a/src/web/MZikmund.Web.Configuration/MZikmund.Web.Configuration.csproj +++ b/src/web/MZikmund.Web.Configuration/MZikmund.Web.Configuration.csproj @@ -1,7 +1,7 @@ - net8.0 + net9.0 enable enable diff --git a/src/web/MZikmund.Web.Core.Tests/MZikmund.Web.Core.Tests.csproj b/src/web/MZikmund.Web.Core.Tests/MZikmund.Web.Core.Tests.csproj index ebf28aa7..3e38b46e 100644 --- a/src/web/MZikmund.Web.Core.Tests/MZikmund.Web.Core.Tests.csproj +++ b/src/web/MZikmund.Web.Core.Tests/MZikmund.Web.Core.Tests.csproj @@ -1,7 +1,7 @@ - net8.0 + net9.0 enable enable diff --git a/src/web/MZikmund.Web.Core/MZikmund.Web.Core.csproj b/src/web/MZikmund.Web.Core/MZikmund.Web.Core.csproj index 6b3748f7..5ebfcebc 100644 --- a/src/web/MZikmund.Web.Core/MZikmund.Web.Core.csproj +++ b/src/web/MZikmund.Web.Core/MZikmund.Web.Core.csproj @@ -1,7 +1,7 @@  - net8.0 + net9.0 diff --git a/src/web/MZikmund.Web.Data/MZikmund.Web.Data.csproj b/src/web/MZikmund.Web.Data/MZikmund.Web.Data.csproj index f4f65423..8c16f765 100644 --- a/src/web/MZikmund.Web.Data/MZikmund.Web.Data.csproj +++ b/src/web/MZikmund.Web.Data/MZikmund.Web.Data.csproj @@ -1,7 +1,7 @@  - net8.0 + net9.0 diff --git a/src/web/MZikmund.Web/MZikmund.Web.csproj b/src/web/MZikmund.Web/MZikmund.Web.csproj index c29cca6c..7b771826 100644 --- a/src/web/MZikmund.Web/MZikmund.Web.csproj +++ b/src/web/MZikmund.Web/MZikmund.Web.csproj @@ -1,7 +1,7 @@  - net8.0 + net9.0 CA1852 bd1e8e97-122b-43d8-95ca-784bd84a83d9