You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Blueprints/BlueprintDefinitions/vs2022/CustomRuntimeFunction-FSharp/template/.template.config/template.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
"Lambda",
6
6
"Function"
7
7
],
8
-
"name": "Lambda Custom Runtime Function (.NET 8)",
8
+
"name": "Lambda Custom Runtime Function (.NET 9)",
Copy file name to clipboardExpand all lines: Blueprints/BlueprintDefinitions/vs2022/CustomRuntimeFunction-FSharp/template/src/BlueprintBaseName.1/BlueprintBaseName.1.fsproj
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
<ProjectSdk="Microsoft.NET.Sdk">
2
2
<PropertyGroup>
3
3
<OutputType>Exe</OutputType>
4
-
<TargetFramework>net8.0</TargetFramework>
4
+
<TargetFramework>net9.0</TargetFramework>
5
5
<AWSProjectType>Lambda</AWSProjectType>
6
6
<AssemblyName>bootstrap</AssemblyName>
7
7
<!-- This property makes the build directory similar to a publish directory and helps the AWS .NET Lambda Mock Test Tool find project dependencies. -->
@@ -27,8 +27,8 @@
27
27
package need to be included to support internationalization.
Copy file name to clipboardExpand all lines: Blueprints/BlueprintDefinitions/vs2022/CustomRuntimeFunction-FSharp/template/test/BlueprintBaseName.1.Tests/BlueprintBaseName.1.Tests.fsproj
Copy file name to clipboardExpand all lines: Blueprints/BlueprintDefinitions/vs2022/CustomRuntimeFunction/template/src/BlueprintBaseName.1/BlueprintBaseName.1.csproj
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
<ProjectSdk="Microsoft.NET.Sdk">
2
2
<PropertyGroup>
3
3
<OutputType>Exe</OutputType>
4
-
<TargetFramework>net8.0</TargetFramework>
4
+
<TargetFramework>net9.0</TargetFramework>
5
5
<ImplicitUsings>enable</ImplicitUsings>
6
6
<Nullable>enable</Nullable>
7
7
<AWSProjectType>Lambda</AWSProjectType>
@@ -23,8 +23,8 @@
23
23
package need to be included to support internationalization.
Copy file name to clipboardExpand all lines: Blueprints/BlueprintDefinitions/vs2022/CustomRuntimeFunction/template/test/BlueprintBaseName.1.Tests/BlueprintBaseName.1.Tests.csproj
0 commit comments