From 03f631099b997d6489ffea4880c747cd7933cb44 Mon Sep 17 00:00:00 2001 From: Marc Paine Date: Thu, 23 May 2024 13:52:53 -0700 Subject: [PATCH 1/2] Add link to the sdk installer table --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2bb1ff1da..806c5f9b0 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ ## Repository Consolidation -Going forward, the .NET SDK team is using the [dotnet/sdk](https://github.com/dotnet/sdk) repository for further development and respond to issues formerly in this repository. \ No newline at end of file +Going forward, the .NET SDK team is using the [dotnet/sdk](https://github.com/dotnet/sdk) repository for further development and respond to issues formerly in this repository. + +The installers-and-binaries table can be found in [there](https://github.com/dotnet/sdk/blob/main/documentation/package-table#table) as well. From d91c8cf132b70753032828c5310b89a17df6cfc5 Mon Sep 17 00:00:00 2001 From: Marc Paine Date: Fri, 24 May 2024 11:57:09 -0700 Subject: [PATCH 2/2] PR feedback Co-authored-by: Michael Yanni --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 806c5f9b0..32a46ea1c 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,4 @@ Going forward, the .NET SDK team is using the [dotnet/sdk](https://github.com/dotnet/sdk) repository for further development and respond to issues formerly in this repository. -The installers-and-binaries table can be found in [there](https://github.com/dotnet/sdk/blob/main/documentation/package-table#table) as well. +For finding the latest installers table and other installation information, see the [Installing the SDK](https://github.com/dotnet/sdk#installing-the-sdk) section in that repository's readme.