2018年4月24日 星期二

[研究][ASP.NET] Web Application 方案 WebForm 範本 (VS2017+.NET 4.7.1) 的 packages.config 套件階層架構

[研究][ASP.NET] Web Application 方案 WebForm 範本 (VS2017+.NET 4.7.1) 的 packages.config 套件階層架構

2018-04-24

工具:Visual Studio 2017 v15.6.6





packages.config 內容
<?xml version="1.0" encoding="utf-8"?>
<packages>
  <package id="Microsoft.CodeDom.Providers.DotNetCompilerPlatform" version="1.0.8" targetFramework="net471" />
  <package id="Microsoft.Net.Compilers" version="2.4.0" targetFramework="net471" developmentDependency="true" />
</packages>


********************************************************************************



<?xml version="1.0" encoding="utf-8"?>
<packages>
  <package id="Antlr" version="3.4.1.9004" targetFramework="net471" />
  <package id="AspNet.ScriptManager.bootstrap" version="3.0.0" targetFramework="net471" />
  <package id="AspNet.ScriptManager.jQuery" version="1.10.2" targetFramework="net471" />
  <package id="bootstrap" version="3.0.0" targetFramework="net471" />
  <package id="jQuery" version="1.10.2" targetFramework="net471" />
  <package id="Microsoft.ApplicationInsights" version="2.2.0" targetFramework="net471" />
  <package id="Microsoft.ApplicationInsights.Agent.Intercept" version="2.0.6" targetFramework="net471" />
  <package id="Microsoft.ApplicationInsights.DependencyCollector" version="2.2.0" targetFramework="net471" />
  <package id="Microsoft.ApplicationInsights.PerfCounterCollector" version="2.2.0" targetFramework="net471" />
  <package id="Microsoft.ApplicationInsights.Web" version="2.2.0" targetFramework="net471" />
  <package id="Microsoft.ApplicationInsights.WindowsServer" version="2.2.0" targetFramework="net471" />
  <package id="Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel" version="2.2.0" targetFramework="net471" />
  <package id="Microsoft.AspNet.FriendlyUrls" version="1.0.2" targetFramework="net471" />
  <package id="Microsoft.AspNet.FriendlyUrls.Core" version="1.0.2" targetFramework="net471" />
  <package id="Microsoft.AspNet.FriendlyUrls.Core.zh-Hant" version="1.0.2" targetFramework="net471" />
  <package id="Microsoft.AspNet.ScriptManager.MSAjax" version="5.0.0" targetFramework="net471" />
  <package id="Microsoft.AspNet.ScriptManager.WebForms" version="5.0.0" targetFramework="net471" />
  <package id="Microsoft.AspNet.Web.Optimization" version="1.1.3" targetFramework="net471" />
  <package id="Microsoft.AspNet.Web.Optimization.WebForms" version="1.1.3" targetFramework="net471" />
  <package id="Microsoft.AspNet.Web.Optimization.zh-Hant" version="1.1.3" targetFramework="net471" />
  <package id="Microsoft.CodeDom.Providers.DotNetCompilerPlatform" version="1.0.8" targetFramework="net471" />
  <package id="Microsoft.Net.Compilers" version="2.4.0" targetFramework="net471" developmentDependency="true" />
  <package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net471" />
  <package id="Modernizr" version="2.6.2" targetFramework="net471" />
  <package id="Newtonsoft.Json" version="6.0.4" targetFramework="net471" />
  <package id="Respond" version="1.2.0" targetFramework="net471" />
  <package id="WebGrease" version="1.5.2" targetFramework="net471" />
</packages>


********************************************************************************








<?xml version="1.0" encoding="utf-8"?>
<packages>
  <package id="Antlr" version="3.4.1.9004" targetFramework="net471" />
  <package id="AspNet.ScriptManager.bootstrap" version="3.0.0" targetFramework="net471" />
  <package id="AspNet.ScriptManager.jQuery" version="1.10.2" targetFramework="net471" />
  <package id="bootstrap" version="3.0.0" targetFramework="net471" />
  <package id="EntityFramework" version="6.1.3" targetFramework="net471" />
  <package id="EntityFramework.zh-Hant" version="6.1.3" targetFramework="net471" />
  <package id="jQuery" version="1.10.2" targetFramework="net471" />
  <package id="Microsoft.ApplicationInsights" version="2.2.0" targetFramework="net471" />
  <package id="Microsoft.ApplicationInsights.Agent.Intercept" version="2.0.6" targetFramework="net471" />
  <package id="Microsoft.ApplicationInsights.DependencyCollector" version="2.2.0" targetFramework="net471" />
  <package id="Microsoft.ApplicationInsights.PerfCounterCollector" version="2.2.0" targetFramework="net471" />
  <package id="Microsoft.ApplicationInsights.Web" version="2.2.0" targetFramework="net471" />
  <package id="Microsoft.ApplicationInsights.WindowsServer" version="2.2.0" targetFramework="net471" />
  <package id="Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel" version="2.2.0" targetFramework="net471" />
  <package id="Microsoft.AspNet.FriendlyUrls" version="1.0.2" targetFramework="net471" />
  <package id="Microsoft.AspNet.FriendlyUrls.Core" version="1.0.2" targetFramework="net471" />
  <package id="Microsoft.AspNet.FriendlyUrls.Core.zh-Hant" version="1.0.2" targetFramework="net471" />
  <package id="Microsoft.AspNet.Identity.Core" version="2.2.1" targetFramework="net471" />
  <package id="Microsoft.AspNet.Identity.Core.zh-Hant" version="2.2.1" targetFramework="net471" />
  <package id="Microsoft.AspNet.Identity.EntityFramework" version="2.2.1" targetFramework="net471" />
  <package id="Microsoft.AspNet.Identity.EntityFramework.zh-Hant" version="2.2.1" targetFramework="net471" />
  <package id="Microsoft.AspNet.Identity.Owin" version="2.2.1" targetFramework="net471" />
  <package id="Microsoft.AspNet.Identity.Owin.zh-Hant" version="2.2.1" targetFramework="net471" />
  <package id="Microsoft.AspNet.Providers.Core" version="2.0.0" targetFramework="net471" />
  <package id="Microsoft.AspNet.Providers.Core.zh-Hant" version="2.0.0" targetFramework="net471" />
  <package id="Microsoft.AspNet.ScriptManager.MSAjax" version="5.0.0" targetFramework="net471" />
  <package id="Microsoft.AspNet.ScriptManager.WebForms" version="5.0.0" targetFramework="net471" />
  <package id="Microsoft.AspNet.Web.Optimization" version="1.1.3" targetFramework="net471" />
  <package id="Microsoft.AspNet.Web.Optimization.WebForms" version="1.1.3" targetFramework="net471" />
  <package id="Microsoft.AspNet.Web.Optimization.zh-Hant" version="1.1.3" targetFramework="net471" />
  <package id="Microsoft.CodeDom.Providers.DotNetCompilerPlatform" version="1.0.8" targetFramework="net471" />
  <package id="Microsoft.Net.Compilers" version="2.4.0" targetFramework="net471" developmentDependency="true" />
  <package id="Microsoft.Owin" version="3.0.1" targetFramework="net471" />
  <package id="Microsoft.Owin.Host.SystemWeb" version="3.0.1" targetFramework="net471" />
  <package id="Microsoft.Owin.Host.SystemWeb.zh-Hant" version="3.0.1" targetFramework="net471" />
  <package id="Microsoft.Owin.Security" version="3.0.1" targetFramework="net471" />
  <package id="Microsoft.Owin.Security.Cookies" version="3.0.1" targetFramework="net471" />
  <package id="Microsoft.Owin.Security.Facebook" version="3.0.1" targetFramework="net471" />
  <package id="Microsoft.Owin.Security.Facebook.zh-Hant" version="3.0.1" targetFramework="net471" />
  <package id="Microsoft.Owin.Security.Google" version="3.0.1" targetFramework="net471" />
  <package id="Microsoft.Owin.Security.Google.zh-Hant" version="3.0.1" targetFramework="net471" />
  <package id="Microsoft.Owin.Security.MicrosoftAccount" version="3.0.1" targetFramework="net471" />
  <package id="Microsoft.Owin.Security.MicrosoftAccount.zh-Hant" version="3.0.1" targetFramework="net471" />
  <package id="Microsoft.Owin.Security.OAuth" version="3.0.1" targetFramework="net471" />
  <package id="Microsoft.Owin.Security.Twitter" version="3.0.1" targetFramework="net471" />
  <package id="Microsoft.Owin.Security.Twitter.zh-Hant" version="3.0.1" targetFramework="net471" />
  <package id="Microsoft.Owin.Security.zh-Hant" version="3.0.1" targetFramework="net471" />
  <package id="Microsoft.Owin.zh-Hant" version="3.0.1" targetFramework="net471" />
  <package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net471" />
  <package id="Modernizr" version="2.6.2" targetFramework="net471" />
  <package id="Newtonsoft.Json" version="6.0.4" targetFramework="net471" />
  <package id="Owin" version="1.0" targetFramework="net471" />
  <package id="Respond" version="1.2.0" targetFramework="net471" />
  <package id="WebGrease" version="1.5.2" targetFramework="net471" />
</packages>

********************************************************************************
比較

(待續)

相關

[研究][ASP.NET] Web Application 方案 WebForm 範本 (VS2017+.NET 4.7.1) 的 packages.config 套件階層架構

[研究] ASP.NET Identity v2.2.1 相依套件與 packages.config 階層架構
http://shaurong.blogspot.com/2017/04/aspnet-identity-v221-packagesconfig.html

[研究] ASP.NET Web Application 專案 WebForm 範本 (VS2015+.NET 4.6.2) 的 packages.config 套件階層架構
http://shaurong.blogspot.com/2017/02/aspnet-web-application-webform.html

[研究] ASP.NET Web Application 專案空白範本 (VS2015+.NET 4.6.2) 的 packages.config 內容
http://shaurong.blogspot.com/2017/01/aspnet-web-application-vs2015net-462.html

[研究] ASP.NET Web Application 專案 WebForm 範本 (VS2015+.NET 4.6.2) 的 packages.config 內容
http://shaurong.blogspot.com/2017/01/webform-vs2015net-462-packagesconfig.html

沒有留言:

張貼留言