From 80a3d3128af7ec6cdcb9b90edc5bdbe3c3ff36c1 Mon Sep 17 00:00:00 2001
From: carlossanlop <1175054+carlossanlop@users.noreply.github.com>
Date: Mon, 10 Apr 2023 19:02:47 -0600
Subject: [PATCH 1/2] [7.0-staging] Reset OOB packages from 7.0.6
---
.../src/Microsoft.Extensions.Logging.Abstractions.csproj | 2 +-
.../src/Microsoft.Windows.Compatibility.csproj | 2 +-
.../src/System.DirectoryServices.Protocols.csproj | 2 +-
src/libraries/System.Management/src/System.Management.csproj | 2 +-
.../src/System.Reflection.Metadata.csproj | 2 +-
src/libraries/System.Text.Json/src/System.Text.Json.csproj | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/Microsoft.Extensions.Logging.Abstractions.csproj b/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/Microsoft.Extensions.Logging.Abstractions.csproj
index 0539414bea2b4..97878e68088c1 100644
--- a/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/Microsoft.Extensions.Logging.Abstractions.csproj
+++ b/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/Microsoft.Extensions.Logging.Abstractions.csproj
@@ -6,7 +6,7 @@
true
true
true
- true
+ false
1
Logging abstractions for Microsoft.Extensions.Logging.
diff --git a/src/libraries/Microsoft.Windows.Compatibility/src/Microsoft.Windows.Compatibility.csproj b/src/libraries/Microsoft.Windows.Compatibility/src/Microsoft.Windows.Compatibility.csproj
index e314fc3074492..17855baf71414 100644
--- a/src/libraries/Microsoft.Windows.Compatibility/src/Microsoft.Windows.Compatibility.csproj
+++ b/src/libraries/Microsoft.Windows.Compatibility/src/Microsoft.Windows.Compatibility.csproj
@@ -5,7 +5,7 @@
false
true
- true
+ false
2
$(NoWarn);NU5128
diff --git a/src/libraries/System.DirectoryServices.Protocols/src/System.DirectoryServices.Protocols.csproj b/src/libraries/System.DirectoryServices.Protocols/src/System.DirectoryServices.Protocols.csproj
index b2a3ad1fc3db1..8abef04772e17 100644
--- a/src/libraries/System.DirectoryServices.Protocols/src/System.DirectoryServices.Protocols.csproj
+++ b/src/libraries/System.DirectoryServices.Protocols/src/System.DirectoryServices.Protocols.csproj
@@ -5,7 +5,7 @@
true
true
- true
+ false
1
annotations
true
diff --git a/src/libraries/System.Management/src/System.Management.csproj b/src/libraries/System.Management/src/System.Management.csproj
index 37e3f532ee08a..66172649390b5 100644
--- a/src/libraries/System.Management/src/System.Management.csproj
+++ b/src/libraries/System.Management/src/System.Management.csproj
@@ -10,7 +10,7 @@
true
true
- true
+ false
2
true
true
diff --git a/src/libraries/System.Reflection.Metadata/src/System.Reflection.Metadata.csproj b/src/libraries/System.Reflection.Metadata/src/System.Reflection.Metadata.csproj
index a29fda1bc8b33..3f403e35d4207 100644
--- a/src/libraries/System.Reflection.Metadata/src/System.Reflection.Metadata.csproj
+++ b/src/libraries/System.Reflection.Metadata/src/System.Reflection.Metadata.csproj
@@ -10,7 +10,7 @@
The System.Reflection.Metadata library is built-in as part of the shared framework in .NET Runtime. The package can be installed when you need to use it in other target frameworks.
README.md
2
- true
+ false
diff --git a/src/libraries/System.Text.Json/src/System.Text.Json.csproj b/src/libraries/System.Text.Json/src/System.Text.Json.csproj
index dde9b4e507e7b..4f20eb177dcc3 100644
--- a/src/libraries/System.Text.Json/src/System.Text.Json.csproj
+++ b/src/libraries/System.Text.Json/src/System.Text.Json.csproj
@@ -8,7 +8,7 @@
CS8969
true
true
- true
+ false
3
true
From 6631acb571e4dbb827d0a1c1c65ccf5ef0da1ae0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Carlos=20S=C3=A1nchez=20L=C3=B3pez?=
<1175054+carlossanlop@users.noreply.github.com>
Date: Mon, 15 May 2023 18:42:23 -0700
Subject: [PATCH 2/2] Avoid resetting M.W.C.
---
.../src/Microsoft.Windows.Compatibility.csproj | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/libraries/Microsoft.Windows.Compatibility/src/Microsoft.Windows.Compatibility.csproj b/src/libraries/Microsoft.Windows.Compatibility/src/Microsoft.Windows.Compatibility.csproj
index 17855baf71414..e314fc3074492 100644
--- a/src/libraries/Microsoft.Windows.Compatibility/src/Microsoft.Windows.Compatibility.csproj
+++ b/src/libraries/Microsoft.Windows.Compatibility/src/Microsoft.Windows.Compatibility.csproj
@@ -5,7 +5,7 @@
false
true
- false
+ true
2
$(NoWarn);NU5128