Skip to content

Commit

Permalink
Merge pull request #28 from unoplatform/dev/jela/net9
Browse files Browse the repository at this point in the history
feat: Add support for net9
  • Loading branch information
jeromelaban authored Jan 17, 2025
2 parents 4f7f3c1 + 865abfa commit 8bd69ad
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 8bd69ad

Please sign in to comment.