mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-04-05 14:48:09 +08:00

* Upgrading NHibernate to 5.5.2 * Adapting SchemaCommandGenerator to obsolete NHibernate code * Adapting unit tests to NHibernate breaking change https://github.com/nhibernate/nhibernate-core/issues/1106 https://github.com/nhibernate/nhibernate-core/issues/1095 * Updating ModuleRootWebConfig.txt codegen template according to the new Newtonsoft.Json and NHibernate version
13 lines
891 B
XML
13 lines
891 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<packages>
|
|
<package id="Antlr3.Runtime" version="3.5.1" targetFramework="net48" />
|
|
<package id="Iesi.Collections" version="4.0.4" targetFramework="net48" />
|
|
<package id="Microsoft.AspNet.Mvc" version="5.2.7" targetFramework="net48" />
|
|
<package id="Microsoft.AspNet.Razor" version="3.2.7" targetFramework="net48" />
|
|
<package id="Microsoft.AspNet.WebPages" version="3.2.7" targetFramework="net48" />
|
|
<package id="Microsoft.CodeDom.Providers.DotNetCompilerPlatform" version="4.1.0" targetFramework="net48" />
|
|
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net48" />
|
|
<package id="NHibernate" version="5.5.2" targetFramework="net48" />
|
|
<package id="Remotion.Linq" version="2.2.0" targetFramework="net48" />
|
|
<package id="Remotion.Linq.EagerFetching" version="2.2.0" targetFramework="net48" />
|
|
</packages> |