Skip to content

Commit 157d5b0

Browse files
build target fixed
1 parent e3add93 commit 157d5b0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Windows/UnityHubNative.Net.Windows.csproj

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>WinExe</OutputType>
5-
<TargetFramework>net10.0-windows7.0</TargetFramework>
5+
<TargetFramework>net10.0-windows10.0.26100.0</TargetFramework>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<PublishAot>true</PublishAot>
88
<PublishTrimmed>True</PublishTrimmed>
@@ -20,6 +20,10 @@
2020
<StackTraceSupport>false</StackTraceSupport>
2121
<UseSystemResourceKeys>true</UseSystemResourceKeys>
2222
</PropertyGroup>
23+
<PropertyGroup Label="Avalonia">
24+
<AvaloniaNameGeneratorAttachDevTools>True</AvaloniaNameGeneratorAttachDevTools>
25+
<SupportedOSPlatformVersion>10.0.17763.0</SupportedOSPlatformVersion>
26+
</PropertyGroup>
2327

2428

2529
<ItemGroup>

0 commit comments

Comments
 (0)