C#出现:指定的版本字符串中包含与确定性不兼容的通配符

打开项目 csproj文件 将下面两个属性改为false

  <PropertyGroup>
	  <GenerateAssmblyInfo>false</GenerateAssmblyInfo>
	  <Deterministic>false</Deterministic>
  </PropertyGroup>

  

posted @ 2022-10-28 18:54  dongzhaosheng73  阅读(31)  评论(0编辑  收藏  举报