This commit is contained in:
Arthur Rump 2020-11-11 11:27:17 +01:00
commit a1dab522dc
11 changed files with 1212 additions and 1183 deletions

View file

@ -10,7 +10,7 @@ See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes
## 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://devblogs.microsoft.com/dotnet/staying-up-to-date-with-net-container-images/).
The [.NET Core Docker images](https://hub.docker.com/_/microsoft-dotnet) have been updated for this release. The [.NET Docker samples](https://github.com/dotnet/dotnet-docker/blob/master/samples/README.md) show various ways to use .NET and Docker together.
## Installing .NET Core on Linux

View file

@ -38,16 +38,14 @@ Note: This is not a security release hence this update won't be immediately avai
## Docker 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://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/_/microsoft-dotnet) have been updated for this release. The [.NET Docker samples](https://github.com/dotnet/dotnet-docker/blob/master/samples/README.md) show various ways to use .NET and Docker together.
The following repos have been updated
The following repos have been updated:
* [dotnet/core/runtime](https://hub.docker.com/_/microsoft-dotnet-core-runtime/)
* [dotnet/core/sdk](https://hub.docker.com/_/microsoft-dotnet-core-sdk/)
* [dotnet/core/samples](https://hub.docker.com/_/microsoft-dotnet-core-samples)
* [dotnet/aspnetcore](https://hub.docker.com/_/microsoft-dotnet-core-aspnet)
The images are expected to be available later today.
* [dotnet/sdk](https://hub.docker.com/_/microsoft-dotnet-sdk/): .NET Core SDK
* [dotnet/aspnet](https://hub.docker.com/_/microsoft-dotnet-aspnet/): ASP.NET Core Runtime
* [dotnet/runtime](https://hub.docker.com/_/microsoft-dotnet-runtime/): .NET Core Runtime
* [dotnet/runtime-deps](https://hub.docker.com/_/microsoft-dotnet-runtime-deps/): .NET Core Runtime Dependencies
## Azure AppServices

View file

@ -34,7 +34,7 @@ This update for .NET Core 2.1 includes multiple SDK builds. If you are a Visual
## 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://devblogs.microsoft.com/dotnet/staying-up-to-date-with-net-container-images/).
The [.NET Core Docker images](https://hub.docker.com/_/microsoft-dotnet) have been updated for this release. The [.NET Docker samples](https://github.com/dotnet/dotnet-docker/blob/master/samples/README.md) show various ways to use .NET and Docker together.
## Installing .NET Core on Linux

View file

@ -35,7 +35,7 @@ This update for .NET Core 2.1 includes multiple SDK builds. If you are a Visual
## 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://devblogs.microsoft.com/dotnet/staying-up-to-date-with-net-container-images/).
The [.NET Core Docker images](https://hub.docker.com/_/microsoft-dotnet) have been updated for this release. The [.NET Docker samples](https://github.com/dotnet/dotnet-docker/blob/master/samples/README.md) show various ways to use .NET and Docker together.
## Installing .NET Core on Linux

View file

@ -10,7 +10,7 @@ See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes
## 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://devblogs.microsoft.com/dotnet/staying-up-to-date-with-net-container-images/).
The [.NET Core Docker images](https://hub.docker.com/_/microsoft-dotnet) have been updated for this release. The [.NET Docker samples](https://github.com/dotnet/dotnet-docker/blob/master/samples/README.md) show various ways to use .NET and Docker together.
## Installing .NET Core on Linux

View file

@ -35,19 +35,14 @@ Visit [.NET Documentation](https://docs.microsoft.com/en-us/dotnet/core/) to lea
## Docker Images
The [.NET Docker images](https://hub.docker.com/_/microsoft-dotnet) have been updated for this release. .NET container samples are available at [dotnet/dotnet-docker](https://github.com/dotnet/dotnet-docker/blob/master/samples/README.md). You can use the following command to try running the latest .NET 3.1 release in containers:
```console
docker run --rm -it mcr.microsoft.com/dotnet/samples
```
The [.NET Docker images](https://hub.docker.com/_/microsoft-dotnet) have been updated for this release. The [.NET Docker samples](https://github.com/dotnet/dotnet-docker/blob/master/samples/README.md) show various ways to use .NET and Docker together.
The following repos have been updated.
* [dotnet/core/sdk](https://hub.docker.com/_/microsoft-dotnet-core-sdk/): .NET Core SDK
* [dotnet/core/aspnet](https://hub.docker.com/_/microsoft-dotnet-core-aspnet/): ASP.NET Core Runtime
* [dotnet/core/runtime](https://hub.docker.com/_/microsoft-dotnet-core-runtime/): .NET Core Runtime
* [dotnet/core/runtime-deps](https://hub.docker.com/_/microsoft-dotnet-core-runtime-deps/): .NET Core Runtime Dependencies
* [dotnet/core/samples](https://hub.docker.com/_/microsoft-dotnet-core-samples/): .NET Core Samples
* [dotnet/sdk](https://hub.docker.com/_/microsoft-dotnet-sdk/): .NET Core SDK
* [dotnet/aspnet](https://hub.docker.com/_/microsoft-dotnet-aspnet/): ASP.NET Core Runtime
* [dotnet/runtime](https://hub.docker.com/_/microsoft-dotnet-runtime/): .NET Core Runtime
* [dotnet/runtime-deps](https://hub.docker.com/_/microsoft-dotnet-runtime-deps/): .NET Core Runtime Dependencies
### Azure App Services

View file

@ -36,7 +36,7 @@ See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes
## 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://devblogs.microsoft.com/dotnet/staying-up-to-date-with-net-container-images/).
The [.NET Core Docker images](https://hub.docker.com/_/microsoft-dotnet) have been updated for this release. The [.NET Docker samples](https://github.com/dotnet/dotnet-docker/blob/master/samples/README.md) show various ways to use .NET and Docker together.
## Installing .NET Core on Linux

File diff suppressed because it is too large Load diff

View file

@ -10,7 +10,7 @@ See the [Release Notes][release-notes] for details about what is included in thi
## Docker
The [.NET 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/).
The [.NET Docker images](https://hub.docker.com/_/microsoft-dotnet) have been updated for this release. The [.NET Docker samples](https://github.com/dotnet/dotnet-docker/blob/master/samples/README.md) show various ways to use .NET and Docker together.
## Install .NET on Linux

View file

@ -29,23 +29,23 @@ Visit [.NET Documentation](https://docs.microsoft.com/en-us/dotnet/core/) to lea
## Docker Images
The [.NET Docker images](https://hub.docker.com/_/microsoft-dotnet) have been updated for this release. .NET container samples are available at [dotnet/dotnet-docker](https://github.com/dotnet/dotnet-docker/blob/master/samples/README.md). You can use the following command to try running the latest .NET 5.0 release in containers:
The [.NET Docker images](https://hub.docker.com/_/microsoft-dotnet) have been updated for this release. The [.NET Docker samples](https://github.com/dotnet/dotnet-docker/blob/master/samples/README.md) show various ways to use .NET and Docker together. You can use the following command to try running the latest .NET 5.0 release in containers:
```console
docker run --rm -it mcr.microsoft.com/dotnet/samples
docker run --rm mcr.microsoft.com/dotnet/samples
```
The following repos have been updated.
* [dotnet/core/sdk](https://hub.docker.com/_/microsoft-dotnet-core-sdk/): .NET Core SDK
* [dotnet/core/aspnet](https://hub.docker.com/_/microsoft-dotnet-core-aspnet/): ASP.NET Core Runtime
* [dotnet/core/runtime](https://hub.docker.com/_/microsoft-dotnet-core-runtime/): .NET Core Runtime
* [dotnet/core/runtime-deps](https://hub.docker.com/_/microsoft-dotnet-core-runtime-deps/): .NET Core Runtime Dependencies
* [dotnet/core/samples](https://hub.docker.com/_/microsoft-dotnet-core-samples/): .NET Core Samples
* [dotnet/sdk](https://hub.docker.com/_/microsoft-dotnet-sdk/): .NET SDK
* [dotnet/aspnet](https://hub.docker.com/_/microsoft-dotnet-aspnet/): ASP.NET Core Runtime
* [dotnet/runtime](https://hub.docker.com/_/microsoft-dotnet-runtime/): .NET Runtime
* [dotnet/runtime-deps](https://hub.docker.com/_/microsoft-dotnet-runtime-deps/): .NET Runtime Dependencies
* [dotnet/samples](https://hub.docker.com/_/microsoft-dotnet-samples/): .NET Samples
## Visual Studio Compatibility
You need [Visual Studio 16.8](https://visualstudio.microsoft.com) or later to us .NET 5.0 on Windows. On macOS, you need the latest version of [Visual Studio for Mac)](https://visualstudio.microsoft.com/vs/mac/). The [C# extension](https://code.visualstudio.com/docs/languages/dotnet) for [Visual Studio Code](https://code.visualstudio.com/) already supports .NET 5.0 and C# 9.
You need [Visual Studio 16.8](https://visualstudio.microsoft.com) or later to use .NET 5.0 on Windows. On macOS, you need the latest version of [Visual Studio for Mac)](https://visualstudio.microsoft.com/vs/mac/). The [C# extension](https://code.visualstudio.com/docs/languages/dotnet) for [Visual Studio Code](https://code.visualstudio.com/) already supports .NET 5.0 and C# 9.
## Notable Changes

View file

@ -4164,6 +4164,77 @@
"intellisense": {
"version": "5.0.0",
"version-display": "5.0.0",
"files": []
"files": [
{
"lang": "de",
"name": "dotnet-intellisense-de.zip",
"rid": "",
"url": "https://download.visualstudio.microsoft.com/download/pr/1b564d34-d4a5-41d7-8c05-7cce04240209/1fe34c510fab8d0519ed864db08d29b6/dotnet-intellisense-5.0-de.zip",
"hash": "1667ca5aee0c23659ee0252079f147f7cdc805c9a6de2f5569c3edf3ea5f5eee5c51aaa11f6dfe9da1506e298f51bb90bac2ed489608a50bde652a7b22854146"
},
{
"lang": "es",
"name": "dotnet-intellisense-es.zip",
"rid": "",
"url": "https://download.visualstudio.microsoft.com/download/pr/537b8862-8ab8-4436-a0ac-5f0ae5c5e057/4ff37ab9681636e50df259a3f854abbd/dotnet-intellisense-5.0-es.zip",
"hash": "89ca4e8c185a0ac7f1b4094de305af554342fd871ea6d50ff243ee1ac223368991954bff7800798ae5a184ec89cc9799fd31bc6fb275d1901317d3eaa1ab2706"
},
{
"lang": "fr",
"name": "dotnet-intellisense-fr.zip",
"rid": "",
"url": "https://download.visualstudio.microsoft.com/download/pr/81313591-3cc0-4656-bea4-9b94635c1fad/f2d2ec3cc994db0ba6d79ce8bb04daf2/dotnet-intellisense-5.0-fr.zip",
"hash": "152ee5d4b7ccf24ecd47f25b3fc1e0adc69f2793e3bdccc2142ee7b91d0a4fe6bbee89de4abace6f9d8430a07f778008d0e5acc8eb626e3c70a09930691988fe"
},
{
"lang": "it",
"name": "dotnet-intellisense-it.zip",
"rid": "",
"url": "https://download.visualstudio.microsoft.com/download/pr/d7b17452-50b0-47b4-b267-38fad379ac9f/735377318efc6e9872758a0cfe3b3de4/dotnet-intellisense-5.0-it.zip",
"hash": "49ad015460281b18b432e74184a70b287dff6a0c9e6394c58f7f52130bdfd8a7ba1e335484fc8d2b2917d4ff21b299342439756c721fd10e058f2a34c06bef3a"
},
{
"lang": "ja",
"name": "dotnet-intellisense-ja.zip",
"rid": "",
"url": "https://download.visualstudio.microsoft.com/download/pr/ce8844a5-3756-4a30-bbc4-6145c7ca1641/65f2a0e2895b11bfab278bb56b10db19/dotnet-intellisense-5.0-ja.zip",
"hash": "5150fcd633c83cb9be5d76ad81159b885ed0bf8a225d2b0b54ed556c6ae68c8d715c3fd592c9e334a01acc7889fbfd3a1119c8caff5d2074483c75506c06f572"
},
{
"lang": "ko",
"name": "dotnet-intellisense-ko.zip",
"rid": "",
"url": "https://download.visualstudio.microsoft.com/download/pr/be274342-9aa3-4a48-a25e-d18c775647dc/ba605d02aa521fc040ea92e7526c95f6/dotnet-intellisense-5.0-ko.zip",
"hash": "8f2ac1f126ab62aa20902353beed5cb8162a46f3a9e343f5bbfd7d31072f09f8c069a53ebca627c4ff7a44ecfa1a2a817ac74642d5b3a6b51dd35da73d3e9f3f"
},
{
"lang": "pt-br",
"name": "dotnet-intellisense-pt-br.zip",
"rid": "",
"url": "https://download.visualstudio.microsoft.com/download/pr/82150755-fe54-4f16-8ac3-08863a36a435/199031d5ba13352c819820f5d4870055/dotnet-intellisense-5.0-pt-br.zip",
"hash": "f80266fcd1101713dccb4efab0c7113e701157c20b65036697f80c7292009a0d56b385e0df10c41334b5137f3f957598de220029311c01f1c687e924c58f74c6"
},
{
"lang": "ru",
"name": "dotnet-intellisense-ru.zip",
"rid": "",
"url": "https://download.visualstudio.microsoft.com/download/pr/73168f84-ea81-443f-be83-84e56eaf4116/732d5441e0ece404c503803e16c38ae1/dotnet-intellisense-5.0-ru.zip",
"hash": "f61e620c735da379312b799c4de004c282a4693bcc8c7a0d8cd85f7718a7b59f2fcd534840b4e9fb7a4d627da49f0f0aeeeeec8cbab07db62cc1fe1dad675ef5"
},
{
"lang": "zh-hans",
"name": "dotnet-intellisense-zh-hans.zip",
"rid": "",
"url": "https://download.visualstudio.microsoft.com/download/pr/42239244-de7e-4018-b6b4-f7e4c15ddc82/2856eacff59637019ff16b017504f8e8/dotnet-intellisense-5.0-zh-hans.zip",
"hash": "a9d2659aab2fd6b11207546c1c296dc1edb9df525aeb44578b7e3f78e6fa994b858340c135fac8c147f3ce2c43b3543ec2146d15d4452de1ec65bc89508f8889"
},
{
"lang": "zh-hant",
"name": "dotnet-intellisense-zh-hant.zip",
"rid": "",
"url": "https://download.visualstudio.microsoft.com/download/pr/c96c3958-a360-40b0-85a1-9f4a349afaca/781241cc39c988e6d27345eadab7aad2/dotnet-intellisense-5.0-zh-hant.zip",
"hash": "4d7b1b2d04828d4c5abc5228c7e1f630bdad8283f5d7a615203663316288fc40e978679ed5cec280c7e3daea72caa6cfd2f1f6f6421b0603225506b58e41afbf"
}
]
}
}