Skip to content

Commit dd24db3

Browse files
committed
Correct net version
1 parent bc76a5a commit dd24db3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

03_CsharpGrundlagenI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public class Program
5454
<Project Sdk="Microsoft.NET.Sdk">
5555
<PropertyGroup>
5656
<OutputType>Exe</OutputType>
57-
<TargetFramework>net6.0</TargetFramework>
57+
<TargetFramework>net8.0</TargetFramework>
5858
</PropertyGroup>
5959
</Project>
6060
```

0 commit comments

Comments
 (0)