Skip to content

Commit

Permalink
Merge pull request #26 from DashTheDev/dev/windows-target-net8
Browse files Browse the repository at this point in the history
Update windows target to .NET 8
  • Loading branch information
AndreiMisiukevich authored Jun 18, 2024
2 parents a66eac7 + 9f777c8 commit ef0d320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PanCardView/PanCardView.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>net8.0;net8.0-ios;net8.0-android;net8.0-maccatalyst</TargetFrameworks>
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows')) and '$(MSBuildRuntimeType)' == 'Full'">$(TargetFrameworks);net7.0-windows10.0.19041</TargetFrameworks>
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows')) and '$(MSBuildRuntimeType)' == 'Full'">$(TargetFrameworks);net8.0-windows10.0.19041</TargetFrameworks>
<UseMaui>true</UseMaui>
<SingleProject>true</SingleProject>
<ImplicitUsings>enable</ImplicitUsings>
Expand Down

0 comments on commit ef0d320

Please sign in to comment.