ASP. NET WebApi project and dependency collation

Source: Internet
Author: User
Tags webhost

First, the current version

Microsoft ASP. NET Web API 2.2

Corresponding assembly version 5.2.3

Ii. content in the default generated configuration file

<Packages>  < PackageID= "Microsoft.AspNet.WebApi"version= "5.2.3"targetframework= "net452" />  < PackageID= "Microsoft.AspNet.WebApi.Client"version= "5.2.3"targetframework= "net452" />  < PackageID= "Microsoft.aspnet.webapi.client.zh-hans"version= "5.2.3"targetframework= "net452" />  < PackageID= "Microsoft.AspNet.WebApi.Core"version= "5.2.3"targetframework= "net452" />  < PackageID= "Microsoft.aspnet.webapi.core.zh-hans"version= "5.2.3"targetframework= "net452" />  < PackageID= "Microsoft.AspNet.WebApi.WebHost"version= "5.2.3"targetframework= "net452" />  < PackageID= "Microsoft.aspnet.webapi.webhost.zh-hans"version= "5.2.3"targetframework= "net452" />  < PackageID= "Microsoft.CodeDom.Providers.DotNetCompilerPlatform"version= "1.0.0"targetframework= "net452" />  < PackageID= "Microsoft.Net.Compilers"version= "1.0.0"targetframework= "net452"developmentdependency= "true" />  < PackageID= "Newtonsoft.json"version= "6.0.4"targetframework= "net452" /></Packages>

Third, the Assembly of dependency collation

1.microsoft.aspnet.webapi 5.2.3

Dependencies:Microsoft.AspNet.WebApi.WebHost (>= 5.2.3 && < 5.3.0)

2.microsoft.aspnet.webapi.webhost 5.2.3

Dependencies:Microsoft.AspNet.WebApi.Core (>= 5.2.3 && < 5.3.0)

3.microsoft.aspnet.webapi.core 5.2.3

Dependencies:Microsoft.AspNet.WebApi.Client (>= 5.2.3)

4.microsoft.aspnet.webapi.client 5.2.3

Dependencies:

    • . NETFramework 4.5
      • Newtonsoft.json (>= 6.0.4)
    • Portable Class Library (. NETFramework 4.5, Windows, WindowsPhone 8.0, WindowsPhone 8.1, Windowsphoneapp 8.1)
      • Newtonsoft.json (>= 6.0.4)
      • Microsoft.Net.Http (>= 2.2.22)

Reference Source: http://www.nuget.org/packages/Microsoft.AspNet.WebApi/

More:

ASP. WebApi POST Request collation (i)

ASP. NET WEBAPI Get request collation (i)

ASP. WEBAPI enable Cors cross-domain access specify multiple domain names

ASP. NET WebApi project and dependency collation

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.