Skip to content

Commit

Permalink
Update HackerNews.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
iNoles authored Nov 15, 2023
1 parent df26fd1 commit c383cc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HackerNews.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net8.0-android;net8.0-ios;net8.0-maccatalyst</TargetFrameworks>
<TargetFrameworks>net8.0-android;net8.0-ios;net8.0-maccatalyst;net8.0-windows</TargetFrameworks>
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net7.0-windows10.0.19041.0</TargetFrameworks>
<!-- Uncomment to also build the tizen app. You will need to install tizen by following this: https://github.com/Samsung/Tizen.NET -->
<!-- <TargetFrameworks>$(TargetFrameworks);net7.0-tizen</TargetFrameworks> -->
Expand Down Expand Up @@ -48,4 +48,4 @@
<Folder Include="Resources\Images\" />
<Folder Include="screenshots\" />
</ItemGroup>
</Project>
</Project>

0 comments on commit c383cc3

Please sign in to comment.