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

SDK style projects with WPF do not import nuget props and targets #3254

Closed
jviau opened this issue May 1, 2018 · 2 comments
Closed

SDK style projects with WPF do not import nuget props and targets #3254

jviau opened this issue May 1, 2018 · 2 comments
Labels

Comments

@jviau
Copy link

jviau commented May 1, 2018

WPF xaml compilation uses a temporary project with a different name. This breaks importing of props from https://github.com/Microsoft/msbuild/blob/8e015cc049b5f3f9cbd9e10ee30ae86998d934d5/src/Tasks/Microsoft.Common.props#L66 (and the equivalent targets). The end result is WPF compilation fails due to the temporary project not having nuget restore information.

@jviau
Copy link
Author

jviau commented May 2, 2018

Same issue: NuGet/Home#5894

@rainersigwald
Copy link
Member

Fixed as dotnet/wpf#810.

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

No branches or pull requests

3 participants