Skip to content

Commit a2a1c1e

Browse files
committed
Various edits and rewordings to README.md
1 parent ee8fee2 commit a2a1c1e

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# .NET Home
22

33
The dotnet repository is the starting point to engage in and learn about .NET
4-
open source projects from Microsoft and part of the .NET Foundation. You can
4+
open source projects from Microsoft and the .NET Foundation. You can
55
read the more detailed [Introduction to .NET Open Source](http://blogs.msdn.com/dotnet)
66
on the .NET blog.
77

88
## License
99

10-
All .NET open source projects are licensed under either the [MIT](LICENSE) or
10+
These .NET open source projects typically use either the [MIT](LICENSE) or
1111
[Apache 2](http://www.apache.org/licenses/LICENSE-2.0) licenses for code. Some
1212
projects license documentation and other forms of content under
1313
[Creative Commons Attribution 4.0](http://creativecommons.org/licenses/by/4.0/).
@@ -17,16 +17,14 @@ See specific projects to understand the license used.
1717

1818
All projects have been contributed to the [.NET Foundation](http://www.dotnetfoundation.org/projects). There are two main .NET Foundation projects for Microsoft open source projects:
1919
[ASP.NET Core 5 project](http://www.dotnetfoundation.org/prjaspnetvnext.aspx)
20-
and the [.NET Core 5 project](http://www.dotnetfoundation.org/prjaspnetvnext.aspx).
20+
and the [.NET Core 5 project](https://github.com/microsoft/dotnet-corefx).
2121

2222
## How to Engage, Contribute and Provide Feedback
2323

2424
All projects (gladly) accept PRs and other contributions. To contribute to
2525
ASP.NET 5 or EntityFramework, see [the ASP.NET Contributing Guide](https://github.com/aspnet/Home/blob/master/CONTRIBUTING.md). To contribute to .NET Core 5, see the [.NET Core Contributing Guide](CONTRIBUTING.md).
2626

27-
You are also encouraged to start a discussion by filing an issue or creating a
28-
gist. See the contributing guides for more details. You can discuss .NET OSS
29-
more generally in the [.NET Foundation forums](http://www.dotnetfoundation.org/).
27+
You are also encouraged to start a discussion by posting on the [.NET Foundation Forums](http://forums.dotnetfoundation.org/) or filing an issue in the corresponding GitHub project. See the contributing guides for more details.
3028

3129
## Finding .NET Open Source Projects
3230

@@ -38,7 +36,7 @@ CodePlex:
3836
* [.NET Core 5](https://github.com/Microsoft/dotnet-corefx)
3937
* [.NET Compiler Platform ("Roslyn")](https://roslyn.codeplex.com)
4038

41-
Each one of these projects maps to one or more [.NET NuGet package](http://blogs.msdn.com/b/dotnet/p/nugetpackages.aspx)
39+
Each one of these projects maps to one or more [.NET NuGet packages](http://blogs.msdn.com/b/dotnet/p/nugetpackages.aspx)
4240
that are published on [NuGet.org](http://nuget.org/).
4341

4442
They are also many great open source .NET community projects, such as:
@@ -52,9 +50,9 @@ They are also many great open source .NET community projects, such as:
5250

5351
## Understanding the Relationship between .NET Core and the .NET Framework
5452

55-
.NET Core and the .NET Framework (for the most part) have a subset-superset relationship. .NET Core is named as "Core" since it contains the core features from the .NET Framework, for both the runtime and framework libraries. For example, .NET Core and the .NET Framework share the GC, the JIT and types such as String and List<T>. We'll continue improving these components for both .NET Core and .NET Framework.
53+
.NET Core and the .NET Framework have (for the most part) a subset-superset relationship. .NET Core is named "Core" since we couldn't think of a better name and because it contains the core features from the .NET Framework, for both the runtime and framework libraries. For example, .NET Core and the .NET Framework share the GC, the JIT and types such as String and List<T>. We'll continue improving these components for both .NET Core and .NET Framework.
5654

57-
.NET Core was created so that .NET could be open source, cross platform and be used in more resource-constrained environments. We have also published [.NET Reference Source](http://sourceof.net), so that you and the community can port additional .NET Framework features to .NET Core.
55+
.NET Core was created so that .NET could be open source, cross platform and be used in more resource-constrained environments. We have also published [.NET Reference Source](http://sourceof.net) under the MIT license, so that you and the community can port additional .NET Framework features to .NET Core.
5856

5957
## Understanding the Relationship between .NET Core and Mono
6058

@@ -67,4 +65,4 @@ An important collaboration opportunity is making .NET Core NuGet packages (produ
6765
ASP.NET Core 5 is a new cross-platform version of ASP.NET that is designed for
6866
the cloud, and runs on Windows, Linux and Mac. It uses the .NET Core 5 runtime and framework for running on Windows. It currently uses Mono for Linux and Mac support but will move to .NET Core 5 for those platforms when they are supported.
6967

70-
[ASP.NET Core 5](https://github.com/aspnet/home) and [.NET Core 5 libraries](https://github.com/Microsoft/dotnet-corefx) are open source on GitHub. At present, only a few libraries are available on GitHub. The rest of the libraries, including the base runtime, will be added in the coming months.
68+
[ASP.NET Core 5](https://github.com/aspnet/home) and [.NET Core 5 libraries](https://github.com/Microsoft/dotnet-corefx) are open source on GitHub. At present, only a few libraries are available on GitHub. The rest of the libraries, including the base runtime, will be added in the coming months.

0 commit comments

Comments
 (0)