From 3f676b67704e8b47a4c954b4fbe504e57d73e30a Mon Sep 17 00:00:00 2001 From: Tratcher Date: Fri, 22 Jan 2021 08:40:51 +0000 Subject: [PATCH] Sync shared code from runtime --- src/Shared/runtime/ReadMe.SharedCode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Shared/runtime/ReadMe.SharedCode.md b/src/Shared/runtime/ReadMe.SharedCode.md index 53cd1f406982..f09282deb458 100644 --- a/src/Shared/runtime/ReadMe.SharedCode.md +++ b/src/Shared/runtime/ReadMe.SharedCode.md @@ -24,7 +24,7 @@ dotnet/AspNetCore code paths: - `PS D:\github\runtime\src\libraries\System.Net.Http\tests\UnitTests> dotnet build /t:test` ## Building dotnet/AspNetCore code: -- https://github.com/dotnet/aspnetcore/blob/main/docs/BuildFromSource.md +- https://github.com/dotnet/AspNetCore/blob/main/docs/BuildFromSource.md - Run restore in the root once: `PS D:\github\AspNetCore> .\restore.cmd` - Activate to use the repo local runtime: `PS D:\github\AspNetCore> . .\activate.ps1` - Build the individual projects: