带有.net 5.0的Teamcity Nugets未出现在Visual Studio中
我正在基于.NET 5.0建立一个组件,并将其作为Nuget软件包发布,用于其他项目。
它是由在场所上建立的,并在此处出版,也是:
是的,汇编/nuget在那里,但不在正确的版本中:
我刚刚升级了devexpress构建作业中的目标框架为net5.0windows7.0
我想知道这是否造成了我的麻烦,还是基本上可能是.net5.0不再支持...
(我打算作为下一步进行升级,但我不想留下一些破碎的东西)。
有没有人没有显示Nuget软件包的经历?
I am building an assembly based on .NET 5.0, and I am publishing it as a nuget package, to be used in other projects.
It is built with Teamcity on premises, and published here, too:
When I try to use it in another solution in Visual Studio, it doesn't show up in the list of nuget packagess. Yes, the assembly/nuget is there, but not in the correct version:
I just upgraded the target framework in the devexpress build jobs to be net5.0windows7.0
I am wondering if that has caused my trouble or it may basically be that .net5.0 is no longer supported...
(I intended to do that upgrade as next step, but I don't want to leaves something broken).
Has anyone had the same experience of nuget packages not being shown?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
啊,找到了;-)

只是不得不看正确的地方...
只是排序顺序,从2位数字到3的变化使我欺骗了我。
一切都很好;-)
即95是旧的。 104是新的..(是的,我已经删除了介于两者之间的构建)
Ahh, found it ;-)

just had to look in the right place...
It is simply the sort order, and the change from 2 digits to 3 that fooled me.
Everything works nicely ;-)
i.e. 95 was the old no. 104 was the new..(and yes I had deleted the builds in between)