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

Fix WPF Regression #158 when .net-core 3.0 preview is not installed #184

Merged
merged 2 commits into from Sep 19, 2019
Merged

Fix WPF Regression #158 when .net-core 3.0 preview is not installed #184

merged 2 commits into from Sep 19, 2019

Conversation

kellogg92
Copy link
Contributor

Previously the changed line caused $(ExtrasUseWindowsDesktopApp) to be true even when the desktop Sdk is not available. $(ExtrasUseWindowsDesktopApp) is used to turn off Wpf and WinForms tooling provided by MSBuildSdkExtras which prevents collisions with the tooling provided by Microsoft.NET.Sdk.WindowsDesktop. That means it shouldn't be true when the sdk isn't available.

@clairernovotny clairernovotny merged commit 8e4f1cc into novotnyllc:master Sep 19, 2019
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

2 participants