mirror of
https://github.com/markjprice/cs11dotnet7.git
synced 2025-12-06 05:32:03 +01:00
Update dotnet8.md
This commit is contained in:
parent
19a709f8a7
commit
2664d55de2
|
|
@ -1,6 +1,6 @@
|
||||||
# Seventh Edition's support for .NET 8
|
# Seventh Edition's support for .NET 8
|
||||||
|
|
||||||
Microsoft will release previews of .NET 8 monthly starting in February 2023 until the final General Availability (GA) version on Tuesday, November 7, 2023.
|
Microsoft will release previews of .NET 8 monthly starting in February 2023 until the final General Availability (GA) version on Tuesday, November 14, 2023.
|
||||||
|
|
||||||
> [Download .NET 8.0 SDK](https://dotnet.microsoft.com/download/dotnet/8.0)
|
> [Download .NET 8.0 SDK](https://dotnet.microsoft.com/download/dotnet/8.0)
|
||||||
|
|
||||||
|
|
@ -12,14 +12,14 @@ Microsoft will release previews of .NET 8 monthly starting in February 2023 unti
|
||||||
- May 16, 2023: [Announcing .NET 8 Preview 4](https://devblogs.microsoft.com/dotnet/announcing-dotnet-8-preview-4/)
|
- May 16, 2023: [Announcing .NET 8 Preview 4](https://devblogs.microsoft.com/dotnet/announcing-dotnet-8-preview-4/)
|
||||||
- June 13, 2023: [Announcing .NET 8 Preview 5](https://devblogs.microsoft.com/dotnet/announcing-dotnet-8-preview-5/)
|
- June 13, 2023: [Announcing .NET 8 Preview 5](https://devblogs.microsoft.com/dotnet/announcing-dotnet-8-preview-5/)
|
||||||
- July 11, 2023: [Announcing .NET 8 Preview 6](https://devblogs.microsoft.com/dotnet/announcing-dotnet-8-preview-6/)
|
- July 11, 2023: [Announcing .NET 8 Preview 6](https://devblogs.microsoft.com/dotnet/announcing-dotnet-8-preview-6/)
|
||||||
- August, 2023: [Announcing .NET 8 Preview 7](https://devblogs.microsoft.com/dotnet/announcing-dotnet-8-preview-7/)
|
- August 8, 2023: [Announcing .NET 8 Preview 7](https://devblogs.microsoft.com/dotnet/announcing-dotnet-8-preview-7/)
|
||||||
- September, 2023: [Announcing .NET 8 Release Candidate 1](https://devblogs.microsoft.com/dotnet/announcing-dotnet-8-rc-1/)
|
- September, 2023: [Announcing .NET 8 Release Candidate 1](https://devblogs.microsoft.com/dotnet/announcing-dotnet-8-rc-1/)
|
||||||
- October, 2023: [Announcing .NET 8 Release Candidate 2](https://devblogs.microsoft.com/dotnet/announcing-dotnet-8-rc-2/)
|
- October, 2023: [Announcing .NET 8 Release Candidate 2](https://devblogs.microsoft.com/dotnet/announcing-dotnet-8-rc-2/)
|
||||||
- November 7, 2023: Announcing .NET 8.0 - The Bestest .NET Yet
|
- November 14, 2023: [Announcing .NET 8.0 GA](https://devblogs.microsoft.com/dotnet/announcing-dotnet-8/)
|
||||||
|
|
||||||
## Visual Studio 2022 support
|
## Visual Studio 2022 support
|
||||||
|
|
||||||
To use .NET 8 previews with Visual Studio 2022, you must install version 17.6 Preview 1 or later.
|
To use .NET 8 previews with Visual Studio 2022, you must install version 17.8 Preview 1 or later.
|
||||||
|
|
||||||
> [Download Visual Studio Preview](https://visualstudio.microsoft.com/vs/preview/#download-preview)
|
> [Download Visual Studio Preview](https://visualstudio.microsoft.com/vs/preview/#download-preview)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue