Skip to content

Commit da1a49b

Browse files
Remove missed rd.xml reference in blueprint readme (#1676)
1 parent bef47f8 commit da1a49b

File tree

1 file changed

+1
-2
lines changed
  • Blueprints/BlueprintDefinitions/vs2022/NativeAOTFunction/template/src/BlueprintBaseName.1

1 file changed

+1
-2
lines changed

Blueprints/BlueprintDefinitions/vs2022/NativeAOTFunction/template/src/BlueprintBaseName.1/Readme.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
This starter project consists of:
44
* Function.cs - contains a class with a `Main` method that starts the bootstrap and a single function handler method.
55
* aws-lambda-tools-defaults.json - default argument settings for use with Visual Studio and command line deployment tools for AWS.
6-
* rd.xml - Runtime directives configuration file used to tell the Native AOT compiler what code to not trim out of .NET assemblies.
76

87
You may also have a test project depending on the options selected.
98

@@ -80,4 +79,4 @@ Deploy function to AWS Lambda
8079
```
8180
cd "BlueprintBaseName.1/src/BlueprintBaseName.1"
8281
dotnet lambda deploy-function
83-
```
82+
```

0 commit comments

Comments
 (0)