Skip to content
This repository was archived by the owner on May 27, 2026. It is now read-only.

Commit e2ca787

Browse files
authored
[Milky] Re-introduce AOT publishing (LagrangeDev#60)
1 parent af03489 commit e2ca787

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Lagrange.Milky/Lagrange.Milky.csproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
<TargetFramework>net9.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7-
<!-- <PublishAot>true</PublishAot> -->
8-
<PublishSingleFile>true</PublishSingleFile>
9-
<PublishTrimmed>true</PublishTrimmed>
7+
<PublishAot>true</PublishAot>
108
</PropertyGroup>
119
<PropertyGroup Condition=" '$(Configuration)' == 'Debug'">
1210
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>

0 commit comments

Comments
 (0)