Add a target for netstandard2.0 (dotnet/core-setup#4586)
authorEric Erhardt <eric.erhardt@microsoft.com>
Thu, 20 Sep 2018 16:45:29 +0000 (11:45 -0500)
committerGitHub <noreply@github.com>
Thu, 20 Sep 2018 16:45:29 +0000 (11:45 -0500)
commit59c298c4a73bfad1a6acc06d395d007c27310e77
treebf009891aa276c9e56074310f44b701207345566
parent04d14d27eb5b32ae6329d25468871ea2ad5ecb8e
Add a target for netstandard2.0 (dotnet/core-setup#4586)

* Add a target for netstandard2.0

Adding netstandard2.0 TFMs to the PlatformAbstractions and DependencyModel libraries so we don't force users to bring down unnecessary dependencies.

Fix dotnet/core-setup#3680

* Add a comment explaining the Newtonsoft.Json versioning reasoning.

Commit migrated from https://github.com/dotnet/core-setup/commit/2c99636fa3b1d38c773a18b8d325c865c1804629
src/installer/managed/CommonManaged.props
src/installer/managed/Microsoft.DotNet.PlatformAbstractions/Microsoft.DotNet.PlatformAbstractions.csproj
src/installer/managed/Microsoft.Extensions.DependencyModel/Microsoft.Extensions.DependencyModel.csproj
src/installer/test/Microsoft.Extensions.DependencyModel.Tests/Microsoft.Extensions.DependencyModel.Tests.csproj