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

policy.config.in - github.com/mono/mono-addins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b619e5d160a4f5f0f8692a9797aa80e2c545bc8f (plain)
1
2
3
4
5
6
7
8
9
10
<configuration>
   <runtime>
      <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
       <dependentAssembly>
         <assemblyIdentity name="@ASSEMBLY_NAME@" publicKeyToken="0738eb9f132ed756" />
         <bindingRedirect oldVersion="@POLICY@.0.0" newVersion="@API_VERSION@"/>
       </dependentAssembly>
      </assemblyBinding>
   </runtime>
</configuration>