I am building a new MSTest project using VS 2019. I can also use VS 2022 preview with .Net 6 if that would be better.
An earlier version of a test project was built using VS 2017 and targeted .Net Framework 4.62.
Using the newer VS I can no longer target .Net Framework 4.62. The default is .Net 5. (and for VS 2022 the default is .Net 6).
Some of the nuget packages I've depended on are either not available form .Net 5 or 6 or have changed.
1 - I am having trouble getting to the Clipboard. I cannot find a nuget for System.Windows.Forms, or for PresentationCore.dll within namespace System.Windows (The MS website documents both of those namespaces - but does not state which package to install to get them).
2 - I need to share some of the test info with TFS work items. What package includes TeamFoundation WorkItemTracking?
3 - Also for TFS I need Microsoft.VisualStudio.Services.WebApi.VssConnection - but cannot find it.
4 - Also for TFS I am looking a class like System.Web.Util.WorkItem.
I need help!! I also strongly recommend that MS start adding notes regarding which nuget packages to use to access the namespaces documented in the MS website. That would save developers millions of hours, no doubt. Since the classes I am looking for are documented by MS, I am avoiding third party packages.




