mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-20 19:59:15 +12:00
try nativeaot again
This commit is contained in:
parent
bd2ba81b01
commit
9e62fc8415
8 changed files with 65 additions and 64 deletions
|
@ -30,8 +30,8 @@ using System.Runtime.InteropServices;
|
|||
//
|
||||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
[assembly: AssemblyVersion("1.8.11.0")]
|
||||
[assembly: AssemblyFileVersion("1.8.11.0")]
|
||||
[assembly: AssemblyVersion("1.8.21.0")]
|
||||
[assembly: AssemblyFileVersion("1.8.21.0")]
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue