-
Notifications
You must be signed in to change notification settings - Fork 237
.NET 5 support #213
Comments
Hi could you please add support .net 5, I have been encountered same issue with System.* namespaces |
Yes. Please add support for .NET 5 |
@haf I had a quick look into paket and my understanding is that what is needed it to run a paket update! I could propose a PR, but I would like to be sure what needs to be done? Thanks for your help |
@laurentkempe That may be it, I don't know 100%. I'd think you need to update the paket software's version as well. |
Great package! Thx a lot. |
I created a PR which might solve this issue #214 |
I just saw it. but have no idea how to try it. I created a fork, but left it aside, because I am working on a rather large project and was able to isolate this package for the moment. However, if you could give me some help/guidance to try it in a asp net core project, I am willing to give it a chance, |
@digitalsigi You can download it from artifacts https://ci.appveyor.com/project/haf/dotnetzip-semverd/builds/36257761/artifacts |
I will try it a bit later and let you know! |
Thanks @lahma No more issues for me with that version 👏 I can update @digitalsigi your command is wrong, I think, try with
|
Can confirm it works. |
Hi @laurentkempe when will you plan to update nuget package? |
Hi @gokhanabatay I am not the maintainer of this project. I just reported the issue and proposed to try to fix it. But @lahma was super fast on fixing it, so I guess we have to wait that he merges the PR and then someone has to upload the nuget. |
Thanks for DotNetZip ❤️
I am trying to update our application to .NET 5 and I am facing the following issue:
DotNetZip 1.14.0 -> System.Security.Permissions (>= 4.5.0 && < 5.0.0).
System.Configuration.ConfigurationManager 5.0.0 -> System.Security.Permissions (>= 5.0.0)
So, I would like to know if there is a plan to relax the package bound to include 5.0.0?
The text was updated successfully, but these errors were encountered: