在我的 Mac OS/usr/local/share/dotnet/sdk/5.0.300/Microsoft.Common.CurrentVersion.targets(1216,5): error MSB3644: The reference assemblies for .NETFramework,Version=v4.8 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks [/Users/tommie/projects/zzz/zzz/zzz.csproj]
上运行“dotnet run”时出现以下错误
我的代码来自 Visual Studio 8.9,在 .net 框架上最多仅支持 4.8 但是当我查看“https://aka.ms/msbuild/developerpacks”时,4.8 不可用。只有 5.0 可用。 Visual Studio 8.10 显然支持 5.0,但还不是正式版本。