Skip to content

Commit

Permalink
feat: Add support for ios/android C# hot reload in net6 template
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Sep 15, 2021
1 parent c240f34 commit 1414414
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
<!-- Debugger workaround https://github.com/dotnet/maui-samples/blob/8aa6b8780b12e97b157514c3bdc54bb4a13001cd/HelloMacCatalyst/HelloMacCatalyst.csproj#L7 -->
<!-- <MtouchExtraArgs Condition="'$(TargetFramework)' == 'net6.0-maccatalyst'">$(MtouchExtraArgs) -setenv:MONO_THREADS_SUSPEND=preemptive</MtouchExtraArgs> -->

<!-- Required for C# Hot Reload -->
<UseInterpreter Condition="'$(Configuration)' == 'Debug'">True</UseInterpreter>

<IsUnoHead>true</IsUnoHead>
</PropertyGroup>

Expand All @@ -29,7 +32,7 @@
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)'=='net6.0-ios' or '$(TargetFramework)'=='net6.0-maccatalyst'">
<PackageReference Include="Uno.Extensions.Logging.OSLog " Version="1.2.0-dev.2" />
<PackageReference Include="Uno.Extensions.Logging.OSLog" Version="1.2.0-dev.2" />
</ItemGroup>

<Import Project="..\$ext_safeprojectname$.Shared\$ext_safeprojectname$.Shared.projitems" Label="Shared" />
Expand Down

0 comments on commit 1414414

Please sign in to comment.