Browse Source

#D core assemblies are only compatible with versions 1661 and later.

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1712 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts
Scott Ferrett 19 years ago
parent
commit
9509fe8a93
  1. 8
      src/Main/StartUp/Project/app.template.config

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

@ -14,19 +14,19 @@ @@ -14,19 +14,19 @@
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="ICSharpCode.Core" publicKeyToken="f829da5c02be14ee" culture="neutral"/>
<bindingRedirect oldVersion="2.1.0.1-$INSERTVERSION$" newVersion="$INSERTVERSION$"/>
<bindingRedirect oldVersion="2.1.0.1661-$INSERTVERSION$" newVersion="$INSERTVERSION$"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="ICSharpCode.SharpDevelop" publicKeyToken="f829da5c02be14ee" culture="neutral"/>
<bindingRedirect oldVersion="2.1.0.1-$INSERTVERSION$" newVersion="$INSERTVERSION$"/>
<bindingRedirect oldVersion="2.1.0.1661-$INSERTVERSION$" newVersion="$INSERTVERSION$"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="ICSharpCode.TextEditor" publicKeyToken="4d61825e8dd49f1a" culture="neutral"/>
<bindingRedirect oldVersion="2.1.0.1-$INSERTVERSION$" newVersion="$INSERTVERSION$"/>
<bindingRedirect oldVersion="2.1.0.1661-$INSERTVERSION$" newVersion="$INSERTVERSION$"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="ICSharpCode.NRefactory" publicKeyToken="efe927acf176eea2" culture="neutral"/>
<bindingRedirect oldVersion="2.1.0.1-$INSERTVERSION$" newVersion="$INSERTVERSION$"/>
<bindingRedirect oldVersion="2.1.0.1661-$INSERTVERSION$" newVersion="$INSERTVERSION$"/>
</dependentAssembly>
</assemblyBinding>
</runtime>

Loading…
Cancel
Save