I am trying to set up database first connection to a SqlServer database using: scaffold-dbContext "Server=SQLEXPRESS; Database=TTS1000; Trusted_Connection=True;" Microsoft.EntityFrameworkCore.SqlServer -o Models
Even with a brand new wpf .net8.0 project, I get this error: Unhandled exception. System.IO.FileNotFoundException: Could not load file or assembly 'System.Runtime, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.
File name: 'System.Runtime, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'