Error CS0246: The type or namespace name 'AssemblyFileVersion' could not be found

前端 未结 2 483
刺人心
刺人心 2021-01-20 21:20

\"enterProperties\\AssemblyInfo.cs(41,12): error CS0246: The type or namespace name \'Assembly

2条回答
  •  自闭症患者
    2021-01-20 22:19

    Please try this: Put all those libraries on your build machine. Use NuGet to manage the packages and configure it to pull down the libraries that are missing. You may either want to add them manually.

提交回复
热议问题