We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Same issue: NuGet/Home#5894
Sorry, something went wrong.
Fixed as dotnet/wpf#810.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: