Welcome to mirror list, hosted at ThFree Co, Russian Federation.

AssemblyRedirects.xml « Installer - github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6a85f49009314e4a019794c2a5c2e4e9b905970e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<configuration>
	<runtime>
		<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">

			<dependentAssembly>
				<assemblyIdentity name="Duplicati.Library.Utility"	publicKeyToken="8bfe994a39631a7b" />
				<bindingRedirect oldVersion="0.0.0.0 - 99.9.9.9" newVersion="2.0.0.7" />
			</dependentAssembly>

			<dependentAssembly>
				<assemblyIdentity name="Duplicati.Library.Interface"	publicKeyToken="8bfe994a39631a7b" />
				<bindingRedirect oldVersion="0.0.0.0 - 99.9.9.9" newVersion="2.0.0.7" />
			</dependentAssembly>

		</assemblyBinding>
	</runtime>
	
</configuration>