فهرست منبع

disabling aot thing to pass release build

Tig 9 ماه پیش
والد
کامیت
9c075d89d6
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      NativeAot/NativeAot.csproj

+ 2 - 2
NativeAot/NativeAot.csproj

@@ -14,9 +14,9 @@
     <TrimmerRootAssembly Include="Terminal.Gui" />
   </ItemGroup>
 
-  <ItemGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
+  <!--<ItemGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
 	  <ProjectReference Include="..\Terminal.Gui\Terminal.Gui.csproj" />
 	  <TrimmerRootAssembly Include="Terminal.Gui" />
-  </ItemGroup>
+  </ItemGroup>-->
 
 </Project>