Browse Source

Dlls are not backwards compatible beyond build 1751 due to name space change for ParserService

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1861 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts
Scott Ferrett 20 years ago
parent
commit
4936318a7f
  1. 10
      src/Main/StartUp/Project/app.template.config

10
src/Main/StartUp/Project/app.template.config

@ -14,23 +14,23 @@
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly> <dependentAssembly>
<assemblyIdentity name="ICSharpCode.Core" publicKeyToken="f829da5c02be14ee" culture="neutral"/> <assemblyIdentity name="ICSharpCode.Core" publicKeyToken="f829da5c02be14ee" culture="neutral"/>
<bindingRedirect oldVersion="2.1.0.1661-$INSERTVERSION$" newVersion="$INSERTVERSION$"/> <bindingRedirect oldVersion="2.1.0.1751-$INSERTVERSION$" newVersion="$INSERTVERSION$"/>
</dependentAssembly> </dependentAssembly>
<dependentAssembly> <dependentAssembly>
<assemblyIdentity name="ICSharpCode.SharpDevelop" publicKeyToken="f829da5c02be14ee" culture="neutral"/> <assemblyIdentity name="ICSharpCode.SharpDevelop" publicKeyToken="f829da5c02be14ee" culture="neutral"/>
<bindingRedirect oldVersion="2.1.0.1661-$INSERTVERSION$" newVersion="$INSERTVERSION$"/> <bindingRedirect oldVersion="2.1.0.1751-$INSERTVERSION$" newVersion="$INSERTVERSION$"/>
</dependentAssembly> </dependentAssembly>
<dependentAssembly> <dependentAssembly>
<assemblyIdentity name="ICSharpCode.SharpDevelop.Dom" publicKeyToken="f829da5c02be14ee" culture="neutral"/> <assemblyIdentity name="ICSharpCode.SharpDevelop.Dom" publicKeyToken="f829da5c02be14ee" culture="neutral"/>
<bindingRedirect oldVersion="2.1.0.1661-$INSERTVERSION$" newVersion="$INSERTVERSION$"/> <bindingRedirect oldVersion="2.1.0.1751-$INSERTVERSION$" newVersion="$INSERTVERSION$"/>
</dependentAssembly> </dependentAssembly>
<dependentAssembly> <dependentAssembly>
<assemblyIdentity name="ICSharpCode.TextEditor" publicKeyToken="4d61825e8dd49f1a" culture="neutral"/> <assemblyIdentity name="ICSharpCode.TextEditor" publicKeyToken="4d61825e8dd49f1a" culture="neutral"/>
<bindingRedirect oldVersion="2.1.0.1661-$INSERTVERSION$" newVersion="$INSERTVERSION$"/> <bindingRedirect oldVersion="2.1.0.1751-$INSERTVERSION$" newVersion="$INSERTVERSION$"/>
</dependentAssembly> </dependentAssembly>
<dependentAssembly> <dependentAssembly>
<assemblyIdentity name="ICSharpCode.NRefactory" publicKeyToken="efe927acf176eea2" culture="neutral"/> <assemblyIdentity name="ICSharpCode.NRefactory" publicKeyToken="efe927acf176eea2" culture="neutral"/>
<bindingRedirect oldVersion="2.1.0.1661-$INSERTVERSION$" newVersion="$INSERTVERSION$"/> <bindingRedirect oldVersion="2.1.0.1751-$INSERTVERSION$" newVersion="$INSERTVERSION$"/>
</dependentAssembly> </dependentAssembly>
<probing privatePath="Tools\NUnit"/> <probing privatePath="Tools\NUnit"/>
</assemblyBinding> </assemblyBinding>

Loading…
Cancel
Save