mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-04-05 21:01:35 +08:00
Upgrading to NHibernate 3.3 nad fixing background JIT
--HG-- branch : 1.x extra : rebase_source : fa8def89521d86d3dbeb38d0808e72bde29bb64f
This commit is contained in:
parent
babdd75b3e
commit
493d2748a4
Binary file not shown.
Binary file not shown.
1
lib/nhibernate/PATCH.txt
Normal file
1
lib/nhibernate/PATCH.txt
Normal file
@ -0,0 +1 @@
|
||||
This is a patched version of NHibernate to prevent background JIT from failing.
|
@ -190,7 +190,7 @@
|
||||
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="NHibernate" publicKeyToken="aa95f207798dfdb4" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-3.3.1.4000" newVersion="3.3.1.4000" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-3.3.2.4000" newVersion="3.3.2.4000" />
|
||||
</dependentAssembly>
|
||||
|
||||
</assemblyBinding>
|
||||
|
@ -193,7 +193,7 @@
|
||||
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="NHibernate" publicKeyToken="aa95f207798dfdb4" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-3.3.1.4000" newVersion="3.3.1.4000" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-3.3.2.4000" newVersion="3.3.2.4000" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
</runtime>
|
||||
|
@ -20,7 +20,7 @@
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="NHibernate" publicKeyToken="aa95f207798dfdb4" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-3.3.1.4000" newVersion="3.3.1.4000" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-3.3.2.4000" newVersion="3.3.2.4000" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
</runtime>
|
||||
|
@ -57,7 +57,7 @@
|
||||
affects performance, set this value to true only
|
||||
during development.
|
||||
-->
|
||||
<compilation debug="true" targetFramework="4.0" batch="true" numRecompilesBeforeAppRestart="250" optimizeCompilations="true">
|
||||
<compilation debug="false" targetFramework="4.0" batch="true" numRecompilesBeforeAppRestart="250" optimizeCompilations="true">
|
||||
<buildProviders>
|
||||
<add extension=".csproj" type="Orchard.Environment.Extensions.Compilers.CSharpExtensionBuildProviderShim"/>
|
||||
</buildProviders>
|
||||
@ -190,7 +190,7 @@
|
||||
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="NHibernate" publicKeyToken="aa95f207798dfdb4" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-3.3.1.4000" newVersion="3.3.1.4000" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-3.3.2.4000" newVersion="3.3.2.4000" />
|
||||
</dependentAssembly>
|
||||
|
||||
<dependentAssembly>
|
||||
|
Loading…
Reference in New Issue
Block a user