We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab46814 commit 26e93bbCopy full SHA for 26e93bb
openphd2-multiscope.csproj
@@ -3,9 +3,10 @@
3
<PropertyGroup>
4
<OutputType>Exe</OutputType>
5
<TargetFramework>net8.0</TargetFramework>
6
- <RootNamespace>openphd2_multiscope</RootNamespace>
+ <RootNamespace>TianWen.OpenPHD2MultiScope</RootNamespace>
7
<ImplicitUsings>enable</ImplicitUsings>
8
<Nullable>enable</Nullable>
9
+ <PublishAot>True</PublishAot>
10
</PropertyGroup>
11
12
<ItemGroup>
0 commit comments