Skip to content

Commit

Permalink
Update SingleProjectTemplate
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarfgp committed Nov 17, 2024
1 parent f2e1b7a commit 09d26ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/content/blank/NewApp.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<!-- net8.0-ios is not supported on Linux, so we do not add it there. -->
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('linux')) == false">$(TargetFrameworks);net8.0-ios</TargetFrameworks>
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
<PublishTrimmed>false</PublishTrimmed>
</PropertyGroup>
<PropertyGroup>
<AvaloniaPlatform>$([MSBuild]::GetTargetPlatformIdentifier($(TargetFramework)))</AvaloniaPlatform>
Expand Down

0 comments on commit 09d26ae

Please sign in to comment.