Skip to content

Commit 444b478

Browse files
author
Immo Landwerth
committed
Add line breaks to README.md
Without some line breaks it's virtually impossible to review the diffs in any of the standard tools.
1 parent ed5ca21 commit 444b478

File tree

1 file changed

+35
-8
lines changed

1 file changed

+35
-8
lines changed

README.md

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

3-
The dotnet repository is the starting point to engage in and learn about .NET open source projects from Microsoft and part of the .NET Foundation. You can read the more detailed [Introduction to .NET Open Source](http://blogs.msdn.com/dotnet) on the .NET blog.
3+
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
5+
read the more detailed [Introduction to .NET Open Source](http://blogs.msdn.com/dotnet)
6+
on the .NET blog.
47

58
## License
69

7-
All .NET open source projects are licensed under either the [MIT](LICENSE) or [Apache 2](http://www.apache.org/licenses/LICENSE-2.0) licenses for code. Some projects license documentation and other forms of content under [Creative Commons Attribution 4.0](http://creativecommons.org/licenses/by/4.0/). See specific projects to understand the license used.
10+
All .NET open source projects are licensed under either the [MIT](LICENSE) or
11+
[Apache 2](http://www.apache.org/licenses/LICENSE-2.0) licenses for code. Some
12+
projects license documentation and other forms of content under
13+
[Creative Commons Attribution 4.0](http://creativecommons.org/licenses/by/4.0/).
14+
See specific projects to understand the license used.
815

916
## .NET Foundation
1017

11-
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: [ASP.NET Core 5 project](http://www.dotnetfoundation.org/prjaspnetvnext.aspx) and the [.NET Core 5 project](http://www.dotnetfoundation.org/prjaspnetvnext.aspx).
18+
All projects have been contributed to the [.NET Foundation](http://www.dotnetfoundation.org/projects).
19+
There are two main .NET Foundation projects for Microsoft open source projects:
20+
[ASP.NET Core 5 project](http://www.dotnetfoundation.org/prjaspnetvnext.aspx)
21+
and the [.NET Core 5 project](http://www.dotnetfoundation.org/prjaspnetvnext.aspx).
1222

1323
## How to Engage, Contribute and Provide Feedback
1424

15-
All projects (gladly) accept PRs and other contributions. To contribute to 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).
25+
All projects (gladly) accept PRs and other contributions. To contribute to
26+
ASP.NET 5 or EntityFramework, see [the ASP.NET Contributing Guide](https://github.com/aspnet/Home/blob/master/CONTRIBUTING.md).
27+
To contribute to .NET Core 5, see the [.NET Core Contributing Guide](CONTRIBUTING.md).
1628

17-
You are also encouraged to start a discussion by filing an issue or creating a gist. See the contributing guides for more details. You can discuss .NET OSS more generally in the [.NET Foundation forums](http://www.dotnetfoundation.org/).
29+
You are also encouraged to start a discussion by filing an issue or creating a
30+
gist. See the contributing guides for more details. You can discuss .NET OSS
31+
more generally in the [.NET Foundation forums](http://www.dotnetfoundation.org/).
1832

1933
## Finding .NET Projects from Microsoft on GitHub
2034

21-
There are several open source .NET projects from Microsoft on GitHub, including [ASP.NET 5](https://github.com/aspnet/home), [Entity Framework](https://github.com/aspnet/EntityFramework) and .NET Core 5. Each one of these projects maps to one or more [.NET NuGet package](http://blogs.msdn.com/b/dotnet/p/nugetpackages.aspx) that are published on [NuGet.org](http://nuget.org/). They are also many great open source .NET community projects on GitHub and Codeplex, including the [Mono Project](https://github.com/mono/).
35+
There are several open source .NET projects from Microsoft on GitHub, including
36+
[ASP.NET 5](https://github.com/aspnet/home), [EntityFramework](https://github.com/aspnet/EntityFramework)
37+
and [.NET Core 5](https://github.com/Microsoft/dotnet-corefx). Each one of these
38+
projects maps to one or more [.NET NuGet package](http://blogs.msdn.com/b/dotnet/p/nugetpackages.aspx)
39+
that are published on [NuGet.org](http://nuget.org/). They are also many great
40+
open source .NET community projects on GitHub and Codeplex, including the
41+
[Mono Project](https://github.com/mono/).
2242

2343
## Learning about ASP.NET Core 5 and .NET Core 5
24-
25-
ASP.NET Core 5 is a new cross-platform version of ASP.NET that is designed for the cloud. It uses the .NET Core 5 runtime and framework, which runs on Windows, Linux and Mac. [ASP.NET Core 5](https://github.com/aspnet/home) and [.NET Core 5 libraries](https://github.com/Microsoft?query=dotnet) are open source on GitHub. At present, only a few [.NET Core 5 libraries](https://github.com/Microsoft?query=dotnet) (ex: [SIMD](http://github.com/microsoft/dotnet-simd)) have been posted on GitHub. The rest of the libraries including the base runtime will be added in the coming months.
44+
45+
ASP.NET Core 5 is a new cross-platform version of ASP.NET that is designed for
46+
the cloud. It uses the .NET Core 5 runtime and framework, which runs on Windows,
47+
Linux and Mac. [ASP.NET Core 5](https://github.com/aspnet/home) and
48+
[.NET Core 5 libraries](https://github.com/Microsoft?query=dotnet) are open
49+
source on GitHub. At present, only a few [.NET Core 5 libraries](https://github.com/Microsoft?query=dotnet)
50+
(ex: [SIMD](http://github.com/microsoft/dotnet-simd)) have been posted on
51+
GitHub. The rest of the libraries including the base runtime will be added in
52+
the coming months.

0 commit comments

Comments
 (0)