From: Viktor Hofer Date: Tue, 4 Jun 2019 08:45:56 +0000 (+0200) Subject: Retarget RefContext and CompRegistration to NS2.1 X-Git-Tag: submit/tizen/20210909.063632~11031^2~1298 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ee36140a98ada30233fc1a47a7808a5758034a2b;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Retarget RefContext and CompRegistration to NS2.1 Commit migrated from https://github.com/dotnet/corefx/commit/97a07058b7cdb4f066fd81562102a44adbde5338 --- diff --git a/src/libraries/System.ComponentModel.Composition.Registration/pkg/System.ComponentModel.Composition.Registration.pkgproj b/src/libraries/System.ComponentModel.Composition.Registration/pkg/System.ComponentModel.Composition.Registration.pkgproj index 4bc86a918ec..c2f62c34223 100644 --- a/src/libraries/System.ComponentModel.Composition.Registration/pkg/System.ComponentModel.Composition.Registration.pkgproj +++ b/src/libraries/System.ComponentModel.Composition.Registration/pkg/System.ComponentModel.Composition.Registration.pkgproj @@ -2,7 +2,7 @@ - uap10.0.16299;netcoreapp2.0;net45;$(AllXamarinFrameworks) + netcoreapp3.0;net45;$(AllXamarinFrameworks) diff --git a/src/libraries/System.ComponentModel.Composition.Registration/ref/Configurations.props b/src/libraries/System.ComponentModel.Composition.Registration/ref/Configurations.props index 045fafbae1d..a6a73900791 100644 --- a/src/libraries/System.ComponentModel.Composition.Registration/ref/Configurations.props +++ b/src/libraries/System.ComponentModel.Composition.Registration/ref/Configurations.props @@ -1,8 +1,7 @@ - netstandard; - _netfx; + netstandard2.1; diff --git a/src/libraries/System.ComponentModel.Composition.Registration/ref/System.ComponentModel.Composition.Registration.csproj b/src/libraries/System.ComponentModel.Composition.Registration/ref/System.ComponentModel.Composition.Registration.csproj index c59595f8a98..10b4d4f0659 100644 --- a/src/libraries/System.ComponentModel.Composition.Registration/ref/System.ComponentModel.Composition.Registration.csproj +++ b/src/libraries/System.ComponentModel.Composition.Registration/ref/System.ComponentModel.Composition.Registration.csproj @@ -1,7 +1,7 @@  {6E0C5F44-0160-4082-A25C-2DB8EA7ED30D} - netstandard-Debug;netstandard-Release + netstandard2.1-Debug;netstandard2.1-Release diff --git a/src/libraries/System.ComponentModel.Composition.Registration/src/Configurations.props b/src/libraries/System.ComponentModel.Composition.Registration/src/Configurations.props index 4bc0dacc012..2beda103afa 100644 --- a/src/libraries/System.ComponentModel.Composition.Registration/src/Configurations.props +++ b/src/libraries/System.ComponentModel.Composition.Registration/src/Configurations.props @@ -1,12 +1,7 @@  - - netstandard; - - $(PackageConfigurations); - netcoreapp; - uap; + netstandard2.1; diff --git a/src/libraries/System.ComponentModel.Composition.Registration/src/System.ComponentModel.Composition.Registration.csproj b/src/libraries/System.ComponentModel.Composition.Registration/src/System.ComponentModel.Composition.Registration.csproj index cfbb9e8ad3f..6a7d50a3d1f 100644 --- a/src/libraries/System.ComponentModel.Composition.Registration/src/System.ComponentModel.Composition.Registration.csproj +++ b/src/libraries/System.ComponentModel.Composition.Registration/src/System.ComponentModel.Composition.Registration.csproj @@ -2,10 +2,9 @@ {E3663E26-6819-4997-B372-94454DB4D60E} System.ComponentModel.Composition.Registration - SR.PlatformNotSupported_ComponentModel_Composition_Registration - netcoreapp-Debug;netcoreapp-Release;netstandard-Debug;netstandard-Release;uap-Debug;uap-Release + netstandard2.1-Debug;netstandard2.1-Release - + @@ -35,13 +34,4 @@ - - - - - - - - - diff --git a/src/libraries/System.ComponentModel.Composition.Registration/tests/Configurations.props b/src/libraries/System.ComponentModel.Composition.Registration/tests/Configurations.props index 2b2323d4791..19236e72c58 100644 --- a/src/libraries/System.ComponentModel.Composition.Registration/tests/Configurations.props +++ b/src/libraries/System.ComponentModel.Composition.Registration/tests/Configurations.props @@ -2,7 +2,6 @@ netcoreapp; - uap; diff --git a/src/libraries/System.ComponentModel.Composition.Registration/tests/System.ComponentModel.Composition.Registration.Tests.csproj b/src/libraries/System.ComponentModel.Composition.Registration/tests/System.ComponentModel.Composition.Registration.Tests.csproj index c69113641cc..aba65046efa 100644 --- a/src/libraries/System.ComponentModel.Composition.Registration/tests/System.ComponentModel.Composition.Registration.Tests.csproj +++ b/src/libraries/System.ComponentModel.Composition.Registration/tests/System.ComponentModel.Composition.Registration.Tests.csproj @@ -1,8 +1,7 @@  - {0F8CFFA3-6E16-4642-82C1-289D95338D7C} - netcoreapp-Debug;netcoreapp-Release;uap-Debug;uap-Release + netcoreapp-Debug;netcoreapp-Release diff --git a/src/libraries/System.Reflection.Context/src/Configurations.props b/src/libraries/System.Reflection.Context/src/Configurations.props index 090e9478a0f..1cdc42d36b8 100644 --- a/src/libraries/System.Reflection.Context/src/Configurations.props +++ b/src/libraries/System.Reflection.Context/src/Configurations.props @@ -1,11 +1,9 @@  - netcoreapp; netstandard; netstandard1.1; - uap; - _netfx; + netstandard2.1; \ No newline at end of file diff --git a/src/libraries/System.Reflection.Context/src/System.Reflection.Context.csproj b/src/libraries/System.Reflection.Context/src/System.Reflection.Context.csproj index 2750203b720..5268e05d7a3 100644 --- a/src/libraries/System.Reflection.Context/src/System.Reflection.Context.csproj +++ b/src/libraries/System.Reflection.Context/src/System.Reflection.Context.csproj @@ -2,12 +2,10 @@ Library {404DB891-B5AF-41E6-B89D-29E3F4573C4F} - - SR.PlatformNotSupported_ReflectionContext - netcoreapp-Debug;netcoreapp-Release;netstandard-Debug;netstandard-Release;netstandard1.1-Debug;netstandard1.1-Release;uap-Debug;uap-Release + SR.PlatformNotSupported_ReflectionContext + netstandard2.1-Debug;netstandard2.1-Release;netstandard-Debug;netstandard-Release;netstandard1.1-Debug;netstandard1.1-Release - - + @@ -64,13 +62,9 @@ - + - - - - - \ No newline at end of file + diff --git a/src/libraries/System.Reflection.Context/tests/Configurations.props b/src/libraries/System.Reflection.Context/tests/Configurations.props index 1a037adc3e7..55d2de1d23f 100644 --- a/src/libraries/System.Reflection.Context/tests/Configurations.props +++ b/src/libraries/System.Reflection.Context/tests/Configurations.props @@ -2,7 +2,6 @@ netcoreapp; - netfx; \ No newline at end of file diff --git a/src/libraries/System.Reflection.Context/tests/System.Reflection.Context.Tests.csproj b/src/libraries/System.Reflection.Context/tests/System.Reflection.Context.Tests.csproj index c37a805ea18..d6674345ed2 100644 --- a/src/libraries/System.Reflection.Context/tests/System.Reflection.Context.Tests.csproj +++ b/src/libraries/System.Reflection.Context/tests/System.Reflection.Context.Tests.csproj @@ -1,7 +1,7 @@ {6183784D-CF12-476F-BA5F-CFAFF1EF1BE3} - netcoreapp-Debug;netcoreapp-Release;netfx-Debug;netfx-Release + netcoreapp-Debug;netcoreapp-Release