Skip to content

Commit 574f83b

Browse files
committed
To align with .NET 5.0 recommendations, removed "WindowsDesktop" from project Sdk tag and added ImportWindowsDesktopTargets=true tag.
1 parent bd71d2e commit 574f83b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

TaskEditor/TaskEditor.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3+
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
34
<UseWindowsForms>true</UseWindowsForms>
45
<TargetFrameworks>net20;net35;net40;net452</TargetFrameworks>
56
<AssemblyName>Microsoft.Win32.TaskSchedulerEditor</AssemblyName>

0 commit comments

Comments
 (0)