I am trying to build a .NET 4.8 Class Library that I can make COM-Visible as a support library from an Access application.
- There are no prompts for the version of .NET Framework when I create the solution.
- When I look at the Project Properties, the .NET Framework is set to 5.0.
- Although I have the .NET Framework 4.8 installed, it does not appear in the combo-box for the Target framework. The only options are shown below.
- I have also noticed that the Startup object combobox does not reflect the selected startup assembly.
Do I need to drop back to Visual Studio 2017 to create a .NET Framework 4.8 library?