From e9393d454e9618552fcd8185f086afe92b85ec9d Mon Sep 17 00:00:00 2001 From: Immo Landwerth Date: Wed, 17 Feb 2021 17:02:42 -0800 Subject: [PATCH] Include xamarin.macos and xamarin.tvos in precedence rules --- accepted/2021/net6.0-tfms/net6.0-tfms.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/accepted/2021/net6.0-tfms/net6.0-tfms.md b/accepted/2021/net6.0-tfms/net6.0-tfms.md index 321017b5b..fadf10dff 100644 --- a/accepted/2021/net6.0-tfms/net6.0-tfms.md +++ b/accepted/2021/net6.0-tfms/net6.0-tfms.md @@ -132,7 +132,9 @@ 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) @@ -140,7 +142,9 @@ not generate a warning. This reasoning results in these precedence rules: **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)