From cf959288a42a664a060a936584543e5c2ee87430 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Thu, 22 Apr 2021 12:40:51 +0200 Subject: [PATCH] Remove harvesting of M.E.DependencyModel (#51582) * 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 --- eng/Version.Details.xml | 2 +- eng/Versions.props | 2 +- .../pkg/Microsoft.Extensions.DependencyModel.pkgproj | 4 ++-- .../src/Microsoft.Extensions.DependencyModel.csproj | 9 ++------- 4 files changed, 6 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 439980d..ec141f5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -38,7 +38,7 @@ https://github.com/dotnet/arcade 1d951297eb7bdd29a31dff3149606152717ed6b4 - + https://github.com/dotnet/arcade 1d951297eb7bdd29a31dff3149606152717ed6b4 diff --git a/eng/Versions.props b/eng/Versions.props index 7e3534f..a982a45 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,7 +62,7 @@ 6.0.0-beta.21219.2 2.5.1-beta.21219.2 6.0.0-beta.21219.2 - 6.0.0-beta.21219.2 + 6.0.0-beta.21221.6 6.0.0-beta.21219.2 6.0.0-beta.21219.2 6.0.0-beta.21219.2 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 6d9d2b9..ba0c445 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,8 @@ 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 ce27427..500f16e 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 @@ - -- 2.7.4