We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3e5f0f commit f0521dcCopy full SHA for f0521dc
src/c#/GeneralUpdate.Client/GeneralUpdate.Client.csproj
@@ -6,10 +6,10 @@
6
<ImplicitUsings>enable</ImplicitUsings>
7
<Nullable>enable</Nullable>
8
<LangVersion>default</LangVersion>
9
+ <PublishAot>true</PublishAot>
10
</PropertyGroup>
11
12
<ItemGroup>
13
<ProjectReference Include="..\GeneralUpdate.ClientCore\GeneralUpdate.ClientCore.csproj" />
14
</ItemGroup>
-
15
</Project>
0 commit comments