Skip to content

Commit

Permalink
Remove dotnet SDK 6.0 dep (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
stellar-novas authored Jun 12, 2024
1 parent 9650f1a commit 6649e55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</ItemGroup>

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
Expand Down

0 comments on commit 6649e55

Please sign in to comment.