diff --git a/Directory.Build.props b/Directory.Build.props index 4fc76ac..306ffd5 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -49,7 +49,7 @@ - + diff --git a/build/_build.csproj b/build/_build.csproj index 7847647..bdd6cc5 100644 --- a/build/_build.csproj +++ b/build/_build.csproj @@ -1,4 +1,4 @@ - + Exe @@ -12,9 +12,9 @@ - + - + diff --git a/global.json b/global.json deleted file mode 100644 index 4c31281..0000000 --- a/global.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "sdk": { - "version": "8.0.10", - "rollForward": "latestMinor" - } -} diff --git a/src/Extensions.Hosting.Identity.EntityFrameworkCore.Sqlite/Extensions.Hosting.Identity.EntityFrameworkCore.Sqlite.csproj b/src/Extensions.Hosting.Identity.EntityFrameworkCore.Sqlite/Extensions.Hosting.Identity.EntityFrameworkCore.Sqlite.csproj index 02bcade..a1efac8 100644 --- a/src/Extensions.Hosting.Identity.EntityFrameworkCore.Sqlite/Extensions.Hosting.Identity.EntityFrameworkCore.Sqlite.csproj +++ b/src/Extensions.Hosting.Identity.EntityFrameworkCore.Sqlite/Extensions.Hosting.Identity.EntityFrameworkCore.Sqlite.csproj @@ -1,7 +1,7 @@  - net6.0;net8.0 + net8.0;net9.0 enable enable CP.Extensions.Hosting.Identity.EntityFrameworkCore.Sqlite @@ -9,24 +9,24 @@ - + - - - - - + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - - + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/Extensions.Hosting.Identity.EntityFrameworkCore/Extensions.Hosting.Identity.EntityFrameworkCore.SqlServer.csproj b/src/Extensions.Hosting.Identity.EntityFrameworkCore/Extensions.Hosting.Identity.EntityFrameworkCore.SqlServer.csproj index bdd338c..9d48076 100644 --- a/src/Extensions.Hosting.Identity.EntityFrameworkCore/Extensions.Hosting.Identity.EntityFrameworkCore.SqlServer.csproj +++ b/src/Extensions.Hosting.Identity.EntityFrameworkCore/Extensions.Hosting.Identity.EntityFrameworkCore.SqlServer.csproj @@ -1,7 +1,7 @@  - net6.0;net8.0 + net8.0;net9.0 enable enable CP.Extensions.Hosting.Identity.EntityFrameworkCore.SqlServer @@ -9,24 +9,24 @@ - + - - - - - + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - - + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/Extensions.Hosting.MainUIThread/Extensions.Hosting.MainUIThread.csproj b/src/Extensions.Hosting.MainUIThread/Extensions.Hosting.MainUIThread.csproj index ebb2746..d59002a 100644 --- a/src/Extensions.Hosting.MainUIThread/Extensions.Hosting.MainUIThread.csproj +++ b/src/Extensions.Hosting.MainUIThread/Extensions.Hosting.MainUIThread.csproj @@ -1,12 +1,12 @@  - net462;net6.0-windows;net8.0-windows + net462;net8.0-windows;net9.0-windows CP.Extensions.Hosting.MainUIThread - + diff --git a/src/Extensions.Hosting.PluginService/Extensions.Hosting.PluginService.csproj b/src/Extensions.Hosting.PluginService/Extensions.Hosting.PluginService.csproj index 93a1946..4ff36b4 100644 --- a/src/Extensions.Hosting.PluginService/Extensions.Hosting.PluginService.csproj +++ b/src/Extensions.Hosting.PluginService/Extensions.Hosting.PluginService.csproj @@ -1,18 +1,18 @@  - net462;net6.0-windows;net8.0-windows + net462;net8.0-windows;net9.0-windows enable enable CP.Extensions.Hosting.PluginService - - - - - + + + + + diff --git a/src/Extensions.Hosting.Plugins/Extensions.Hosting.Plugins.csproj b/src/Extensions.Hosting.Plugins/Extensions.Hosting.Plugins.csproj index 9f80123..9372ed4 100644 --- a/src/Extensions.Hosting.Plugins/Extensions.Hosting.Plugins.csproj +++ b/src/Extensions.Hosting.Plugins/Extensions.Hosting.Plugins.csproj @@ -1,16 +1,16 @@ - netstandard2.0;net462;net6.0;net8.0 + netstandard2.0;net462;net8.0;net9.0 $(NoWarn);IDE0058;CA1822 This extension adds plug-in support to generic host based applications. CP.Extensions.Hosting.Plugins - - - + + + diff --git a/src/Extensions.Hosting.ReactiveUI.WinForms/Extensions.Hosting.ReactiveUI.WinForms.csproj b/src/Extensions.Hosting.ReactiveUI.WinForms/Extensions.Hosting.ReactiveUI.WinForms.csproj index 56fb8c9..836bff1 100644 --- a/src/Extensions.Hosting.ReactiveUI.WinForms/Extensions.Hosting.ReactiveUI.WinForms.csproj +++ b/src/Extensions.Hosting.ReactiveUI.WinForms/Extensions.Hosting.ReactiveUI.WinForms.csproj @@ -2,17 +2,17 @@ - net462;net6.0-windows10.0.17763;net8.0-windows10.0.17763 + net462;net8.0-windows10.0.17763;net9.0-windows10.0.17763 enable enable - This extension adds ReactiveUI support to generic host based dotnet core 6.0 / 8.0 WinForms applications. With this you can enhance your application with a UI, and use all the services provided by the generic host like DI, logging etc, together with this reactive MVVM framework. + This extension adds ReactiveUI support to generic host based dotnet core 8.0 / 9.0 WinForms applications. With this you can enhance your application with a UI, and use all the services provided by the generic host like DI, logging etc, together with this reactive MVVM framework. CP.Extensions.Hosting.ReactiveUI.WinForms - - - + + + diff --git a/src/Extensions.Hosting.ReactiveUI.WinUI/Extensions.Hosting.ReactiveUI.WinUI.csproj b/src/Extensions.Hosting.ReactiveUI.WinUI/Extensions.Hosting.ReactiveUI.WinUI.csproj index 1367d1e..7da5fdf 100644 --- a/src/Extensions.Hosting.ReactiveUI.WinUI/Extensions.Hosting.ReactiveUI.WinUI.csproj +++ b/src/Extensions.Hosting.ReactiveUI.WinUI/Extensions.Hosting.ReactiveUI.WinUI.csproj @@ -2,7 +2,7 @@ - net6.0-windows10.0.19041;net8.0-windows10.0.19041 + net8.0-windows10.0.19041;net9.0-windows10.0.19041 enable enable $(NoWarn);NETSDK1206 @@ -12,8 +12,8 @@ - - + + diff --git a/src/Extensions.Hosting.ReactiveUI.Wpf/Extensions.Hosting.ReactiveUI.Wpf.csproj b/src/Extensions.Hosting.ReactiveUI.Wpf/Extensions.Hosting.ReactiveUI.Wpf.csproj index 0ba2f24..6894e01 100644 --- a/src/Extensions.Hosting.ReactiveUI.Wpf/Extensions.Hosting.ReactiveUI.Wpf.csproj +++ b/src/Extensions.Hosting.ReactiveUI.Wpf/Extensions.Hosting.ReactiveUI.Wpf.csproj @@ -2,17 +2,17 @@ - net462;net6.0-windows10.0.17763;net8.0-windows10.0.17763 + net462;net8.0-windows10.0.17763;net9.0-windows10.0.17763 enable enable - This extension adds ReactiveUI support to generic host based dotnet core 6.0 / 8.0 WPF applications. With this you can enhance your application with a UI, and use all the services provided by the generic host like DI, logging etc, together with this reactive MVVM framework. + This extension adds ReactiveUI support to generic host based dotnet core 8.0 / 9.0 WPF applications. With this you can enhance your application with a UI, and use all the services provided by the generic host like DI, logging etc, together with this reactive MVVM framework. CP.Extensions.Hosting.ReactiveUI.Wpf - - - + + + diff --git a/src/Extensions.Hosting.SingleInstance/Extensions.Hosting.SingleInstance.csproj b/src/Extensions.Hosting.SingleInstance/Extensions.Hosting.SingleInstance.csproj index b4a83f4..8d3191b 100644 --- a/src/Extensions.Hosting.SingleInstance/Extensions.Hosting.SingleInstance.csproj +++ b/src/Extensions.Hosting.SingleInstance/Extensions.Hosting.SingleInstance.csproj @@ -1,13 +1,13 @@  - netstandard2.0;net462;net6.0;net8.0 + netstandard2.0;net462;net8.0;net9.0 $(NoWarn);CA1812 CP.Extensions.Hosting.SingleInstance - + diff --git a/src/Extensions.Hosting.WinForms/Extensions.Hosting.WinForms.csproj b/src/Extensions.Hosting.WinForms/Extensions.Hosting.WinForms.csproj index 7620942..6141d1e 100644 --- a/src/Extensions.Hosting.WinForms/Extensions.Hosting.WinForms.csproj +++ b/src/Extensions.Hosting.WinForms/Extensions.Hosting.WinForms.csproj @@ -1,7 +1,7 @@  - net462;net6.0-windows;net8.0-windows + net462;net8.0-windows;net9.0-windows true true This extension adds WinForms support to generic host based applications. With this you can enhance your application with a UI, and use all the services provided by the generic host like DI, logging etc. diff --git a/src/Extensions.Hosting.WinUI/Extensions.Hosting.WinUI.csproj b/src/Extensions.Hosting.WinUI/Extensions.Hosting.WinUI.csproj index 5b1455b..0d4418f 100644 --- a/src/Extensions.Hosting.WinUI/Extensions.Hosting.WinUI.csproj +++ b/src/Extensions.Hosting.WinUI/Extensions.Hosting.WinUI.csproj @@ -1,7 +1,7 @@  - net6.0-windows10.0.17763;net8.0-windows10.0.17763 + net8.0-windows10.0.17763;net9.0-windows10.0.17763 10.0.17763.0 win-x64;win-x86;win-arm64 This extension adds WinUI support to generic host applications. With this you can enhance your application with a UI, and use all the services provided by the generic host like DI, logging etc. @@ -11,7 +11,7 @@ - + diff --git a/src/Extensions.Hosting.Wpf/Extensions.Hosting.Wpf.csproj b/src/Extensions.Hosting.Wpf/Extensions.Hosting.Wpf.csproj index 362db50..b74fe82 100644 --- a/src/Extensions.Hosting.Wpf/Extensions.Hosting.Wpf.csproj +++ b/src/Extensions.Hosting.Wpf/Extensions.Hosting.Wpf.csproj @@ -1,7 +1,7 @@  - net462;net6.0-windows;net8.0-windows + net462;net8.0-windows;net9.0-windows true This extension adds WPF support to generic host applications. With this you can enhance your application with a UI, and use all the services provided by the generic host like DI, logging etc. CP.Extensions.Hosting.Wpf