Jint.Repl.csproj 359 B

123456789101112
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net8.0</TargetFramework>
  4. <OutputType>Exe</OutputType>
  5. <IsPackable>false</IsPackable>
  6. <PublishAot>true</PublishAot>
  7. </PropertyGroup>
  8. <ItemGroup>
  9. <ProjectReference Include="..\Jint\Jint.csproj" />
  10. <TrimmerRootAssembly Include="Jint" />
  11. </ItemGroup>
  12. </Project>