#c# #winforms #github-actions
Вопрос:
Я пытаюсь создать приложение Windows Forms для действий на GitHub, используя платформу Windows последней версии.
Я могу успешно настроить MSBuild и Nuget, я также успешно запустил восстановление nuget, но при попытке запуска msbuild .MyProject.csproj
я получаю следующую ошибку:
ResolveAssemblyReferences:
Primary reference "Windows".
C:Program Files (x86)Microsoft Visual Studio2019EnterpriseMSBuildCurrentBinMicrosoft.Common.CurrentVersion.targets(2202,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Windows". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
Комментарии:
1. На какую платформу вы ориентируетесь и какие среды выполнения/SDK установлены на компьютере, выполняющем компиляцию?
2. Я ориентируюсь на .NET Framework 4.5.2 и от github.com/actions/virtual-environments/blob/main/images/win/… похоже, установлен Microsoft.Net.Component.4.5.2.TargetingPack.