Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Perez Rodriguez <joperezr@microsoft.com>2020-08-14 02:54:32 +0300
committerGitHub <noreply@github.com>2020-08-14 02:54:32 +0300
commit1f36de113b13b899ab3448f885bc4dbb58abcf03 (patch)
tree3a87f60dfe855a2caf78082dc766c6d23cb334d9 /eng/packaging.props
parent8192a11d93c3fb3cc193a3f61eda53a109d2c279 (diff)
Supressing NETStandard.Library package dependency for NET461 dependency groups (#40733)
Diffstat (limited to 'eng/packaging.props')
-rw-r--r--eng/packaging.props3
1 files changed, 3 insertions, 0 deletions
diff --git a/eng/packaging.props b/eng/packaging.props
index 9db71c397b4..d723eddfea5 100644
--- a/eng/packaging.props
+++ b/eng/packaging.props
@@ -72,5 +72,8 @@
Include="$(PkgDir)useSharedDesignerContext.txt">
<SkipPackageFileCheck>true</SkipPackageFileCheck>
</File>
+
+ <!-- Make sure that NETStandard.Library package never gets added as a dependency for .NET 4.6.1 -->
+ <SuppressMetaPackage Include="NETStandard.Library" TargetFramework="net461" />
</ItemGroup>
</Project>