From 6a36cb11869a7b1a07682285435064455490b026 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Wed, 21 Aug 2024 12:28:51 +0200 Subject: [PATCH] Define primary dependencies now that transitivity is disabled inside the sfx --- eng/references.targets | 4 ++-- .../src/Microsoft/VisualBasic/Strings.vb | 6 +++--- .../System.Net.Http/ref/System.Net.Http.csproj | 15 ++++++++++----- .../System.Net.Quic/ref/System.Net.Quic.csproj | 11 +++++++---- .../src/System.Net.Sockets.csproj | 1 + .../src/System.Net.WebSockets.csproj | 1 + .../ref/System.Runtime.Serialization.Json.csproj | 3 +++ .../ref/System.Runtime.Serialization.Xml.csproj | 1 + .../src/System.Runtime.Serialization.Xml.csproj | 1 + .../ref/System.Security.Cryptography.csproj | 1 + .../src/System.Xml.ReaderWriter.csproj | 1 + .../src/System.Xml.XDocument.csproj | 1 + .../src/System.Xml.XmlSerializer.csproj | 1 + 13 files changed, 33 insertions(+), 14 deletions(-) diff --git a/eng/references.targets b/eng/references.targets index 9af2f193d0803d..aff9f99f88f0f6 100644 --- a/eng/references.targets +++ b/eng/references.targets @@ -15,10 +15,10 @@ + <_coreLibProjectReference Include="@(ProjectReference->WithMetadataValue('Identity', '$(CoreLibProject)'))" /> - + Configuration=$(CoreCLRConfiguration) + $(NetCoreAppCurrent) + + - - - - - + + + + + + + diff --git a/src/libraries/System.Net.Quic/ref/System.Net.Quic.csproj b/src/libraries/System.Net.Quic/ref/System.Net.Quic.csproj index 59e75f2c8cfc55..3a46e69f9a56d0 100644 --- a/src/libraries/System.Net.Quic/ref/System.Net.Quic.csproj +++ b/src/libraries/System.Net.Quic/ref/System.Net.Quic.csproj @@ -1,4 +1,5 @@ + $(NetCoreAppCurrent) @@ -8,10 +9,12 @@ - - - - + + + + + + diff --git a/src/libraries/System.Net.Sockets/src/System.Net.Sockets.csproj b/src/libraries/System.Net.Sockets/src/System.Net.Sockets.csproj index b22e2cf6b800b1..ce2619d35672e6 100644 --- a/src/libraries/System.Net.Sockets/src/System.Net.Sockets.csproj +++ b/src/libraries/System.Net.Sockets/src/System.Net.Sockets.csproj @@ -294,6 +294,7 @@ + diff --git a/src/libraries/System.Net.WebSockets/src/System.Net.WebSockets.csproj b/src/libraries/System.Net.WebSockets/src/System.Net.WebSockets.csproj index 591f0788275aba..7a23dcbbfd1fab 100644 --- a/src/libraries/System.Net.WebSockets/src/System.Net.WebSockets.csproj +++ b/src/libraries/System.Net.WebSockets/src/System.Net.WebSockets.csproj @@ -65,6 +65,7 @@ + diff --git a/src/libraries/System.Runtime.Serialization.Json/ref/System.Runtime.Serialization.Json.csproj b/src/libraries/System.Runtime.Serialization.Json/ref/System.Runtime.Serialization.Json.csproj index 350ad3eebfc99d..b51e286c803e54 100644 --- a/src/libraries/System.Runtime.Serialization.Json/ref/System.Runtime.Serialization.Json.csproj +++ b/src/libraries/System.Runtime.Serialization.Json/ref/System.Runtime.Serialization.Json.csproj @@ -1,4 +1,5 @@ + $(NetCoreAppCurrent) @@ -10,6 +11,8 @@ + + diff --git a/src/libraries/System.Runtime.Serialization.Xml/ref/System.Runtime.Serialization.Xml.csproj b/src/libraries/System.Runtime.Serialization.Xml/ref/System.Runtime.Serialization.Xml.csproj index 2cd9d7f0f77528..11c432217afb13 100644 --- a/src/libraries/System.Runtime.Serialization.Xml/ref/System.Runtime.Serialization.Xml.csproj +++ b/src/libraries/System.Runtime.Serialization.Xml/ref/System.Runtime.Serialization.Xml.csproj @@ -9,6 +9,7 @@ + diff --git a/src/libraries/System.Runtime.Serialization.Xml/src/System.Runtime.Serialization.Xml.csproj b/src/libraries/System.Runtime.Serialization.Xml/src/System.Runtime.Serialization.Xml.csproj index 7dba16cdf5ea96..79e4ea7d7850e8 100644 --- a/src/libraries/System.Runtime.Serialization.Xml/src/System.Runtime.Serialization.Xml.csproj +++ b/src/libraries/System.Runtime.Serialization.Xml/src/System.Runtime.Serialization.Xml.csproj @@ -10,6 +10,7 @@ + \ No newline at end of file diff --git a/src/libraries/System.Security.Cryptography/ref/System.Security.Cryptography.csproj b/src/libraries/System.Security.Cryptography/ref/System.Security.Cryptography.csproj index 0ac11594442a03..55a05a9fcfc507 100644 --- a/src/libraries/System.Security.Cryptography/ref/System.Security.Cryptography.csproj +++ b/src/libraries/System.Security.Cryptography/ref/System.Security.Cryptography.csproj @@ -16,5 +16,6 @@ + diff --git a/src/libraries/System.Xml.ReaderWriter/src/System.Xml.ReaderWriter.csproj b/src/libraries/System.Xml.ReaderWriter/src/System.Xml.ReaderWriter.csproj index 1990b06702f3cc..6fdf3cb26366a5 100644 --- a/src/libraries/System.Xml.ReaderWriter/src/System.Xml.ReaderWriter.csproj +++ b/src/libraries/System.Xml.ReaderWriter/src/System.Xml.ReaderWriter.csproj @@ -8,6 +8,7 @@ + diff --git a/src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj b/src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj index c27cf822df2f6f..e5ac6de5200214 100644 --- a/src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj +++ b/src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj @@ -8,6 +8,7 @@ + diff --git a/src/libraries/System.Xml.XmlSerializer/src/System.Xml.XmlSerializer.csproj b/src/libraries/System.Xml.XmlSerializer/src/System.Xml.XmlSerializer.csproj index 03254ed44344b1..fe49389b634755 100644 --- a/src/libraries/System.Xml.XmlSerializer/src/System.Xml.XmlSerializer.csproj +++ b/src/libraries/System.Xml.XmlSerializer/src/System.Xml.XmlSerializer.csproj @@ -7,6 +7,7 @@ +