Skip to content

Commit babdab4

Browse files
Getting Started
1 parent 11779f9 commit babdab4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Getting-Started/Linux/Create-Word-document/Create-Word-document.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net6.0</TargetFramework>
5+
<TargetFramework>net8.0</TargetFramework>
66
<RootNamespace>Create_Word_document</RootNamespace>
77
<ImplicitUsings>enable</ImplicitUsings>
88
<Nullable>enable</Nullable>

Getting-Started/Mac/Create-Word-document/Create-Word-document.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>netcoreapp3.1</TargetFramework>
5+
<TargetFramework>net8.0</TargetFramework>
66
<RootNamespace>Create_Word_document</RootNamespace>
77
</PropertyGroup>
88

0 commit comments

Comments
 (0)