Skip to content

Commit

Permalink
Updated .NET 8.0 for AWS Elastic Beanstalk cloud storage Word Getting…
Browse files Browse the repository at this point in the history
… started sample
  • Loading branch information
DharanitharanA committed Sep 12, 2024
1 parent d6a7720 commit cbc7a3e
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<RootNamespace>Create_Word_Document</RootNamespace>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"region" : "us-east-1",
"configuration" : "Debug",
"framework" : "net6.0",
"framework" : "net8.0",
"self-contained" : false,
"application" : "ConvertWordDocumenttoPDF2",
"environment" : "ConvertWordDocumenttoPDF2-test",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<RootNamespace>Open_and_Save_Word_Document</RootNamespace>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"region" : "us-east-1",
"configuration" : "Debug",
"framework" : "net6.0",
"framework" : "net8.0",
"self-contained" : false,
"application" : "ConvertWordDocumenttoPDF2",
"environment" : "ConvertWordDocumenttoPDF2-test",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<RootNamespace>Convert_Word_Document_to_Image</RootNamespace>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"region" : "us-east-1",
"configuration" : "Debug",
"framework" : "net6.0",
"framework" : "net8.0",
"self-contained" : false,
"application" : "ConvertWordDocumenttoPDF2",
"environment" : "ConvertWordDocumenttoPDF2-test",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<RootNamespace>Convert_Word_Document_to_PDF</RootNamespace>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"region" : "us-east-1",
"configuration" : "Debug",
"framework" : "net6.0",
"framework" : "net8.0",
"self-contained" : false,
"application" : "ConvertWordDocumenttoPDF2",
"environment" : "ConvertWordDocumenttoPDF2-test",
Expand Down

0 comments on commit cbc7a3e

Please sign in to comment.