Nuget - Package restore failed. Rolling back package changes for 'WebApplication1'. 0

前端 未结 3 1635
渐次进展
渐次进展 2020-12-23 16:20

It\'s my own custom nuget package that I\'ve not published yet and testing locally.

The nuget package consists of a dll file and nuspec file is as follows.



        
3条回答
  •  旧巷少年郎
    2020-12-23 16:54

    I had to change the Build Configuration due to an NU1603: warning.

    In my Build configuration the "Treat warnings as errors" was set to All.

    This was blocking Nuget from upgrading the Package due to the NU1603 warning.

提交回复
热议问题