try nativeaot again

This commit is contained in:
Li 2022-11-11 04:19:01 +13:00
parent bd2ba81b01
commit 9e62fc8415
8 changed files with 65 additions and 64 deletions

View file

@ -12,8 +12,8 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<SelfContained>True</SelfContained>
<!-- <PublishSingleFile>True</PublishSingleFile> -->
<PublishReadyToRun>True</PublishReadyToRun>
<PublishTrimmed>True</PublishTrimmed>
<!-- <PublishReadyToRun>True</PublishReadyToRun> -->
<!-- <PublishTrimmed>True</PublishTrimmed> -->
<DefineConstants>OS_WINDOWS;ARCH_X86_64</DefineConstants>
</PropertyGroup>
</Project>