Fix/update links - part 1 (#8378)
* Fix/update links - part 1 * a few more fixes * more fixes * fix broken link
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
## .NET Core 1.0.0 released 6/27/2016
|
||||
|
||||
Details on this release can be read about on the
|
||||
[.NET Blog](https://blogs.msdn.microsoft.com/dotnet/2016/06/27/announcing-net-core-1-0) and if you haven't already discovered the updated [.NET Portal](https://go.microsoft.com/fwlink/?LinkID=798306), make that your next destination for getting started with .NET Core.
|
||||
[.NET Blog](https://devblogs.microsoft.com/dotnet/announcing-net-core-1-0/) and if you haven't already discovered the updated [.NET Portal](https://go.microsoft.com/fwlink/?LinkID=798306), make that your next destination for getting started with .NET Core.
|
||||
|
||||
There are a few issues to be aware of, which are described in the [.NET Core 1.0.0 Known Issues](1.0.0-known-issues.md) document.
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
## .NET Core September 2016 Update - 1.0.1 released 9/13/2016
|
||||
|
||||
A few highlights on this release can be read about on the [.NET Blog](https://blogs.msdn.microsoft.com/dotnet/) and if you haven't already discovered the updated [.NET Portal](https://go.microsoft.com/fwlink/?LinkID=798306), make that your next destination for getting started with .NET Core.
|
||||
A few highlights on this release can be read about on the [.NET Blog](https://devblogs.microsoft.com/dotnet/) and if you haven't already discovered the updated [.NET Portal](https://go.microsoft.com/fwlink/?LinkID=798306), make that your next destination for getting started with .NET Core.
|
||||
|
||||
This release coincides with a security advisory for MVC. See the following for additional details.
|
||||
|
||||
@@ -12,7 +12,7 @@ This release coincides with a security advisory for MVC. See the following for a
|
||||
|
||||
## Closed Issues for 1.0.1
|
||||
|
||||
The fix list below includes a number of components under the .NET Core umbrella with links to the respective repos. Additionally, links to the release pages for each repo participating in this release can be accessed from the [dotnet/core release page](https://github.com/dotnet/core/releases/tag/1.0.1).
|
||||
The fix list below includes a number of components under the .NET Core umbrella with links to the respective repos. Additionally, links to the release pages for each repo participating in this release can be accessed from the [dotnet/core release page](https://github.com/dotnet/core/releases/tag/v1.0.1).
|
||||
|
||||
### CoreCLR
|
||||
|
||||
|
||||
@@ -8,11 +8,11 @@
|
||||
|
||||
[.NET Core 1.0.4](https://github.com/dotnet/core/blob/main/release-notes/1.0/1.0.4.md) was released today. Both releases include reliability updates to improve the quality of .NET Core. You can download the .NET Core Runtime releases via our [.NET Core Runtimes download page](https://dotnet.microsoft.com/download/dotnet/current/runtime). If you are looking for the .NET Core SDK, to get the latest tools, try the [.NET Core SDK download page](https://dotnet.microsoft.com/download).
|
||||
|
||||
Have a look at the [.NET announcement blog post](https://blogs.msdn.microsoft.com/dotnet/2017/03/07/announcing-net-core-tools-1-0/) for details and great context around the release. Visual Studio 2017 is also releasing today and you can read about it in their [announcement](https://blogs.msdn.microsoft.com/visualstudio/).
|
||||
Have a look at the [.NET announcement blog post](https://devblogs.microsoft.com/dotnet/announcing-net-core-tools-1-0/) for details and great context around the release. Visual Studio 2017 is also releasing today and you can read about it in their [announcement](https://devblogs.microsoft.com/visualstudio/).
|
||||
|
||||
### .NET Core SDK 1.0.0 and 1.0.1
|
||||
|
||||
**.NET Core SDK 1.0.0** is releasing with Visual Studio 2017. The [announcement blog](https://blogs.msdn.microsoft.com/dotnet/2017/03/07/announcing-net-core-tools-1-0/) as well as the [RC4 blog post](https://blogs.msdn.microsoft.com/dotnet/2017/02/07/announcing-net-core-tools-updates-in-vs-2017-rc) have great details on what is available in this final release.
|
||||
**.NET Core SDK 1.0.0** is releasing with Visual Studio 2017. The [announcement blog](https://devblogs.microsoft.com/dotnet/announcing-net-core-tools-1-0/) as well as the [RC4 blog post](https://devblogs.microsoft.com/dotnet/announcing-net-core-tools-updates-in-vs-2017-rc/) have great details on what is available in this final release.
|
||||
|
||||
**.NET Core SDK 1.0.1**, available for download from the [.NET Core download page](https://dotnet.microsoft.com/download), also includes support for Fedora 24, OpenSUSE 42.1 and Ubuntu 16.10.
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
## Blog Round up
|
||||
|
||||
* [.NET Core](https://blogs.msdn.microsoft.com/dotnet/)
|
||||
* [.NET Core](https://devblogs.microsoft.com/dotnet/net-core-july-2018-update/)
|
||||
|
||||
The .NET Core SDK 1.1.10 includes .NET Core 1.0.12 Runtime so downloading the runtime packages separately is not needed when installing the SDK. After installing the .NET Core SDK 1.1.10, running `dotnet --version` will show that you're running version `1.1.10` of the .NET Core tools.
|
||||
|
||||
@@ -14,7 +14,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co
|
||||
|
||||
## Docker Images
|
||||
|
||||
The [.NET Core Docker images](https://hub.docker.com/r/microsoft/dotnet/) have been updated for this release. Look for the updated images for .NET Core 1.0.12 and .NET Core SDK 1.1.10 and read ["Staying up-to-date with .NET Container Images"](https://blogs.msdn.microsoft.com/dotnet/2018/06/18/staying-up-to-date-with-net-container-images/) for details and insights into using the .NET Core images.
|
||||
The [.NET Core Docker images](https://hub.docker.com/r/microsoft/dotnet/) have been updated for this release. Look for the updated images for .NET Core 1.0.12 and .NET Core SDK 1.1.10 and read ["Staying up-to-date with .NET Container Images"](https://devblogs.microsoft.com/dotnet/staying-up-to-date-with-net-container-images/) for details and insights into using the .NET Core images.
|
||||
|
||||
## Azure AppServices
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
## Blog Round up
|
||||
|
||||
* [.NET Core](https://blogs.msdn.microsoft.com/dotnet/2018/10/09/net-core-october-2018-update-net-core-1-0-and-1-1)
|
||||
* [.NET Core](https://devblogs.microsoft.com/dotnet/net-core-october-2018-update-net-core-1-0-and-1-1/)
|
||||
|
||||
The .NET Core SDK 1.1.11 includes .NET Core 1.0.13 Runtime so downloading the runtime packages separately is not needed when installing the SDK. After installing the .NET Core SDK 1.1.11, running `dotnet --version` will show that you're running version `1.1.11` of the .NET Core tools.
|
||||
|
||||
@@ -14,7 +14,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co
|
||||
|
||||
## Docker Images
|
||||
|
||||
The [.NET Core Docker images](https://hub.docker.com/r/microsoft/dotnet/) have been updated for this release. Look for the updated images for .NET Core 1.0.13 and .NET Core SDK 1.1.11 and read ["Staying up-to-date with .NET Container Images"](https://blogs.msdn.microsoft.com/dotnet/2018/06/18/staying-up-to-date-with-net-container-images/) for details and insights into using the .NET Core images.
|
||||
The [.NET Core Docker images](https://hub.docker.com/r/microsoft/dotnet/) have been updated for this release. Look for the updated images for .NET Core 1.0.13 and .NET Core SDK 1.1.11 and read ["Staying up-to-date with .NET Container Images"](https://devblogs.microsoft.com/dotnet/staying-up-to-date-with-net-container-images/) for details and insights into using the .NET Core images.
|
||||
|
||||
## Azure AppServices
|
||||
|
||||
@@ -24,7 +24,7 @@ The [.NET Core Docker images](https://hub.docker.com/r/microsoft/dotnet/) have b
|
||||
|
||||
See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/main/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release.
|
||||
|
||||
As .NET Core 2.1 has become LTS (announced in [August 2018 blog post](https://blogs.msdn.microsoft.com/dotnet/2018/08/21/net-core-august-2018-update)), 1.0 and 1.1 have entered their maintenance phase and will only get critical security fixes going forward till their end of support on June 27, 2019.
|
||||
As .NET Core 2.1 has become LTS (announced in [August 2018 blog post](https://devblogs.microsoft.com/dotnet/net-core-august-2018-update/)), 1.0 and 1.1 have entered their maintenance phase and will only get critical security fixes going forward till their end of support on June 27, 2019.
|
||||
|
||||
## Notable Changes in 1.0.13
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@ See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/1
|
||||
|
||||
## Docker
|
||||
|
||||
The [.NET Core Docker images](https://hub.docker.com/r/microsoft/dotnet/) have been updated for this release. Details on our Docker versioning and how to work with the images can be seen in ["Staying up-to-date with .NET Container Images"](https://blogs.msdn.microsoft.com/dotnet/2018/06/18/staying-up-to-date-with-net-container-images/).
|
||||
The [.NET Core Docker images](https://hub.docker.com/r/microsoft/dotnet/) have been updated for this release. Details on our Docker versioning and how to work with the images can be seen in ["Staying up-to-date with .NET Container Images"](https://devblogs.microsoft.com/dotnet/staying-up-to-date-with-net-container-images/).
|
||||
|
||||
## Installing .NET Core on Linux
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
.NET Core 1.0.14 is available for [download](1.0.14-download.md) and usage in your environment.
|
||||
|
||||
* [.NET Core Blog](https://blogs.msdn.microsoft.com/dotnet/2019)
|
||||
* [.NET Core Blog](https://devblogs.microsoft.com/dotnet/2019/)
|
||||
|
||||
The .NET Core SDK 1.1.12 includes .NET Core 1.0.14 Runtime so downloading the runtime packages separately is not needed when installing the SDK. After installing the .NET Core SDK 1.1.12, running `dotnet --version` will show that you're running version `1.1.12` of the .NET Core tools.
|
||||
|
||||
@@ -10,7 +10,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co
|
||||
|
||||
## Docker Images
|
||||
|
||||
The [.NET Core Docker images](https://hub.docker.com/r/microsoft/dotnet/) have been updated for this release. Look for the updated images for .NET Core 1.0.14 and .NET Core SDK 1.1.12 and read ["Staying up-to-date with .NET Container Images"](https://blogs.msdn.microsoft.com/dotnet/2018/06/18/staying-up-to-date-with-net-container-images/) for details and insights into using the .NET Core images.
|
||||
The [.NET Core Docker images](https://hub.docker.com/r/microsoft/dotnet/) have been updated for this release. Look for the updated images for .NET Core 1.0.14 and .NET Core SDK 1.1.12 and read ["Staying up-to-date with .NET Container Images"](https://devblogs.microsoft.com/dotnet/staying-up-to-date-with-net-container-images/) for details and insights into using the .NET Core images.
|
||||
|
||||
## Azure AppServices
|
||||
|
||||
@@ -29,9 +29,9 @@ See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blo
|
||||
* ### [CVE-2019-0657: .NET Core Domain Spoofing Vulnerability](https://github.com/dotnet/announcements/issues/97)
|
||||
|
||||
This update addresses a domain spoofing vulnerability in .NET Framework and .NET Core which causes the meaning of a URI to change when International Domain Name encoding is applied. An attacker who successfully exploited the vulnerability could redirect a URI.
|
||||
|
||||
|
||||
**Package and Binary updates**
|
||||
|
||||
|
||||
Package name | Vulnerable versions | Secure versions
|
||||
:----------- | :------------------ | :------------------------
|
||||
System.Private.Uri | 4.3.0 | 4.3.1
|
||||
|
||||
@@ -23,7 +23,7 @@ See the [Release Notes](1.0.15.md) for details about what is included in this up
|
||||
|
||||
## Docker
|
||||
|
||||
The [.NET Core Docker images](https://hub.docker.com/r/microsoft/dotnet/) have been updated for this release. Details on our Docker versioning and how to work with the images can be seen in ["Staying up-to-date with .NET Container Images"](https://blogs.msdn.microsoft.com/dotnet/2018/06/18/staying-up-to-date-with-net-container-images/).
|
||||
The [.NET Core Docker images](https://hub.docker.com/r/microsoft/dotnet/) have been updated for this release. Details on our Docker versioning and how to work with the images can be seen in ["Staying up-to-date with .NET Container Images"](https://devblogs.microsoft.com/dotnet/staying-up-to-date-with-net-container-images/).
|
||||
|
||||
## Installing .NET Core on Linux
|
||||
|
||||
@@ -96,4 +96,4 @@ export PATH=$PATH:$HOME/dotnet
|
||||
|
||||
[linux-install]: https://dotnet.microsoft.com/download/dotnet/1.0
|
||||
[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md
|
||||
[dotnet-blog]: https://blogs.msdn.microsoft.com/dotnet/2019/03/12/net-core-march-2019/
|
||||
[dotnet-blog]: https://devblogs.microsoft.com/dotnet/2019/03/12/net-core-march-2019/
|
||||
|
||||
@@ -12,7 +12,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co
|
||||
|
||||
## Docker Images
|
||||
|
||||
The [.NET Core Docker images](https://hub.docker.com/r/microsoft/dotnet/) have been updated for this release. Look for the updated images for .NET Core 1.0.15 and .NET Core SDK 1.1.13 and read ["Staying up-to-date with .NET Container Images"](https://blogs.msdn.microsoft.com/dotnet/2018/06/18/staying-up-to-date-with-net-container-images/) for details and insights into using the .NET Core images.
|
||||
The [.NET Core Docker images](https://hub.docker.com/r/microsoft/dotnet/) have been updated for this release. Look for the updated images for .NET Core 1.0.15 and .NET Core SDK 1.1.13 and read ["Staying up-to-date with .NET Container Images"](https://devblogs.microsoft.com/dotnet/staying-up-to-date-with-net-container-images/) for details and insights into using the .NET Core images.
|
||||
|
||||
## Azure AppServices
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@ See the [Release Notes](1.0.16.md) for details about what is included in this up
|
||||
|
||||
## Docker
|
||||
|
||||
The [.NET Core Docker images](https://hub.docker.com/r/microsoft/dotnet/) have been updated for this release. Details on our Docker versioning and how to work with the images can be seen in ["Staying up-to-date with .NET Container Images"](https://blogs.msdn.microsoft.com/dotnet/2018/06/18/staying-up-to-date-with-net-container-images/).
|
||||
The [.NET Core Docker images](https://hub.docker.com/r/microsoft/dotnet/) have been updated for this release. Details on our Docker versioning and how to work with the images can be seen in ["Staying up-to-date with .NET Container Images"](https://devblogs.microsoft.com/dotnet/staying-up-to-date-with-net-container-images/).
|
||||
|
||||
## Installing .NET Core on Linux
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co
|
||||
|
||||
## Docker Images
|
||||
|
||||
The [.NET Core Docker images](https://hub.docker.com/r/microsoft/dotnet/) have been updated for this release. Look for the updated images for .NET Core 1.0.16 and .NET Core SDK 1.1.13 and read ["Staying up-to-date with .NET Container Images"](https://blogs.msdn.microsoft.com/dotnet/2018/06/18/staying-up-to-date-with-net-container-images/) for details and insights into using the .NET Core images.
|
||||
The [.NET Core Docker images](https://hub.docker.com/r/microsoft/dotnet/) have been updated for this release. Look for the updated images for .NET Core 1.0.16 and .NET Core SDK 1.1.13 and read ["Staying up-to-date with .NET Container Images"](https://devblogs.microsoft.com/dotnet/staying-up-to-date-with-net-container-images/) for details and insights into using the .NET Core images.
|
||||
|
||||
## Azure AppServices
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
## .NET Core 1.0.3 with SDK RC4 build 004771 released 2/7/2017
|
||||
|
||||
Today we are releasing updates to the .NET Core SDK and Visual Studio 2017 RC. Important areas will be highlighted below and you can find additional details on the [.NET Blog](https://blogs.msdn.microsoft.com/dotnet/2017/02/07/announcing-net-core-tools-updates-in-vs-2017-rc) and the [Visual Studio Blog](https://blogs.msdn.microsoft.com/visualstudio/2017/01/26/update-to-visual-studio-2017-release-candidate/).
|
||||
Today we are releasing updates to the .NET Core SDK and Visual Studio 2017 RC. Important areas will be highlighted below and you can find additional details on the [.NET Blog](https://devblogs.microsoft.com/dotnet/announcing-net-core-tools-updates-in-vs-2017-rc/) and the [Visual Studio Blog](https://devblogs.microsoft.com/visualstudio/another-update-to-visual-studio-2017-rc/).
|
||||
|
||||
### Migrating to the new project system
|
||||
|
||||
@@ -10,15 +10,13 @@ We’re getting close to the final release of .NET Core Tools and Visual Studio
|
||||
|
||||
If you’re using another dev tool on Windows, macOS or Linux, go to the [.NET Core RC Download](../download-archives/rc4-download.md) for all installation options.
|
||||
|
||||
Want a helping hand from Microsoft for migrating your .NET Core and ASP.NET Core projects from project.json to the new VS2017 csproj format? Please click [here](http://landinghub.visualstudio.com/migrate-dotnetcore).
|
||||
|
||||
### dotnet new
|
||||
|
||||
A great deal of work has gone into `dotnet new` since our last update continuing to improve this important tool. An important thing to know is the default behavior of `dotnet new` no longer defaults to a creating a console template. Details and a walk through can be seen in the [.NET Blog](https://blogs.msdn.microsoft.com/dotnet/2017/02/07/announcing-net-core-tools-updates-in-vs-2017-rc).
|
||||
A great deal of work has gone into `dotnet new` since our last update continuing to improve this important tool. An important thing to know is the default behavior of `dotnet new` no longer defaults to a creating a console template. Details and a walk through can be seen in the [.NET Blog](https://devblogs.microsoft.com/dotnet/announcing-net-core-tools-updates-in-vs-2017-rc/).
|
||||
|
||||
### Changes to Docker
|
||||
|
||||
Important changes have been made to our tags for this release in the [dotnet repo](https://hub.docker.com/r/microsoft/dotnet/). The `latest` and `nanoserver` tags now utilize the msbuild SDK and are not compatible with project.json projects. Additional details can be seen in the [.NET Blog](https://blogs.msdn.microsoft.com/dotnet/2017/02/07/announcing-net-core-tools-updates-in-vs-2017-rc).
|
||||
Important changes have been made to our tags for this release in the [dotnet repo](https://hub.docker.com/r/microsoft/dotnet/). The `latest` and `nanoserver` tags now utilize the msbuild SDK and are not compatible with project.json projects. Additional details can be seen in the [.NET Blog](https://devblogs.microsoft.com/dotnet/announcing-net-core-tools-updates-in-vs-2017-rc/).
|
||||
|
||||
### Changes to Supported Linux Distros
|
||||
|
||||
|
||||
@@ -2,11 +2,11 @@
|
||||
|
||||
## .NET Core December 2016 Update - 1.0.3 released 12/13/2016
|
||||
|
||||
A few highlights on this release can be read about on the [.NET Blog](https://blogs.msdn.microsoft.com/dotnet/). This update can be downloaded and installed from the [.NET Portal](https://dotnet.microsoft.com/download).
|
||||
A few highlights on this release can be read about on the [.NET Blog](https://devblogs.microsoft.com/dotnet/). This update can be downloaded and installed from the [.NET Portal](https://dotnet.microsoft.com/download).
|
||||
|
||||
## Closed Issues for 1.0.3
|
||||
|
||||
The fix list below includes a number of components under the .NET Core umbrella with links to the respective repos. Additionally, links to the release pages for each repo participating in this release can be accessed from the [dotnet/core release page](https://github.com/dotnet/core/releases/tag/1.0.3).
|
||||
The fix list below includes a number of components under the .NET Core umbrella with links to the respective repos. Additionally, links to the release pages for each repo participating in this release can be accessed from the [dotnet/core release page](https://github.com/dotnet/core/releases/tag/v1.0.3).
|
||||
|
||||
### CoreCLR
|
||||
|
||||
|
||||
@@ -4,11 +4,11 @@
|
||||
|
||||
[.NET Core 1.0.4](https://github.com/dotnet/core/blob/main/release-notes/1.0/1.0.4.md) was released today. Both releases include reliability updates to improve the quality of .NET Core. You can download the .NET Core Runtime releases via our [.NET Core Runtimes download page](https://dotnet.microsoft.com/download/dotnet/current/runtime). If you are looking for the .NET Core SDK, to get the latest tools, try the [.NET Core SDK download page](https://dotnet.microsoft.com/download).
|
||||
|
||||
Have a look at the [.NET announcement blog post](https://blogs.msdn.microsoft.com/dotnet/2017/03/07/announcing-net-core-tools-1-0/) for details and great context around the release. Visual Studio 2017 is also releasing today and you can read about it in their [announcement](https://blogs.msdn.microsoft.com/visualstudio/).
|
||||
Have a look at the [.NET announcement blog post](https://devblogs.microsoft.com/dotnet/announcing-net-core-tools-1-0/) for details and great context around the release. Visual Studio 2017 is also releasing today and you can read about it in their [announcement](https://devblogs.microsoft.com/visualstudio/).
|
||||
|
||||
### .NET Core SDK 1.0.0 and 1.0.1
|
||||
|
||||
**.NET Core SDK 1.0.0** is releasing with Visual Studio 2017. The [announcement blog](https://blogs.msdn.microsoft.com/dotnet/2017/03/07/announcing-net-core-tools-1-0/) as well as the [RC4 blog post](https://blogs.msdn.microsoft.com/dotnet/2017/02/07/announcing-net-core-tools-updates-in-vs-2017-rc) have great details on what is available in this final release.
|
||||
**.NET Core SDK 1.0.0** is releasing with Visual Studio 2017. The [announcement blog](https://devblogs.microsoft.com/dotnet/announcing-net-core-tools-1-0/) as well as the [RC4 blog post](https://devblogs.microsoft.com/dotnet/announcing-net-core-tools-updates-in-vs-2017-rc/) have great details on what is available in this final release.
|
||||
|
||||
**.NET Core SDK 1.0.1**, available for download from the [.NET Core download page](https://dotnet.microsoft.com/download), also includes support for Fedora 24, OpenSUSE 42.1 and Ubuntu 16.10.
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
## RC2 released 5/16/2016
|
||||
|
||||
Details on this release can be read about on
|
||||
[the .NET Blog](https://blogs.msdn.microsoft.com/dotnet/2016/05/16/announcing-net-core-rc2/) and if you haven't already discovered the updated [.NET Portal](https://go.microsoft.com/fwlink/?LinkID=798306), make that your next destination for getting started with .NET Core.
|
||||
[the .NET Blog](https://devblogs.microsoft.com/dotnet/announcing-net-core-rc2/) and if you haven't already discovered the updated [.NET Portal](https://go.microsoft.com/fwlink/?LinkID=798306), make that your next destination for getting started with .NET Core.
|
||||
|
||||
Before installing RC2, please have a look at the [RC1 to RC2 Upgrade Roadmap](RC1-RC2_Upgrade.md). All previous versions of .NET Core and any tooling **must be** removed from the machine in order to properly install and use RC2 release.
|
||||
|
||||
@@ -142,5 +142,5 @@ The lists of issues closed for this and past releases can be found here:
|
||||
|
||||
The lists of commits for this release can be viewed here:
|
||||
|
||||
* [CLR commits](https://github.com/dotnet/coreclr/commits/release/1.0.0-rc2)
|
||||
* [CLR commits](https://github.com/dotnet/coreclr/commits/v1.0.0-rc2)
|
||||
* [BCL commits](https://github.com/dotnet/corefx/commits/release/1.0.0-rc2)
|
||||
|
||||
Reference in New Issue
Block a user