Assembly binding added in compiled output (app.config)
问题 If I compile my application, an assembly binding is added automatically in the output. The specific assembly binding is not in the app.config in Visual Studio but in the created application config. Is there any way, to check why the assembly binding is added automatically? The option AutoGenerateBindingRedirects is not enabled. I don't want to have the following assembly binding <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <dependentAssembly> <assemblyIdentity name="System.IO