Skip to content

Commit

Permalink
chore: add multiple .net version
Browse files Browse the repository at this point in the history
  • Loading branch information
hotkidfamily committed Dec 20, 2024
1 parent ee175b2 commit a827eb6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions HexBox.WinUI/HexBox.WinUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@
<WebView2EnableCsWinRTProjection>False</WebView2EnableCsWinRTProjection>
</PropertyGroup>
<PropertyGroup>
<TargetFramework>net8.0-windows10.0.19041.0</TargetFramework>
<TargetFrameworks>net8.0-windows10.0.19041.0;net6.0-windows10.0.19041.0</TargetFrameworks>
<LangVersion>12.0</LangVersion>
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
<RootNamespace>HexBox.WinUI</RootNamespace>
<RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers>
<UseWinUI>true</UseWinUI>
<SupportedOSPlatformVersion>10.0.19041.0</SupportedOSPlatformVersion>
<Authors>hotkidfamily</Authors>
<Version>0.1.6</Version>
<Version>0.1.7</Version>
<AssemblyName>HexBox.WinUI</AssemblyName>
<license>MIT</license>
<PackageProjectUrl>https://github.com/hotkidfamily/HexBox.WinUI</PackageProjectUrl>
Expand Down

0 comments on commit a827eb6

Please sign in to comment.