Skip to content

Commit

Permalink
Support NET 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ricaun committed Jul 24, 2024
1 parent f8e99e7 commit 0e084e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Aps.Sample.App/Aps.Sample.App.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Version>1.0.0-beta</Version>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<TargetFrameworks>net6.0-windows;net8.0-windows</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<UseWPF>true</UseWPF>
</PropertyGroup>
Expand Down

0 comments on commit 0e084e4

Please sign in to comment.