Skip to content

Commit

Permalink
Merge pull request #7 from TheresasAccount/Theresa/TargetDotnet8
Browse files Browse the repository at this point in the history
Adding in .Net 8 as target
  • Loading branch information
nor0x authored Apr 3, 2024
2 parents 170b0c6 + 71f1e57 commit cfa125e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Maui.ColorPicker/Maui.ColorPicker.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net8.0-android;net8.0-ios;net8.0-maccatalyst</TargetFrameworks>
<TargetFrameworks>net8.0;net8.0-android;net8.0-ios;net8.0-maccatalyst</TargetFrameworks>
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net8.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);net8.0-tizen</TargetFrameworks> -->
Expand Down

0 comments on commit cfa125e

Please sign in to comment.