I've switched to PackageReference as the source for "System.ValueTuple". It builds and runs fine. However, I still receive this warning message below which I can't seem to get rid of or understand the source of.
Severity Code Description Project File Line Suppression StateWarning Found conflicts between different versions of the same dependent assembly. In Visual Studio, double-click this warning (or select it and press Enter) to fix the conflicts; otherwise, add the following binding redirects to the "runtime" node in the application configuration file: DataImport
"System.ValueTuple" is no longer included in any app.config/web.config files. It's also asking for a different version (4.0.3.0) instead of using the installed one (4.5.0). Just looking for the best way to handle this because I've had runtime issues when I follow the MSFT guidance and double-click and add back the "System.ValueTuple" reference.