From b028b51e3df7b7bbc78a65d0e1a385c6d81b6325 Mon Sep 17 00:00:00 2001 From: Erhan Atesoglu <47518605+eanova@users.noreply.github.com> Date: Sat, 14 Dec 2019 21:17:56 -0800 Subject: [PATCH] Update ReadMe.SharedCode.md (#17889) This commit reflects the changes made to the runtime libraries version. --- src/Shared/test/Shared.Tests/Http2/ReadMe.SharedCode.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/Shared/test/Shared.Tests/Http2/ReadMe.SharedCode.md b/src/Shared/test/Shared.Tests/Http2/ReadMe.SharedCode.md index e023a0930fa..8cb8d8d2ab5 100644 --- a/src/Shared/test/Shared.Tests/Http2/ReadMe.SharedCode.md +++ b/src/Shared/test/Shared.Tests/Http2/ReadMe.SharedCode.md @@ -1,3 +1,5 @@ -The code in this directory is shared between CoreFx and AspNetCore. This contains tests for HTTP/2 protocol infrastructure such as HPACK. Any changes to this dir need to be checked into both repositories. +The code in this directory is shared between the runtime libraries and AspNetCore. This contains tests for HTTP/2 protocol infrastructure such as HPACK. Any changes to this dir need to be checked into both repositories. -See corefx\src\Common\src\System\Net\Http\Http2\ReadMe.SharedCode.md or AspNetCore\src\Shared\Http2\ReadMe.SharedCode.md for additional details. \ No newline at end of file +For additional details see: +- runtime/src/libraries/Common/src/System/Net/Http/Http2/ReadMe.SharedCode.md +- AspNetCore/src/Shared/Http2/ReadMe.SharedCode.md -- GitLab