Skip to content

Commit a279df6

Browse files
committed
Comments why we need more library versions in the coverage
1 parent ae97b8b commit a279df6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/LibraryVersionsGenerator/PackageVersionDefinitions.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ all lower versions than 8.15.10 contains references impacted by
109109
{
110110
// NLog 5.0+ required for Layout<T> typed layout support and .NET build-trimming
111111
new("5.0.0"),
112-
new("5.3.4"),
113-
new("6.0.0"),
112+
new("5.3.4"), // 5.3.0 - breaking change in the instrumented method contract
113+
new("6.0.0"), // 6.0.0 - breaking change in the instrumented method contract
114114
new("*")
115115
}
116116
},

0 commit comments

Comments
 (0)