Skip to content

Commit d7a66ae

Browse files
authored
Fix taskdialog vb project (#4068)
1 parent 742d50c commit d7a66ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

windowsforms/TaskDialogDemo/vb/TaskDialogDemo.vbproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net5.0</TargetFramework>
5+
<TargetFramework>net5.0-windows</TargetFramework>
66
<Nullable>enable</Nullable>
77
<UseWindowsForms>true</UseWindowsForms>
88
</PropertyGroup>

0 commit comments

Comments
 (0)