Skip to content

Commit aa00a7a

Browse files
vatsan-madhavanmsftbot[bot]
authored andcommitted
Exclude VB Templates (#1735)
1 parent 9530307 commit aa00a7a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/Microsoft.DotNet.Wpf.ProjectTemplates.ArchNeutral.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424

2525
<ItemGroup>
2626
<PackagingContent Include="useSharedDesignerContext.txt" SubFolder="root" />
27-
<PackagingContent Include="content\**\*" SubFolder="root\%(RecursiveDir)" />
27+
28+
<!--
29+
Do not include VB templates in .NET Core 3.0 - https://github.com/dotnet/wpf/issues/1734
30+
-->
31+
<PackagingContent Include="content\**\*" Exclude="content\*VisualBasic\**\*" SubFolder="root\%(RecursiveDir)" />
2832
</ItemGroup>
2933
</Project>

0 commit comments

Comments
 (0)