Tyrrrz/DotnetRuntimeBootstrapper
Vedi su GitHubEnable framework rollover in apphost without application config file
Open
#3 aperta il 7 giu 2021
enhancementhelp wanted
Metriche repository
- Star
- (327 star)
- Metriche merge PR
- (Nessuna PR mergiata in 30 g)
Descrizione
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.
It is also possible to achieve this without a manifest file, but requires considerably more effort. See here:
https://gist.github.com/MichalStrehovsky/d6bc5e4d459c23d0cf3bd17af9a1bcf5