From 10f1cf65f1644ce24cba6d4fef324a0acba1f4c8 Mon Sep 17 00:00:00 2001 From: Jose Perez Rodriguez Date: Tue, 5 Feb 2019 16:18:14 -0800 Subject: [PATCH] Adding readme to source package and changing the nested file path. (dotnet/corefx#35089) * Adding readme to source package and changing the nested file path. * Address feedback and add README.md to None * Adding new class to descriptions.json Commit migrated from https://github.com/dotnet/corefx/commit/92eda9e19a886cbf7f8c7e97680df42a3ca1a2be --- src/libraries/System.Text.Json/Directory.Build.props | 4 ++++ .../pkg/Microsoft.Bcl.Json.Sources.pkgproj | 2 ++ .../System.Text.Json/src/System.Text.Json.csproj | 12 +++++++++--- src/libraries/pkg/descriptions.json | 3 ++- 4 files changed, 17 insertions(+), 4 deletions(-) diff --git a/src/libraries/System.Text.Json/Directory.Build.props b/src/libraries/System.Text.Json/Directory.Build.props index efdc2a5d029..8c36c9f7347 100644 --- a/src/libraries/System.Text.Json/Directory.Build.props +++ b/src/libraries/System.Text.Json/Directory.Build.props @@ -6,5 +6,9 @@ Open true true + + + <_sourcePackageName>Microsoft.Bcl.Json.Sources + <_packagePathToSources>contentFiles/cs/netstandard2.0/$(_sourcePackageName) diff --git a/src/libraries/System.Text.Json/pkg/Microsoft.Bcl.Json.Sources.pkgproj b/src/libraries/System.Text.Json/pkg/Microsoft.Bcl.Json.Sources.pkgproj index 31a52411784..e86f20ac4ad 100644 --- a/src/libraries/System.Text.Json/pkg/Microsoft.Bcl.Json.Sources.pkgproj +++ b/src/libraries/System.Text.Json/pkg/Microsoft.Bcl.Json.Sources.pkgproj @@ -6,6 +6,8 @@ true + + true