- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <OutputType>Exe</OutputType>
- <TargetFramework>net9.0</TargetFramework>
- <Nullable>enable</Nullable>
- <IsPackable>false</IsPackable>
- <PublishAot>true</PublishAot>
- </PropertyGroup>
- <ItemGroup>
- <ProjectReference Include="..\Jint\Jint.csproj" />
- <TrimmerRootAssembly Include="Jint" />
- </ItemGroup>
- </Project>
|