We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15be9c9 commit 992bb56Copy full SHA for 992bb56
sandbox/NativeAot/NativeAot.csproj
@@ -5,6 +5,7 @@
5
<TargetFramework>net7.0</TargetFramework>
6
<ImplicitUsings>enable</ImplicitUsings>
7
<Nullable>enable</Nullable>
8
+ <IsPackable>false</IsPackable>
9
10
<!-- AOT Options -->
11
<!-- https://learn.microsoft.com/ja-jp/dotnet/core/deploying/native-aot/ -->
0 commit comments