Skip to content

Commit

Permalink
Update target frameworks
Browse files Browse the repository at this point in the history
  • Loading branch information
jerry08 committed Nov 16, 2024
1 parent 073c1ea commit 531eb4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Yosu/Yosu.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>$(NetVersion)-android;$(NetVersion)-ios</TargetFrameworks>
<TargetFrameworks>$(NetVersion)-android</TargetFrameworks>
<TargetFrameworks Condition="$([System.OperatingSystem]::IsLinux()) != true">$(NetVersion)-ios</TargetFrameworks>
<OutputType>Exe</OutputType>
<RootNamespace>Yosu</RootNamespace>
<UseMaui>true</UseMaui>
Expand Down

0 comments on commit 531eb4a

Please sign in to comment.