Skip to content

Commit

Permalink
fix: Target Framework for Listing 1.2 (#793)
Browse files Browse the repository at this point in the history
Fixes #792
  • Loading branch information
BenjaminMichaelis authored Nov 6, 2024
1 parent a10335b commit 07b7eac
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>
<!--#endregion INCLUDE-->
<!--#endregion INCLUDE-->

0 comments on commit 07b7eac

Please sign in to comment.