From 41e5f1767d0587716a9a0834ae9b6e3792766a53 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Tue, 20 Apr 2021 22:52:52 +0200 Subject: [PATCH 1/4] Remove harvesting of M.E.DependencyModel The netstandard1.6 configuration of Microsoft.Extensions.DependencyModel isn't built anymore. Instead the already built matching binary from the latest available package version is redistributed when packaging the DependencyModel library. Also dropping the netstandard1.3 asset and the net451 one as the minimum supported set of platforms are ones that support netstandard2.0. In addition to the harvesting removal, cleaning up the src project which had an unnecessary condition and property set. Contributes to https://github.com/dotnet/runtime/issues/47530 --- .../Microsoft.Extensions.DependencyModel.pkgproj | 14 ++++++++++++-- .../Microsoft.Extensions.DependencyModel.csproj | 9 ++------- 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/src/libraries/Microsoft.Extensions.DependencyModel/pkg/Microsoft.Extensions.DependencyModel.pkgproj b/src/libraries/Microsoft.Extensions.DependencyModel/pkg/Microsoft.Extensions.DependencyModel.pkgproj index 6d9d2b9a687977..65d063dfb8afaf 100644 --- a/src/libraries/Microsoft.Extensions.DependencyModel/pkg/Microsoft.Extensions.DependencyModel.pkgproj +++ b/src/libraries/Microsoft.Extensions.DependencyModel/pkg/Microsoft.Extensions.DependencyModel.pkgproj @@ -4,8 +4,18 @@ net461;netcoreapp2.0;uap10.0.16299;$(AllXamarinFrameworks) - - + + + + + + + + + + + diff --git a/src/libraries/Microsoft.Extensions.DependencyModel/src/Microsoft.Extensions.DependencyModel.csproj b/src/libraries/Microsoft.Extensions.DependencyModel/src/Microsoft.Extensions.DependencyModel.csproj index ce27427b2ca9ce..500f16e87b06c1 100644 --- a/src/libraries/Microsoft.Extensions.DependencyModel/src/Microsoft.Extensions.DependencyModel.csproj +++ b/src/libraries/Microsoft.Extensions.DependencyModel/src/Microsoft.Extensions.DependencyModel.csproj @@ -3,10 +3,6 @@ netstandard2.0;net461 true - - - $(NuGetPackageRoot)\microsoft.targetingpack.netframework.v4.6.1\1.0.1\lib\net461\;$(AssemblySearchPaths) - - + - + @@ -29,5 +25,4 @@ - From d3acf2fb8984041aab715549c9422c8bd02c63ba Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Thu, 22 Apr 2021 00:27:09 +0200 Subject: [PATCH 2/4] Update Versions.props --- eng/Versions.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/Versions.props b/eng/Versions.props index b23a6f1d9017df..f00fe33ab4e28d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,7 +62,7 @@ 6.0.0-beta.21216.2 2.5.1-beta.21216.2 6.0.0-beta.21216.2 - 6.0.0-beta.21216.2 + 6.0.0-beta.21221.6 6.0.0-beta.21216.2 6.0.0-beta.21216.2 6.0.0-beta.21216.2 From 01cb7f84941486f537ca0634621375a3657f93eb Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Thu, 22 Apr 2021 00:27:24 +0200 Subject: [PATCH 3/4] Update Version.Details.xml --- eng/Version.Details.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b4147135161c77..6e0f7b1f6f14b4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -38,7 +38,7 @@ https://github.com/dotnet/arcade 53fe29e220fc0db05eafd5c6bc6c8fb9ee7cec7c - + https://github.com/dotnet/arcade 53fe29e220fc0db05eafd5c6bc6c8fb9ee7cec7c From d9bb3f8694437114f6c39ee36e728a36c1925272 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Thu, 22 Apr 2021 00:29:05 +0200 Subject: [PATCH 4/4] Update Microsoft.Extensions.DependencyModel.pkgproj --- .../Microsoft.Extensions.DependencyModel.pkgproj | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/src/libraries/Microsoft.Extensions.DependencyModel/pkg/Microsoft.Extensions.DependencyModel.pkgproj b/src/libraries/Microsoft.Extensions.DependencyModel/pkg/Microsoft.Extensions.DependencyModel.pkgproj index 65d063dfb8afaf..ba0c44534e47a2 100644 --- a/src/libraries/Microsoft.Extensions.DependencyModel/pkg/Microsoft.Extensions.DependencyModel.pkgproj +++ b/src/libraries/Microsoft.Extensions.DependencyModel/pkg/Microsoft.Extensions.DependencyModel.pkgproj @@ -4,18 +4,8 @@ net461;netcoreapp2.0;uap10.0.16299;$(AllXamarinFrameworks) + + - - - - - - - - - - -