We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2038142 commit 2491e64Copy full SHA for 2491e64
1 file changed
docs/guides-basic/dotnet-native-aot-support.md
@@ -2,7 +2,7 @@
2
title: ".NET Native AOT support"
3
---
4
5
-Excel-DNA can produce native 64-bit Excel add-ins, that can run on machines that don't have the .NET runtime installed, using .NET 8.0
+Excel-DNA can produce native 64-bit Excel add-ins, that can run on machines that don't have the .NET runtime installed, using .NET 8.0 (or later)
6
[Native AOT](https://learn.microsoft.com/en-us/dotnet/core/deploying/native-aot/)
7
deployment and **ExcelDna.AddIn.NativeAOT** package.
8
0 commit comments