We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ExtendedLayout
1 parent 634641c commit b2add50Copy full SHA for b2add50
src/tests/Loader/classloader/ExtendedLayout/ExtendedLayout.csproj
@@ -1,6 +1,10 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
4
+
5
+ <!-- Tracking issue: https://github.com/dotnet/runtime/issues/119948 -->
6
+ <MonoAotIncompatible>true</MonoAotIncompatible>
7
+ <DisableProjectBuild Condition="'$(RuntimeFlavor)' == 'mono'">true</DisableProjectBuild>
8
</PropertyGroup>
9
<ItemGroup>
10
<Compile Include="ExtendedLayout.cs" />
0 commit comments