File tree Expand file tree Collapse file tree 3 files changed +5
-14
lines changed
Expand file tree Collapse file tree 3 files changed +5
-14
lines changed Original file line number Diff line number Diff line change 1- using System . Configuration ;
2- using System . Data ;
3- using System . Windows ;
1+ using System . Windows ;
42
5- namespace ImageCreationUI
6- {
7- /// <summary>
8- /// Interaction logic for App.xaml
9- /// </summary>
10- public partial class App : Application
11- {
12- }
3+ namespace ImageCreationUI ;
134
14- }
5+ public partial class App : Application ;
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >WinExe</OutputType >
5- <TargetFramework >net8 .0-windows</TargetFramework >
5+ <TargetFramework >net9 .0-windows</TargetFramework >
66 <Nullable >enable</Nullable >
77 <ImplicitUsings >enable</ImplicitUsings >
88 <UseWPF >true</UseWPF >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework > net8.0</TargetFramework >
4+ <TargetFrameworks >net9.0; net8.0</TargetFrameworks >
55 <Nullable >enable</Nullable >
66 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
77
You can’t perform that action at this time.
0 commit comments