Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate to netStandart #935

Open
Mrgaton opened this issue Jan 30, 2024 · 3 comments
Open

Migrate to netStandart #935

Mrgaton opened this issue Jan 30, 2024 · 3 comments

Comments

@Mrgaton
Copy link

Mrgaton commented Jan 30, 2024

When using costura fody it downloads a bunch of dependencies

image

and increase a lot the exe final size, why cant not just use the current framework built in libraries

@Mrgaton
Copy link
Author

Mrgaton commented Jan 30, 2024

ok i see that already uses net standart but ther is any workaround to not have to download all those depedencies

@Mrgaton
Copy link
Author

Mrgaton commented Jan 30, 2024

the more I research the more im realizing that this issue doesnt make sense

@GeertvanHorrik
Copy link
Member

Did you set PrivateAssets? Then it should not have any dependencies. These are only required during the build, not during runtime.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants