Skip to content

Commit

Permalink
Update AiCommitMessage.csproj (#121)
Browse files Browse the repository at this point in the history
* Update AiCommitMessage.csproj

* Update AiCommitMessage.csproj

---------

Co-authored-by: gstraccini[bot] <150967461+gstraccini[bot]@users.noreply.github.com>
  • Loading branch information
guibranco and gstraccini[bot] authored Nov 15, 2024
1 parent 55785f5 commit 0e57363
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Src/AiCommitMessage/AiCommitMessage.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>disable</Nullable>
<PackAsTool>true</PackAsTool>
Expand Down Expand Up @@ -52,4 +52,4 @@
<ItemGroup>
<EmbeddedResource Include="..\..\.githooks\prepare-commit-msg" />
</ItemGroup>
</Project>
</Project>

0 comments on commit 0e57363

Please sign in to comment.