Skip to content

Commit cbc7a3e

Browse files
Updated .NET 8.0 for AWS Elastic Beanstalk cloud storage Word Getting started sample
1 parent d6a7720 commit cbc7a3e

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

Getting-Started/AWS/AWS_Elastic_Beanstalk/Create-Word-Document/Create-Word-Document.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
22

33
<PropertyGroup>
4-
<TargetFramework>net6.0</TargetFramework>
4+
<TargetFramework>net8.0</TargetFramework>
55
<Nullable>enable</Nullable>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<RootNamespace>Create_Word_Document</RootNamespace>

Getting-Started/AWS/AWS_Elastic_Beanstalk/Create-Word-Document/aws-beanstalk-tools-defaults.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
"region" : "us-east-1",
44
"configuration" : "Debug",
5-
"framework" : "net6.0",
5+
"framework" : "net8.0",
66
"self-contained" : false,
77
"application" : "ConvertWordDocumenttoPDF2",
88
"environment" : "ConvertWordDocumenttoPDF2-test",

Read-and-Save-document/Open-and-save-Word-document/AWS/AWS_Elastic_Beanstalk/Open-and-Save-Word-Document/Open-and-Save-Word-Document.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
22

33
<PropertyGroup>
4-
<TargetFramework>net6.0</TargetFramework>
4+
<TargetFramework>net8.0</TargetFramework>
55
<Nullable>enable</Nullable>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<RootNamespace>Open_and_Save_Word_Document</RootNamespace>

Read-and-Save-document/Open-and-save-Word-document/AWS/AWS_Elastic_Beanstalk/Open-and-Save-Word-Document/aws-beanstalk-tools-defaults.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
"region" : "us-east-1",
44
"configuration" : "Debug",
5-
"framework" : "net6.0",
5+
"framework" : "net8.0",
66
"self-contained" : false,
77
"application" : "ConvertWordDocumenttoPDF2",
88
"environment" : "ConvertWordDocumenttoPDF2-test",

Word-to-Image-conversion/Convert-Word-to-image/AWS/AWS_Elastic_Beanstalk/Convert-Word-Document-to-Image/Convert-Word-Document-to-Image.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
22

33
<PropertyGroup>
4-
<TargetFramework>net6.0</TargetFramework>
4+
<TargetFramework>net8.0</TargetFramework>
55
<Nullable>enable</Nullable>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<RootNamespace>Convert_Word_Document_to_Image</RootNamespace>

Word-to-Image-conversion/Convert-Word-to-image/AWS/AWS_Elastic_Beanstalk/Convert-Word-Document-to-Image/aws-beanstalk-tools-defaults.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
"region" : "us-east-1",
44
"configuration" : "Debug",
5-
"framework" : "net6.0",
5+
"framework" : "net8.0",
66
"self-contained" : false,
77
"application" : "ConvertWordDocumenttoPDF2",
88
"environment" : "ConvertWordDocumenttoPDF2-test",

Word-to-PDF-Conversion/Convert-Word-document-to-PDF/AWS/AWS_Elastic_Beanstalk/Convert-Word-Document-to-PDF/Convert-Word-Document-to-PDF.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
22

33
<PropertyGroup>
4-
<TargetFramework>net6.0</TargetFramework>
4+
<TargetFramework>net8.0</TargetFramework>
55
<Nullable>enable</Nullable>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<RootNamespace>Convert_Word_Document_to_PDF</RootNamespace>

Word-to-PDF-Conversion/Convert-Word-document-to-PDF/AWS/AWS_Elastic_Beanstalk/Convert-Word-Document-to-PDF/aws-beanstalk-tools-defaults.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
"region" : "us-east-1",
44
"configuration" : "Debug",
5-
"framework" : "net6.0",
5+
"framework" : "net8.0",
66
"self-contained" : false,
77
"application" : "ConvertWordDocumenttoPDF2",
88
"environment" : "ConvertWordDocumenttoPDF2-test",

0 commit comments

Comments
 (0)