|
@@ -3,7 +3,7 @@
|
|
|
<OutputType>WinExe</OutputType>
|
|
|
<!--If you are willing to use Windows/MacOS native APIs you will need to create 3 projects.
|
|
|
One for Windows with net7.0-windows TFM, one for MacOS with net7.0-macos and one with net7.0 TFM for Linux.-->
|
|
|
- <TargetFramework>net7.0</TargetFramework>
|
|
|
+ <TargetFramework>net8.0</TargetFramework>
|
|
|
<Nullable>enable</Nullable>
|
|
|
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
|
|
|
<AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault>
|