I use LLBLGen 5.8 to generate a csproj file for Dotnet Framework 4.8.
Trying to load the project in Visual Studio gives a prompt with the choice to change to 4.6.1 or download the target pack for version 4.8.0
There is no such dot net target pack.
When I look at the content of the project file it has the following line specifying the framework:
<TargetFrameworkVersion>v4.8.0</TargetFrameworkVersion>
When I look at the content of a project file generated by Visual Studio 2019 it shows the following:
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
Please correct this in LLBLGen