Skip to content

Commit

Permalink
step sample project target framework
Browse files Browse the repository at this point in the history
from net5.0 to net.6.0

net5.0 has reached EOL
  • Loading branch information
jesseclm committed Sep 29, 2022
1 parent f3be624 commit 3244505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/Sample/Sample.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<OutputType>Exe</OutputType>
</PropertyGroup>

Expand Down

0 comments on commit 3244505

Please sign in to comment.