dotnet / roslyn-tools

Tools used in Roslyn based repos
MIT License
104 stars 76 forks source link

RepoToolset does not declare `IsTestProject` earlier enough to use as a TargetFramework condition #56

Open tannergooding opened 7 years ago

tannergooding commented 7 years ago

As per the title, IsTestProject is declared late enough that it cannot be used as a condition on the TargetFramework property.

It would be great if this was possible, since some repos are targeting net46 for shipping binaries and net461 for test binaries.

tannergooding commented 7 years ago

CC. @tmat