重新支持.Net 4.0版本,经测试XCode+SQLite在控制台下可用
大石头
authored at
2017-08-13 23:29:16
X
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.AspNet.Mvc" version="5.2.3" targetFramework="net45" requireReinstallation="true" />
<package id="Microsoft.AspNet.Mvc.zh-Hans" version="5.2.3" targetFramework="net45" requireReinstallation="true" />
<package id="Microsoft.AspNet.Razor" version="3.2.3" targetFramework="net45" requireReinstallation="true" />
<package id="Microsoft.AspNet.Razor.zh-Hans" version="3.2.3" targetFramework="net45" requireReinstallation="true" />
<package id="Microsoft.AspNet.WebPages" version="3.2.3" targetFramework="net45" requireReinstallation="true" />
<package id="Microsoft.AspNet.WebPages.zh-Hans" version="3.2.3" targetFramework="net45" requireReinstallation="true" />
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net40" />
</packages>
|