You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only default LanguageTargets for projects that the SDK doesn't handle. (#45)
#43 caused a regression for CSharp and VisualBasic projects by attempting to default `LanguageTargets`. However, the property is set too early to work properly.
We can only set `LanguageTargets` if its not going to be set by the .NET SDK.
Fixes#44
0 commit comments