We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bee52ae commit b55e056Copy full SHA for b55e056
Fundamentals/RibbonBasics/RibbonBasics.vbproj
@@ -1,6 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
- <TargetFrameworks>net472</TargetFrameworks>
+ <TargetFrameworks>net472;net6.0-windows</TargetFrameworks>
4
+ <UseWindowsForms>true</UseWindowsForms>
5
</PropertyGroup>
6
<ItemGroup>
7
<Content Include="RibbonResources\MagicWand.png">
0 commit comments