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: Documentation/building/unix-instructions.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ There is one caveat: you must set the LANG in your shell to something other than
77
77
```sh
78
78
export LANG=en_US.UTF-8
79
79
```
80
-
Otherwise you may get errors like `PackagingException: File not found: '/home/dan/git/corefx/LICENSE.TXT'`. More info in [this issue](https://github.com/dotnet/corefx/issues/38608). It is possible this may occur on other distros, if LANG is set as above.
80
+
Otherwise you may get errors like `PackagingException: File not found: '/home/dan/git/corefx/LICENSE'`. More info in [this issue](https://github.com/dotnet/corefx/issues/38608). It is possible this may occur on other distros, if LANG is set as above.
81
81
82
82
We have not tested on WSL2 yet. If you try it out, we'd welcome an update.
Copy file name to clipboardexpand all lines: README.md
+4-12
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,6 @@ This repo contains the library implementation (called "CoreFX") for .NET Core. I
6
6
The corresponding [.NET Core Runtime repo](https://github.com/dotnet/coreclr) (called "CoreCLR") contains the runtime implementation for .NET Core. It includes RyuJIT, the .NET GC, and many other components.
7
7
Runtime-specific library code ([System.Private.CoreLib](https://github.com/dotnet/coreclr/tree/master/src/System.Private.CoreLib)) lives in the CoreCLR repo. It needs to be built and versioned in tandem with the runtime. The rest of CoreFX is agnostic of runtime-implementation and can be run on any compatible .NET runtime (e.g. [CoreRT](https://github.com/dotnet/corert)).
8
8
9
-
10
-
11
9
## .NET Core
12
10
13
11
Official Starting Page: https://dotnet.microsoft.com/
@@ -21,8 +19,6 @@ Official Starting Page: https://dotnet.microsoft.com/
*[Bringing more APIs to .NET Core](https://github.com/dotnet/corefx/blob/master/Documentation/project-docs/porting.md) (and why some APIs will be left out)
23
21
24
-
25
-
26
22
## How to Engage, Contribute and Provide Feedback
27
23
28
24
Some of the best ways to contribute are to try things out, file bugs, join in design conversations, and fix issues.
@@ -66,12 +62,6 @@ Security issues and bugs should be reported privately, via email, to the Microso
66
62
67
63
Also see info about related [Microsoft .NET Core and ASP.NET Core Bug Bounty Program](https://www.microsoft.com/msrc/bounty-dot-net-core).
68
64
69
-
## License
70
-
71
-
.NET Core (including the corefx repo) is licensed under the [MIT license](LICENSE.TXT).
72
-
73
-
74
-
75
65
## .NET Foundation
76
66
77
67
.NET Core is a [.NET Foundation](https://www.dotnetfoundation.org/projects) project.
@@ -81,8 +71,6 @@ There are many .NET related projects on GitHub.
81
71
-[.NET home repo](https://github.com/Microsoft/dotnet) - links to 100s of .NET projects, from Microsoft and the community.
82
72
-[ASP.NET Core home](https://github.com/aspnet/home) - the best place to start learning about ASP.NET Core.
83
73
84
-
85
-
86
74
## CoreFX Project
87
75
88
76
### Daily Builds
@@ -92,3 +80,7 @@ The latest version number of each library can be seen in that feed.
92
80
Currently, there is no website to visualize the contents of the feed, so in order to do so, you have to use a NuGet feed explorer, like Visual Studio.
93
81
94
82
Note: See officially supported [OS versions](https://github.com/dotnet/core/blob/master/os-lifecycle-policy.md).
83
+
84
+
## License
85
+
86
+
.NET (including the runtime repo) is licensed under the [MIT](LICENSE) license.
0 commit comments