We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3add93 commit 157d5b0Copy full SHA for 157d5b0
Windows/UnityHubNative.Net.Windows.csproj
@@ -2,7 +2,7 @@
2
3
<PropertyGroup>
4
<OutputType>WinExe</OutputType>
5
- <TargetFramework>net10.0-windows7.0</TargetFramework>
+ <TargetFramework>net10.0-windows10.0.26100.0</TargetFramework>
6
<ImplicitUsings>enable</ImplicitUsings>
7
<PublishAot>true</PublishAot>
8
<PublishTrimmed>True</PublishTrimmed>
@@ -20,6 +20,10 @@
20
<StackTraceSupport>false</StackTraceSupport>
21
<UseSystemResourceKeys>true</UseSystemResourceKeys>
22
</PropertyGroup>
23
+ <PropertyGroup Label="Avalonia">
24
+ <AvaloniaNameGeneratorAttachDevTools>True</AvaloniaNameGeneratorAttachDevTools>
25
+ <SupportedOSPlatformVersion>10.0.17763.0</SupportedOSPlatformVersion>
26
+ </PropertyGroup>
27
28
29
<ItemGroup>
0 commit comments