Skip to content

Commit 5672382

Browse files
committed
Name change ASP.NET 5 --> ASP.NET Core
1 parent 04c8135 commit 5672382

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,13 @@ Please start a discussion on the [Home repo issue tracker](https://github.com/as
1111
For non-security related bugs please log a new issue in the appropriate GitHub repo. Here are some of the most common repos:
1212

1313
* [DependencyInjection](https://github.com/aspnet/DependencyInjection)
14+
* [Docs](https://github.com/aspnet/Docs)
1415
* [EntityFramework](https://github.com/aspnet/EntityFramework)
1516
* [Identity](https://github.com/aspnet/Identity)
16-
* [DNX](https://github.com/aspnet/dnx)
1717
* [MVC](https://github.com/aspnet/Mvc)
18-
* [SignalR-Server](https://github.com/aspnet/SignalR-Server)
18+
* [Razor](https://github.com/aspnet/Razor)
19+
* [Templates](https://github.com/aspnet/Templates)
20+
* [Tooling](https://github.com/aspnet/Tooling)
1921

2022
Or browse the full list of repos in the [aspnet](https://github.com/aspnet/) organization.
2123

@@ -25,9 +27,9 @@ Security issues and bugs should be reported privately, via email, to the Microso
2527
## Other discussions
2628
Our team members also monitor several other discussion forums:
2729

28-
* [ASP.NET 5 forum](https://forums.asp.net/1255.aspx/1?ASP+NET+5)
29-
* [StackOverflow](https://stackoverflow.com/questions/tagged/asp.net-5) with the `asp.net-5` or `entity-framework-7` tag
30-
* [JabbR chat room](https://jabbr.net/#/rooms/aspnetvnext) for real-time discussions with the community and the people who work on the project
30+
* [ASP.NET Core forum](https://forums.asp.net/1255.aspx/1?ASP+NET+5)
31+
* [StackOverflow](https://stackoverflow.com/) with the [`asp.net-core`](https://stackoverflow.com/questions/tagged/asp.net-core), [`asp.net-core-mvc`](https://stackoverflow.com/questions/tagged/asp.net-core-mvc), or [`entity-framework-core`](https://stackoverflow.com/questions/tagged/entity-framework-core) tags.
32+
* [JabbR chat room](https://jabbr.net/#/rooms/AspNetCore) for real-time discussions with the community and the people who work on the project
3133

3234

3335
## Filing issues

0 commit comments

Comments
 (0)