Skip to content

Commit

Permalink
Update to dotnet 8.
Browse files Browse the repository at this point in the history
  • Loading branch information
azhuge233 committed Nov 15, 2023
1 parent cf12af4 commit 3286eea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ConsoleWhisper/ConsoleWhisper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<PublishSingleFile>true</PublishSingleFile>
<SelfContained>true</SelfContained>
<DebugType>none</DebugType>
<DebugSymbols>false</DebugSymbols>
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
Expand Down

0 comments on commit 3286eea

Please sign in to comment.