2017年1月25日 星期三

[研究] ASP.NET Web Application 專案空白範本 (VS2015+.NET 4.6.2) 的 packages.config 內容

[研究] ASP.NET Web Application 專案空白範本 (VS2015+.NET 4.6.2) 的 packages.config 內容

2017-01-25
2017-01-28 更新中 (尚未完成)

Visual Studio 2015 with Update 3
.NET Framework 4.6.2
ASP.NET Web Application ( .NET Framework ) 專案
"空白" 範本

packages.config 內容






<?xml version="1.0" encoding="utf-8"?>
<packages>
  <package id="Microsoft.CodeDom.Providers.DotNetCompilerPlatform" version="1.0.0" targetFramework="net462" />
  <package id="Microsoft.Net.Compilers" version="1.0.0" targetFramework="net462" developmentDependency="true" />
</packages>


Microsoft.CodeDom.Providers.DotNetCompilerPlatform
Core interfaces for ASP.NET Identity.

Microsoft.Net.Compilers 等
Core interfaces for ASP.NET Identity.

(完)

相關

[研究] 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

沒有留言:

張貼留言