Skip to content

Commit

Permalink
Update project files for platform compatibility
Browse files Browse the repository at this point in the history
Removed Microsoft.Windows.SDK.BuildTools from openHAB.Common.csproj.
Added SupportedOSPlatformVersion to openHAB.Windows.csproj, setting it to 10.0.20348.0 to ensure compatibility with the specified minimum Windows OS version.

Signed-off-by: Christoph Hofmann <oss@hoffe.org>
  • Loading branch information
hoffe86 committed Dec 30, 2024
1 parent 3508d2f commit d00a0a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/openHAB.Common/openHAB.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.1742" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.6.241114003" />
</ItemGroup>
</Project>
1 change: 1 addition & 0 deletions src/openHAB.Windows/openHAB.Windows.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<ApplicationManifest>app.manifest</ApplicationManifest>
<Platforms>x86;x64;ARM64</Platforms>
<RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers>
<SupportedOSPlatformVersion>10.0.20348.0</SupportedOSPlatformVersion>
<UseWinUI>true</UseWinUI>
<Nullable>enable</Nullable>
</PropertyGroup>
Expand Down

0 comments on commit d00a0a4

Please sign in to comment.