We have a solution targeting .NET Framework 4.8 and we are always very careful to keep the nuget packages we use up to date.
Today I upgraded the Microsoft.Data.SqlClient package to 6.1.4 and while it was installing I noticed that it added a new dependency to System.Text.RegularExpressions 4.3.1
After the build, however, I don't see a System.Text.RegularExpressions.dll in the output folder.
Is this an omission? Is there any cause for concern? Or is this expected behaviour and nothing to worry about?
We have a solution targeting .NET Framework 4.8 and we are always very careful to keep the nuget packages we use up to date.
Today I upgraded the Microsoft.Data.SqlClient package to 6.1.4 and while it was installing I noticed that it added a new dependency to System.Text.RegularExpressions 4.3.1
After the build, however, I don't see a System.Text.RegularExpressions.dll in the output folder.
Is this an omission? Is there any cause for concern? Or is this expected behaviour and nothing to worry about?