forked from dotnet/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dotnet-versionsweeper.json
20 lines (20 loc) · 1.18 KB
/
dotnet-versionsweeper.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"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",
"**/docs/core/docker/snippets/7.0/**/*.csproj",
"**/docs/standard/serialization/system-text-json/snippets/how-to-6-0/csharp/SystemTextJsonSamples.csproj",
"**/docs/standard/serialization/snippets/binaryformatter-event-source/csharp/binaryformatter-event-source.csproj",
]
}