diff --git a/Examples/ImageCreationUI/App.xaml.cs b/Examples/ImageCreationUI/App.xaml.cs index d92161c..4095cd8 100644 --- a/Examples/ImageCreationUI/App.xaml.cs +++ b/Examples/ImageCreationUI/App.xaml.cs @@ -1,14 +1,5 @@ -using System.Configuration; -using System.Data; -using System.Windows; +using System.Windows; -namespace ImageCreationUI -{ - /// - /// Interaction logic for App.xaml - /// - public partial class App : Application - { - } +namespace ImageCreationUI; -} +public partial class App : Application; diff --git a/Examples/ImageCreationUI/ImageCreationUI.csproj b/Examples/ImageCreationUI/ImageCreationUI.csproj index 1f97149..06d9e3d 100644 --- a/Examples/ImageCreationUI/ImageCreationUI.csproj +++ b/Examples/ImageCreationUI/ImageCreationUI.csproj @@ -2,7 +2,7 @@ WinExe - net8.0-windows + net9.0-windows enable enable true diff --git a/StableDiffusion.NET/StableDiffusion.NET.csproj b/StableDiffusion.NET/StableDiffusion.NET.csproj index 74a5d5d..2e33017 100644 --- a/StableDiffusion.NET/StableDiffusion.NET.csproj +++ b/StableDiffusion.NET/StableDiffusion.NET.csproj @@ -1,7 +1,7 @@  - net8.0 + net9.0;net8.0 enable true