Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove multitargeting of netcore projects #66

Merged
merged 13 commits into from
Dec 4, 2018
Merged

Conversation

vatsan-madhavan
Copy link
Member

Remove multitargeting of netcore projects;. Update netframework targets to net472; fixup miscellaneous build failures.

Multitargeting gives the semblance of designer support on VS for netcoreapp3.0, but it is neither robust nor fully supported at this time. It is better to modify the netcore projects to be targeted to netcoreapp3.0 only.

Directory.Build.props at the root folder adds either a TargetFrameworks property (for *.netcore.csproj projects) or a TargetFrameworkVersion property (for .NET Framework csproj projects).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants