Skip to content

Commit

Permalink
Fix end tag
Browse files Browse the repository at this point in the history
  • Loading branch information
rmarinho committed Dec 5, 2022
1 parent c1ad1bf commit 3e779c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>$(_MauiDotNetTfm)</TargetFramework>
<IsPackable>false</IsPackable>
<BuildInParallel Condition="'$(Configuration)' == 'Release'">false<BuildInParallel>
<BuildInParallel Condition="'$(Configuration)' == 'Release'">false</BuildInParallel>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 3e779c3

Please sign in to comment.