Update ReadMe.SharedCode.md (#17889)

This commit reflects the changes made to the runtime libraries version.
This commit is contained in:
Erhan Atesoglu 2019-12-14 21:17:56 -08:00 committed by Chris Ross
parent 7842b96d9a
commit b028b51e3d
1 changed files with 4 additions and 2 deletions

View File

@ -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.
For additional details see:
- runtime/src/libraries/Common/src/System/Net/Http/Http2/ReadMe.SharedCode.md
- AspNetCore/src/Shared/Http2/ReadMe.SharedCode.md