nulastudio / NetBeauty2

Move a .NET Framework/.NET Core app runtime components and dependencies into a sub-directory and make it beauty.
MIT License
419 stars 21 forks source link

Missing 3.1.6 artifact #9

Closed lbogdanov closed 4 years ago

lbogdanov commented 4 years ago

First of all, thank you for the great project! I'm currently migrating a project from .net461 to .net core 3.1.6, and glad I found your work as a great replacement for the former "probing privatePath" from App.config

Anyway, I'm getting this error: "Artifact does not exist. v3.1.6/win-x64 patch failed"

If I understood correctly, it seems that the latest fx patcher you have is for 3.1.5, would you be able to create a new one for 3.1.6? Thank you!

liesauer commented 4 years ago

uploaded. try rebuilding your project, NetCoreBeauty will fetch the latest artifacts automatically.

pietie commented 3 years ago

Hi Any ETA on .net 5 support?

liesauer commented 3 years ago

Hi Any ETA on .net 5 support?

win x86_64 artifacts already uploaded. but linux/mac artifacts still need some time, the build just keeps throwing errors.

kimimaru4000 commented 3 years ago

Hi @liesauer, any updates on Linux/Mac artifacts?