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

Why are we keeping hostfxr.dll.bak? #59

Closed arosolino closed 10 months ago

arosolino commented 10 months ago

Hi,

So I was wondering why is hostfxr.dll.bak being kept around? Can I remove this from my published builds?

Thanks

liesauer commented 10 months ago

Yes, you can delete it without any worries, the hostfxr.dll.bak backup gives us a change to restore the app if NetBeauty breaks it.

arosolino commented 10 months ago

Thanks!