diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bb05e74b15..d8aa7936d8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -28,8 +28,7 @@ Security issues and bugs should be reported privately, via email, to the Microso Our team members also monitor several other discussion forums: * [ASP.NET Core forum](https://forums.asp.net/1255.aspx/1?ASP+NET+5) -* [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. -* [JabbR chat room](https://jabbr.net/#/rooms/AspNetCore) for real-time discussions with the community and the people who work on the project +* [Stack Overflow](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. ## Filing issues diff --git a/README.md b/README.md index fb43381ade..01dddd733b 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ ASP.NET Core is a new open-source and cross-platform framework for building mode ASP.NET Core 1.1 is now available! See the [release notes](https://github.com/aspnet/Home/releases/tag/1.1.0) for further details. -ASP.NET Core 2.0 Preview 2 is now available! See the [release notes](https://github.com/aspnet/Home/releases/tag/2.0.0-preview2) for further details and check our [releases](https://github.com/aspnet/home/releases) for the latest patch release. +ASP.NET Core 2.0 is now available! See the [release notes](https://github.com/aspnet/Home/releases/tag/2.0.0) for further details and check our [releases](https://github.com/aspnet/home/releases) for the latest patch release. ## Get Started @@ -57,7 +57,7 @@ These are some of the most common repos: * [DependencyInjection](https://github.com/aspnet/DependencyInjection) - basic dependency injection infrastructure and default implementation * [Docs](https://github.com/aspnet/Docs) - documentation sources for https://docs.microsoft.com/en-us/aspnet/core/ -* [EntityFramework](https://github.com/aspnet/EntityFramework) - data access technology +* [EntityFrameworkCore](https://github.com/aspnet/EntityFrameworkCore) - data access technology * [Identity](https://github.com/aspnet/Identity) - users and membership system * [MVC](https://github.com/aspnet/Mvc) - MVC framework for web apps and services * [Razor](https://github.com/aspnet/Razor) - template language and syntax for CSHTML files @@ -69,12 +69,6 @@ These are some of the most common repos: See the [NuGet feeds](https://github.com/aspnet/Home/wiki/NuGet-feeds) wiki page. -## Build tools - -This project produces builds using JetBrains TeamCity. - - - # Feedback Check out the [contributing](CONTRIBUTING.md) page to see the best places to log issues and start discussions.