Open tannergooding opened 7 years ago
As per the title, IsTestProject is declared late enough that it cannot be used as a condition on the TargetFramework property.
IsTestProject
TargetFramework
It would be great if this was possible, since some repos are targeting net46 for shipping binaries and net461 for test binaries.
net46
net461
CC. @tmat
As per the title,
IsTestProject
is declared late enough that it cannot be used as a condition on theTargetFramework
property.It would be great if this was possible, since some repos are targeting
net46
for shipping binaries andnet461
for test binaries.