AArnott/DotNetRepoTools

Figure out real target frameworks instead of making the user pick one

AArnott opened this issue · 0 comments

We default to netstandard2.0 and let the user pick one to override that. We should let the user specify a whole list. And better yet, when not specified, we ought to search all the projects under the current directory to collect all the unique target frameworks to restore with.