Skip to content

Commit

Permalink
Bump the example project to use .NET 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kesac committed Nov 24, 2023
1 parent 138babc commit 4b7d1c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@
/Syllabore/.vs/Syllabore/v17
/Syllabore/.vs/Syllabore/FileContentIndex
/Syllabore/.vs/ProjectEvaluation
/Syllabore/Syllabore.Example/bin/Debug/net7.0
2 changes: 1 addition & 1 deletion Syllabore/Syllabore.Example/Syllabore.Example.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

<ItemGroup>
Expand Down

0 comments on commit 4b7d1c1

Please sign in to comment.