Updating Issue numbers and syntax errors

This commit is contained in:
kalaskarsanket 2021-09-14 11:33:01 -07:00
parent 9fff966d6a
commit 43efd5398a
5 changed files with 7 additions and 7 deletions

View file

@ -67,7 +67,7 @@ The following repos have been updated.
## Feedback
Your feedback is important and appreciated. We've created an issue at [dotnet/core #XXXX](https://github.com/dotnet/core/issues/XXXX) for your questions and comments.
Your feedback is important and appreciated. We've created an issue at [dotnet/core #6687](https://github.com/dotnet/core/issues/6687) for your questions and comments.
## Packages updated in this release:

View file

@ -40,13 +40,13 @@ You can install .NET with a binary archive. This option is required if you want
The following workflow demonstrates downloading, unpacking, configuring, and running the .NET SDK from the command line. You may choose to do some of these tasks via the browser and functionality provided by your operating system.
```console
C:\>curl -o dotnet.zip https://download.visualstudio.microsoft.com/download/pr/94cd3943-95b4-4d86-a3ec-07f434b460b9/e0db650eba4bf8b3ec8ef99312a66047/dotnet-sdk-3.1.410-win-x64.zip
C:\>curl -o dotnet.zip https://download.visualstudio.microsoft.com/download/pr/587d67c3-393e-4915-b9c4-5dda816d4945/068c1fe53054c217290a8980f8c49b91/dotnet-sdk-3.1.413-win-x64.zip
C:\>tar -C dotnet -xf dotnet.zip
C:\>del dotnet.zip
C:\>set DOTNET_ROOT=C:\dotnet
C:\>set PATH=%PATH%;C:\dotnet
C:\>dotnet --version
3.1.410
3.1.413
```
The `DOTNET_ROOT` environment variable is required to launch an application with their executables (like `myapp.exe`). The executables look for this environment variable to find the runtime if it isn't installed in its regular location. The `PATH` environment variable must be updated if you want to use `dotnet` without absolute paths to its location. Setting both of these environment variables is optional.

View file

@ -1,6 +1,6 @@
# .NET 5.0.10 - September 14, 2021
The .NET 5.0.10, .NET 5.0.401 SDK , [.NET SDK 5.0.304](5.0.304.md) and [.NET SDK 5.0.207](5.0.207.md) releases are available for download. The latest 5.0 release is always listed at [.NET 5.0 Releases](../README.md).
The .NET 5.0.10, .NET 5.0.401 SDK and [.NET SDK 5.0.207](5.0.207.md) releases are available for download. The latest 5.0 release is always listed at [.NET 5.0 Releases](../README.md).
## Downloads
@ -64,7 +64,7 @@ Release feature and bug lists:.
## Feedback
Your feedback is important and appreciated. We've created an issue at [dotnet/core #XXXX](https://github.com/dotnet/core/issues/XXXX) for your questions and comments.
Your feedback is important and appreciated. We've created an issue at [dotnet/core #6687](https://github.com/dotnet/core/issues/6687) for your questions and comments.
[blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/

View file

@ -51,7 +51,7 @@ You need [Visual Studio 16.10](https://visualstudio.microsoft.com) or later to u
## Feedback
Your feedback is important and appreciated. We've created an issue at [dotnet/core #XXXX](https://github.com/dotnet/core/issues/XXX) for your questions and comments.
Your feedback is important and appreciated. We've created an issue at [dotnet/core #6687](https://github.com/dotnet/core/issues/6687) for your questions and comments.
[blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/

View file

@ -86,7 +86,7 @@ You need [Visual Studio 2022 version 17.0](https://visualstudio.microsoft.com) o
## Feedback
Your feedback is important and appreciated. We've created an issue at [dotnet/core #XXXX](https://github.com/dotnet/core/issues/XXXX) for your questions and comments.
Your feedback is important and appreciated. We've created an issue at [dotnet/core #6688](https://github.com/dotnet/core/issues/6688) for your questions and comments.
[blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/
[blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/