Skip to content

Commit ffddebc

Browse files
authored
chore: restore original
1 parent 61aedcc commit ffddebc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Uno.Wasm.Sample.RayTracer/Uno.Wasm.Sample.RayTracer.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
1515
<PublishTrimmed>true</PublishTrimmed>
1616
<RunAOTCompilation>true</RunAOTCompilation>
17-
<WasmShellEnableJiterpreter>false</WasmShellEnableJiterpreter>
1817
<!--<RunAOTCompilationAfterBuild>true</RunAOTCompilationAfterBuild>-->
1918
<WasmAotProfilePath>$(MSBuildThisFileDirectory)aot.profile</WasmAotProfilePath>
2019
<!-- <WasmShellGenerateAOTProfile>true</WasmShellGenerateAOTProfile> -->
@@ -35,7 +34,7 @@
3534

3635
<ItemGroup>
3736
<LinkerDescriptor Include="LinkerConfig.xml" />
38-
<!-- <MonoRuntimeMixedModeExcludedAssembly Include="System.Xml.dll" /> -->
37+
<MonoRuntimeMixedModeExcludedAssembly Include="System.Xml.dll" />
3938
</ItemGroup>
4039

4140
<ItemGroup>

0 commit comments

Comments
 (0)