Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Only require 14393+ for UWP class libraries #10368 #10713

Merged
merged 1 commit into from
Sep 25, 2020

Conversation

dotMorten
Copy link
Contributor

Description of Change

This only warns for UWP class library projects if you target less than 14393. Class libraries doesn't require being built for 17763. That's a requirement for an app.

Issues Resolved

API Changes

None

Platforms Affected

  • UWP

Behavioral/Visual Changes

No useless warning that can't otherwise be disabled/removed

Before/After Screenshots

Not applicable

Testing Procedure

Build a UWP class library that targets 10.0.17134 and observe the build error before/after.
Build a UWP app, and notice there's no change in warnings.

PR Checklist

  • Targets the correct branch
  • Tests are passing (or failures are unrelated)

@dotMorten dotMorten changed the title Only require 14393+ for class libraries #10368 Only require 14393+ for UWP class libraries #10368 May 15, 2020
@samhouts samhouts requested review from jsuarezruiz and PureWeen May 28, 2020 19:00
@samhouts samhouts changed the base branch from master to 4.8.0 June 26, 2020 00:03
@samhouts samhouts changed the base branch from 4.8.0 to 5.0.0 August 4, 2020 22:14
@samhouts samhouts added this to the 5.0.0 milestone Aug 4, 2020
@PureWeen
Copy link
Contributor

/azp run

@azure-pipelines
Copy link

No pipelines are associated with this pull request.

@PureWeen PureWeen merged commit 6fe6237 into xamarin:5.0.0 Sep 25, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] Don't warn for UWP TargetVersion on Class Libraries
4 participants