Use AOT compilation
parent
8764d12859
commit
164a13776a
|
@ -2,8 +2,11 @@
|
|||
<PropertyGroup>
|
||||
<TargetFramework>net7.0</TargetFramework>
|
||||
<EnableDynamicLoading>true</EnableDynamicLoading>
|
||||
<PublishAOT>true</PublishAOT>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<TrimmerRootAssembly Include="GodotSharp" />
|
||||
<TrimmerRootAssembly Include="$(TargetName)" />
|
||||
<Content Remove="UnitTests/**/*" />
|
||||
<Compile Remove="UnitTests/**/*" />
|
||||
<None Remove="UnitTests/**/*" />
|
||||
|
|
Loading…
Reference in New Issue