diff --git a/src/libraries/apicompat/ApiCompatBaseline.NetCoreAppLatestStable.xml b/src/libraries/apicompat/ApiCompatBaseline.NetCoreAppLatestStable.xml index 047e1d5d11e07e..8f7e2664715b27 100644 --- a/src/libraries/apicompat/ApiCompatBaseline.NetCoreAppLatestStable.xml +++ b/src/libraries/apicompat/ApiCompatBaseline.NetCoreAppLatestStable.xml @@ -1,6 +1,12 @@  + + CP0003 + System.Net.ServicePoint, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + net8.0/System.Net.ServicePoint.dll + net9.0/System.Net.ServicePoint.dll + CP0014 M:System.GC.RefreshMemoryLimit:[T:System.Runtime.Versioning.RequiresPreviewFeaturesAttribute] diff --git a/src/libraries/shims/System.Net.ServicePoint/System.Net.ServicePoint.cs b/src/libraries/shims/System.Net.ServicePoint/src/System.Net.ServicePoint.cs similarity index 100% rename from src/libraries/shims/System.Net.ServicePoint/System.Net.ServicePoint.cs rename to src/libraries/shims/System.Net.ServicePoint/src/System.Net.ServicePoint.cs diff --git a/src/libraries/shims/System.Net.ServicePoint/System.Net.ServicePoint.csproj b/src/libraries/shims/System.Net.ServicePoint/src/System.Net.ServicePoint.csproj similarity index 73% rename from src/libraries/shims/System.Net.ServicePoint/System.Net.ServicePoint.csproj rename to src/libraries/shims/System.Net.ServicePoint/src/System.Net.ServicePoint.csproj index 3e1468ba40ea66..fd12e3dc33864c 100644 --- a/src/libraries/shims/System.Net.ServicePoint/System.Net.ServicePoint.csproj +++ b/src/libraries/shims/System.Net.ServicePoint/src/System.Net.ServicePoint.csproj @@ -6,6 +6,7 @@ +