Skip to content

Commit 26e93bb

Browse files
committed
AOT
1 parent ab46814 commit 26e93bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

openphd2-multiscope.csproj

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
55
<TargetFramework>net8.0</TargetFramework>
6-
<RootNamespace>openphd2_multiscope</RootNamespace>
6+
<RootNamespace>TianWen.OpenPHD2MultiScope</RootNamespace>
77
<ImplicitUsings>enable</ImplicitUsings>
88
<Nullable>enable</Nullable>
9+
<PublishAot>True</PublishAot>
910
</PropertyGroup>
1011

1112
<ItemGroup>

0 commit comments

Comments
 (0)