Skip to content

Commit

Permalink
Merge pull request #690 from DuendeSoftware/brock/update_sample
Browse files Browse the repository at this point in the history
update .NET version in console CC sample
  • Loading branch information
brockallen authored Jan 25, 2022
2 parents fa10b2f + f800040 commit 94f97bb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

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

Expand Down

0 comments on commit 94f97bb

Please sign in to comment.