Skip to content

Commit

Permalink
Include xamarin.macos and xamarin.tvos in precedence rules
Browse files Browse the repository at this point in the history
  • Loading branch information
terrajobst committed Feb 18, 2021
1 parent 3cddc29 commit e9393d4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions accepted/2021/net6.0-tfms/net6.0-tfms.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,15 +132,19 @@ not generate a warning. This reasoning results in these precedence rules:
**net6.0-macos**

1. `net6.0-macos`
1. `net6.0` - `5.0`
1. `net6.0`
1. `xamarin.macos` (no warning)
1. `net5.0`
1. `netcoreapp3.1``1.0`
1. `netstandard2.1``1.0`
1. `net4.x``1.0` ([NU1701] warning)

**net6.0-tvos**

1. `net6.0-tvos`
1. `net6.0` - `5.0`
1. `net6.0`
1. `xamarin.tvos` (no warning)
1. `net5.0`
1. `netcoreapp3.1``1.0`
1. `netstandard2.1``1.0`
1. `net4.x``1.0` ([NU1701] warning)
Expand Down

0 comments on commit e9393d4

Please sign in to comment.