From 741c1798c439467233043c0033c9b73021924f12 Mon Sep 17 00:00:00 2001 From: Sean Reeser Date: Tue, 3 Jan 2023 15:07:13 -0800 Subject: [PATCH 1/2] Update branding to 7.0.3 --- eng/Versions.props | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Versions.props b/eng/Versions.props index 08d01ee055869b..b0421b08799992 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -1,11 +1,11 @@ - 7.0.2 + 7.0.3 7 0 - 2 + 3 7.0.100 6.0.13 servicing From 4a18838e618f505496c36c644ded587aefb30140 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Wed, 4 Jan 2023 08:45:20 +0100 Subject: [PATCH 2/2] Reset GeneratePackageOnBuild properties --- .../src/Microsoft.Extensions.Configuration.Binder.csproj | 2 +- .../src/System.Security.Cryptography.Xml.csproj | 2 +- .../src/System.Threading.AccessControl.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/libraries/Microsoft.Extensions.Configuration.Binder/src/Microsoft.Extensions.Configuration.Binder.csproj b/src/libraries/Microsoft.Extensions.Configuration.Binder/src/Microsoft.Extensions.Configuration.Binder.csproj index 213d0026503f1e..76207aa9c34981 100644 --- a/src/libraries/Microsoft.Extensions.Configuration.Binder/src/Microsoft.Extensions.Configuration.Binder.csproj +++ b/src/libraries/Microsoft.Extensions.Configuration.Binder/src/Microsoft.Extensions.Configuration.Binder.csproj @@ -6,7 +6,7 @@ true true 2 - true + false Functionality to bind an object to data in configuration providers for Microsoft.Extensions.Configuration. diff --git a/src/libraries/System.Security.Cryptography.Xml/src/System.Security.Cryptography.Xml.csproj b/src/libraries/System.Security.Cryptography.Xml/src/System.Security.Cryptography.Xml.csproj index 78e4e180bd41eb..bf3bcc122e2f2b 100644 --- a/src/libraries/System.Security.Cryptography.Xml/src/System.Security.Cryptography.Xml.csproj +++ b/src/libraries/System.Security.Cryptography.Xml/src/System.Security.Cryptography.Xml.csproj @@ -7,7 +7,7 @@ $(NoWarn);CA1850 true 1 - true + false Provides classes to support the creation and validation of XML digital signatures. The classes in this namespace implement the World Wide Web Consortium Recommendation, "XML-Signature Syntax and Processing", described at http://www.w3.org/TR/xmldsig-core/. Commonly Used Types: diff --git a/src/libraries/System.Threading.AccessControl/src/System.Threading.AccessControl.csproj b/src/libraries/System.Threading.AccessControl/src/System.Threading.AccessControl.csproj index 11d0fc577899c8..3b944794cfe70d 100644 --- a/src/libraries/System.Threading.AccessControl/src/System.Threading.AccessControl.csproj +++ b/src/libraries/System.Threading.AccessControl/src/System.Threading.AccessControl.csproj @@ -4,7 +4,7 @@ true true 1 - true + false Provides support for managing access and audit control lists for synchronization primitives. Commonly Used Types: