Skip to content

Commit

Permalink
feat: Add support for net9
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Jan 17, 2025
1 parent 90662ad commit ff2b17b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NvGet.Tools.Updater/NvGet.Tools.Updater.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net8.0</TargetFrameworks>
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackAsTool>true</PackAsTool>
<ToolCommandName>nugetupdater</ToolCommandName>
Expand Down

0 comments on commit ff2b17b

Please sign in to comment.