add

Friday, September 15, 2023

.NET 8 preview not showing in Visual Studio 2022

 Have you faced an issue where .Net 8 version framework is not available to select while creating a new .Net core project?


Steps to check:

  1. Check whether you have installed the latest preview of Visual Studio 2022 (17.7).
  2. Enable Preview feature usage:
    1. Visual Studio --> Go to 'Tools' --> 'Manage Preview Features'
    2. Ensure you have 'Preview Feature' selected.
    3. Scroll down and on the right you will see an option 'Use Preview of the .Net SDK'
    4. Select the option. Click 'Ok' and restart the Visual Studio
    5. Now you will have the .Net 8 Preview SDK listed.









No comments: