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

Enable framework rollover in apphost without application config file #3

Open
Tyrrrz opened this issue Jun 7, 2021 · 0 comments
Open
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@Tyrrrz
Copy link
Owner

Tyrrrz commented Jun 7, 2021

Details

Currently we use a .config file to enable framework rollover, so that the bootstrapper executable can run against .NET Framework v3.5 as well as .NET Framework v4.x.

https://github.com/Tyrrrz/DotnetRuntimeBootstrapper/blob/5e36f525ed981f5219c7245fb1d54f7d5a5fb9ec/DotnetRuntimeBootstrapper.Executable/App.config

It is also possible to achieve this without a manifest file, but requires considerably more effort. See here:

https://gist.github.com/MichalStrehovsky/d6bc5e4d459c23d0cf3bd17af9a1bcf5

@Tyrrrz Tyrrrz added the enhancement New feature or request label Jun 7, 2021
@Tyrrrz Tyrrrz changed the title Enable framework rollover without manifest file Enable framework rollover without application config file Jun 14, 2021
@Tyrrrz Tyrrrz changed the title Enable framework rollover without application config file Enable framework in boostrapper rollover without application config file Dec 2, 2021
@Tyrrrz Tyrrrz added the help wanted Extra attention is needed label Dec 2, 2021
@Tyrrrz Tyrrrz changed the title Enable framework in boostrapper rollover without application config file Enable framework rollover in apphost without application config file Dec 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant