Skip to content

Commit

Permalink
Add .net 8 native aot to manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
Beau-Gosse-dev committed Feb 12, 2024
1 parent 1d96ed1 commit 1a2e071
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions manifest-v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,14 @@
"packageType": "Zip",
"useCaseName": "Hello World Example"
},
{
"directory": "dotnet8/hello-native-aot",
"displayName": "Hello World Example using native AOT",
"dependencyManager": "cli-package",
"appTemplate": "hello-world-native-aot",
"packageType": "Zip",
"useCaseName": "Hello World Example"
},
{
"directory": "dotnet8/hello-pt",
"displayName": "Hello World Example .NET With Powertools for AWS Lambda",
Expand Down

0 comments on commit 1a2e071

Please sign in to comment.