From 68fe1b28512b9e1345b9e56c930b7a08f801ca34 Mon Sep 17 00:00:00 2001 From: David Pine Date: Mon, 2 Jan 2023 14:55:01 -0600 Subject: [PATCH] Add ignore rule for the VB what's new content --- dotnet-versionsweeper.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dotnet-versionsweeper.json b/dotnet-versionsweeper.json index bf0a4ed094dbc..9f8570b63ee99 100644 --- a/dotnet-versionsweeper.json +++ b/dotnet-versionsweeper.json @@ -7,6 +7,8 @@ "**/docs/framework/migration-guide/snippets/**/*.csproj", "**/docs/framework/migration-guide/snippets/**/*.vbproj", "**/docs/core/porting/snippets/upgrade-assistant-wcf-framework/CalculatorSample/**/*.csproj", - "**/docs/core/whats-new/snippets/**/*.csproj" + "**/docs/core/whats-new/snippets/**/*.csproj", + "**/docs/core/whats-new/snippets/**/*.vbproj", + "**/docs/core/whats-new/snippets/**/*.fsproj" ] }