forked from dotnet/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdotnet-versionsweeper.json
More file actions
17 lines (17 loc) · 911 Bytes
/
dotnet-versionsweeper.json
File metadata and controls
17 lines (17 loc) · 911 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"actionType": "all",
"outOfSupportWithinDays": 60,
"ignore":[
"samples/**/*.*",
"**/docs/csharp/roslyn-sdk/tutorials/snippets/how-to-write-csharp-analyzer-code-fix/**/*.csproj",
"**/docs/csharp/programming-guide/concepts/async/snippets/multiple-tasks/MultipleTasks.csproj",
"**/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/**/*.vbproj",
"**/docs/core/whats-new/snippets/**/*.fsproj",
"**/docs/csharp/advanced-topics/interop/snippets/**/*.csproj",
"**/docs/csharp/programming-guide/classes-and-structs/snippets/NamedAndOptional/namedandoptionalsnippets.csproj"
]
}