Browse Source

ahh. didn't know there were two aot samples

Tig 9 months ago
parent
commit
5ce1750fbf
1 changed files with 2 additions and 2 deletions
  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'">
     <PackageReference Include="Terminal.Gui" Version="[2.0.0-v2-develop.2189,3)" />
     <TrimmerRootAssembly Include="Terminal.Gui" />
-  </ItemGroup>
+  </ItemGroup>-->
 
 </Project>