Есть Win 10, VS 2015 и .NET Core SDK.
Создаю в студии простейший .NET Core проект, но он не компилируется с ошибкой MSB3644.
Гугление ничего связанного с .NET Core не дало.
Скрин прилагается:
Текст ошибки:
MSB3644 The reference assemblies for framework ".NETFramework,Version=v4.5.1" were not found. To resolve this, install the SDK or Targeting Pack for this framework version or retarget your application to a version of the framework for which you have the SDK or Targeting Pack installed. Note that assemblies will be resolved from the Global Assembly Cache (GAC) and will be used in place of reference assemblies. Therefore your assembly may not be correctly targeted for the framework you intend. ConsoleApp1 C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets
.NET 4.5.1 SDK у меня установлен. В чем же проблема?
И вообще, зачем .NET Core нужен .NET Framework 4.5.1 ?
Что посоветуете делать?
Вопрос решён установкой .NET Framework 4.5.1 SDK. Он зачем то нужен MSBuild что бы собирать .NET Core проекты.