Skip to content

Commit

Permalink
move tool to net8
Browse files Browse the repository at this point in the history
  • Loading branch information
jennyf19 committed Jan 3, 2025
1 parent bf92dc0 commit 6bb8deb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net7.0</TargetFrameworks>
<TargetFrameworks>net8.0</TargetFrameworks>
<Nullable>disable</Nullable>
<GenerateDocumentationFile>False</GenerateDocumentationFile>
<IsPackable>false</IsPackable>
Expand Down

0 comments on commit 6bb8deb

Please sign in to comment.