Skip to content

Commit b55e056

Browse files
committed
RibbonBasics: Add .NET 6 target
1 parent bee52ae commit b55e056

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Fundamentals/RibbonBasics/RibbonBasics.vbproj

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>net472</TargetFrameworks>
3+
<TargetFrameworks>net472;net6.0-windows</TargetFrameworks>
4+
<UseWindowsForms>true</UseWindowsForms>
45
</PropertyGroup>
56
<ItemGroup>
67
<Content Include="RibbonResources\MagicWand.png">

0 commit comments

Comments
 (0)