Browse Source

hacking aot thing to pass release build

Tig 9 months ago
parent
commit
37b0143a98
1 changed files with 2 additions and 2 deletions
  1. 2 2
      NativeAot/NativeAot.csproj

+ 2 - 2
NativeAot/NativeAot.csproj

@@ -15,8 +15,8 @@
   </ItemGroup>
 
   <ItemGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
-    <PackageReference Include="Terminal.Gui" Version="[2.0.0-v2-develop.2189,3)" />
-    <TrimmerRootAssembly Include="Terminal.Gui" />
+	  <ProjectReference Include="..\Terminal.Gui\Terminal.Gui.csproj" />
+	  <TrimmerRootAssembly Include="Terminal.Gui" />
   </ItemGroup>
 
 </Project>