You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
One of the easiest ways to contribute is to participate in discussions on GitHub issues. You can also contribute by submitting pull requests with code changes.
4
4
5
5
## General feedback and discussions?
6
-
Please start a discussion on the [repo issue tracker](https://github.com/aspnet/Extensions/issues).
6
+
Please start a discussion on the [repo issue tracker](https://github.com/dotnet/extensions/issues).
7
7
8
8
## Reporting security issues and bugs
9
9
Security issues and bugs should be reported privately, via email, to the Microsoft Security Response Center (MSRC) [email protected]. You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Further information, including the MSRC PGP key, can be found in the [Security TechCenter](https://technet.microsoft.com/en-us/security/ff852094.aspx).
@@ -19,7 +19,7 @@ If you would like to contribute to one of our repositories, first identify the s
19
19
20
20
You will need to sign a [Contributor License Agreement](https://cla.dotnetfoundation.org/) when submitting your pull request. To complete the Contributor License Agreement (CLA), you will need to follow the instructions provided by the CLA bot when you send the pull request. This needs to only be done once for any .NET Foundation OSS project.
21
21
22
-
If you don't know what a pull request is read this article: https://help.github.com/articles/using-pull-requests. Make sure the respository can build and all tests pass. Familiarize yourself with the project workflow and our coding conventions. The coding, style, and general engineering guidelines are published on the [Engineering guidelines](https://github.com/aspnet/AspNetCore/wiki/Engineering-guidelines) page.
22
+
If you don't know what a pull request is read this article: https://help.github.com/articles/using-pull-requests. Make sure the respository can build and all tests pass. Familiarize yourself with the project workflow and our coding conventions. The coding, style, and general engineering guidelines are published on the [Engineering guidelines](https://github.com/dotnet/aspnetcore/wiki/Engineering-guidelines) page.
.NET Extensions is an open-source, cross-platform set of APIs for commonly used programming patterns and utilities, such as dependency injection, logging, and app configuration. Most of the API in this project is meant to work on many .NET platforms, such as .NET Core, .NET Framework, Xamarin, and others. While commonly used in ASP.NET Core applications, these APIs are not coupled to the ASP.NET Core application model. They can be used in console apps, WinForms and WPF, and others.
7
7
@@ -28,8 +28,8 @@ Security issues and bugs should be reported privately, via email, to the Microso
28
28
These are some other repos for related projects:
29
29
30
30
*[.NET Core](https://github.com/dotnet/core) - a cross-platform, open-source .NET platform
31
-
*[ASP.NET Core](https://github.com/aspnet/AspNetCore) - a .NET Core framework for building web apps
32
-
*[Entity Framework Core](https://github.com/aspnet/EntityFrameworkCore) - data access technology
31
+
*[ASP.NET Core](https://github.com/dotnet/aspnetcore) - a .NET Core framework for building web apps
32
+
*[Entity Framework Core](https://github.com/dotnet/efcore) - data access technology
0 commit comments