Skip to content

Commit

Permalink
fix: Revert net6.0-windows for WPF.
Browse files Browse the repository at this point in the history
  • Loading branch information
HavenDV committed Jul 17, 2024
1 parent f7dc5cb commit e1eed86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/H.NotifyIcon.Wpf/H.NotifyIcon.Wpf.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net4.6.2;net8.0-windows</TargetFrameworks>
<TargetFrameworks>net4.6.2;net6.0-windows;net8.0-windows</TargetFrameworks>
<UseWPF>true</UseWPF>
<DefineConstants>$(DefineConstants);HAS_WPF;HAS_PLATFORM_CODE</DefineConstants>
<RootNamespace>Hardcodet.Wpf.TaskbarNotification</RootNamespace>
Expand Down

0 comments on commit e1eed86

Please sign in to comment.