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

NuGet package does not robustly detect missing WindowsTargetPlatformMinVersion #1137

Merged
merged 1 commit into from
Aug 6, 2019

Conversation

kmahone
Copy link
Member

@kmahone kmahone commented Aug 6, 2019

UWP apps always have TargetPlatformVersion and TargetPlatformMinVersion. For in non-UWP scenarios, these might not be defined. The .targets file in our nuget package attempts to validate these versions. We update the check to be more robust in the case where these properties are not set.

Fixes #295

@kmahone kmahone requested a review from a team as a code owner August 6, 2019 18:31
@kmahone kmahone merged commit 8f8cd0f into master Aug 6, 2019
@jevansaks jevansaks deleted the user/kmahone/targetplatformcheck branch August 6, 2019 23:01
@jevansaks jevansaks added the release note PR that we want to call out in the next release summary label Aug 6, 2019
@msft-github-bot
Copy link
Collaborator

🎉Microsoft.UI.Xaml v2.2.190822001-prerelease has been released which incorporates this pull request.:tada:

Handy links:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release note PR that we want to call out in the next release summary
Projects
None yet
Development

Successfully merging this pull request may close these issues.

NuGet package does not robustly detect missing WindowsTargetPlatformMinVersion
4 participants