File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
src/SolutionTemplate/UnoSolutionTemplate.net6/Mobile Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 14
14
<!-- Debugger workaround https://github.com/dotnet/maui-samples/blob/8aa6b8780b12e97b157514c3bdc54bb4a13001cd/HelloMacCatalyst/HelloMacCatalyst.csproj#L7 -->
15
15
<!-- <MtouchExtraArgs Condition="'$(TargetFramework)' == 'net6.0-maccatalyst'">$(MtouchExtraArgs) -setenv:MONO_THREADS_SUSPEND=preemptive</MtouchExtraArgs> -->
16
16
17
+ <!-- Required for C# Hot Reload -->
18
+ <UseInterpreter Condition =" '$(Configuration)' == 'Debug'" >True</UseInterpreter >
19
+
17
20
<IsUnoHead >true</IsUnoHead >
18
21
</PropertyGroup >
19
22
29
32
</ItemGroup >
30
33
31
34
<ItemGroup Condition =" '$(TargetFramework)'=='net6.0-ios' or '$(TargetFramework)'=='net6.0-maccatalyst'" >
32
- <PackageReference Include =" Uno.Extensions.Logging.OSLog " Version =" 1.2.0-dev.2" />
35
+ <PackageReference Include =" Uno.Extensions.Logging.OSLog" Version =" 1.2.0-dev.2" />
33
36
</ItemGroup >
34
37
35
38
<Import Project =" ..\$ext_safeprojectname$.Shared\$ext_safeprojectname$.Shared.projitems" Label =" Shared" />
You can’t perform that action at this time.
0 commit comments