Skip to content

Commit bfc0b9b

Browse files
authored
Sets the minimum supported version to 17763 (#165)
This ensures the assembly attribute gets sets to the actual lowest version WinUI supports instead of the default pulled from the Target Framework (ie 10.0.22621.0)
1 parent 53620fb commit bfc0b9b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/Reactor/Reactor.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
<!-- Override Directory.Build.props (true) — this library should not bundle
1313
the WinUI runtime; the consuming executable controls self-containedness. -->
1414
<WindowsAppSDKSelfContained>false</WindowsAppSDKSelfContained>
15+
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
16+
<SupportedOSPlatformVersion>10.0.17763.0</SupportedOSPlatformVersion>
1517
</PropertyGroup>
1618

1719
<!-- ═══════════════════════════════════════════════════════════════════

0 commit comments

Comments
 (0)