Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/core.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Paine <marcpop@microsoft.com>2020-08-21 03:12:23 +0300
committerGitHub <noreply@github.com>2020-08-21 03:12:23 +0300
commitcf54951f3e320fa2871077b6c72b57c940093c3b (patch)
tree7e5705bacd745c219d0b5b9ebf48347ebfb6a40a /Documentation
parent033814807f9e84dc0b5440df5043088ace106a5c (diff)
Update core-repos.md (#5047)
Added the installer repo Switched microsoft/msbuild to dotnet/msbuild
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/core-repos.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/core-repos.md b/Documentation/core-repos.md
index 67224ec5..e149e862 100644
--- a/Documentation/core-repos.md
+++ b/Documentation/core-repos.md
@@ -12,6 +12,7 @@
|[dotnet/dotnet-api-docs](https://github.com/dotnet/dotnet-api-docs) |.NET API documentation|
|[dotnet/project-system](https://github.com/dotnet/project-system) |Visual Studio project system for C#, F#, & VB|
|[dotnet/sdk](https://github.com/dotnet/sdk) |.NET Core SDK (used by Visual Studio & .NET Core CLI)|
+|[dotnet/installer](https://github.com/dotnet/installer) |.NET Core installer (produces zips, tarballs, and installers for the .NET SDK)
|[dotnet/extensions](https://github.com/dotnet/extensions) |.NET extension APIs (DI, logging, configuration, etc.)|
|[dotnet/dotnet-docker](https://github.com/dotnet/dotnet-docker) |.NET Core Docker images|
|[dotnet/templating](https://github.com/dotnet/templating) |Templating engine used by `dotnet new`|
@@ -47,7 +48,7 @@
|Repository |Description |
|---------------------------------------------------------|---------------------------------------|
-|[microsoft/msbuild](https://github.com/microsoft/msbuild)|Build platform for .NET & Visual Studio|
+|[dotnet/msbuild](https://github.com/dotnet/msbuild) |Build platform for .NET & Visual Studio|
## Entity Framework and data access