Skip to content

Commit 5b556a5

Browse files
committed
step sample project target framework
from net5.0 to net.6.0 net5.0 has reached EOL
1 parent f3be624 commit 5b556a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/Sample/Sample.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">
22

33
<PropertyGroup>
4-
<TargetFramework>net5.0</TargetFramework>
4+
<TargetFramework>net6.0</TargetFramework>
55
<OutputType>Exe</OutputType>
66
</PropertyGroup>
77

0 commit comments

Comments
 (0)