Can we create SQL Server database project in .NET 8 in Visual Studio 2022?
In our solution, we have database projects in .NET 4.6.2. We wanted to migrate these database projects to .NET 8, but we are not able to see .NET 8 in the “Target Framework” dropdown, even though we have .NET 8 installed (this is visible for other type of projects like, ASP.NET Core MVC app, etc).