Update ReadMe.SharedCode.md (#17889)
This commit reflects the changes made to the runtime libraries version.
This commit is contained in:
parent
7842b96d9a
commit
b028b51e3d
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue