yavsc/build/approot/packages/Microsoft.AspNet.Mvc/6.0.0-rc1-final/Microsoft.AspNet.Mvc.nuspec

45 lines
3.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Microsoft.AspNet.Mvc</id>
<version>6.0.0-rc1-final</version>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<authors>Microsoft</authors>
<owners>Microsoft</owners>
<licenseUrl>http://www.microsoft.com/web/webpi/eula/net_library_eula_enu.htm</licenseUrl>
<projectUrl>http://www.asp.net/</projectUrl>
<iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
<description>ASP.NET MVC is a web framework that gives you a powerful, patterns-based way to build dynamic websites and Web APIs. ASP.NET MVC enables a clean separation of concerns and gives you full control over markup.</description>
<copyright>Copyright © Microsoft Corporation</copyright>
<dependencies>
<group targetFramework=".NETFramework4.5.1">
<dependency id="Microsoft.AspNet.Mvc.ApiExplorer" version="6.0.0-rc1-final" />
<dependency id="Microsoft.AspNet.Mvc.Cors" version="6.0.0-rc1-final" />
<dependency id="Microsoft.AspNet.Mvc.DataAnnotations" version="6.0.0-rc1-final" />
<dependency id="Microsoft.AspNet.Mvc.Formatters.Json" version="6.0.0-rc1-final" />
<dependency id="Microsoft.AspNet.Mvc.Localization" version="6.0.0-rc1-final" />
<dependency id="Microsoft.AspNet.Mvc.Razor" version="6.0.0-rc1-final" />
<dependency id="Microsoft.AspNet.Mvc.ViewFeatures" version="6.0.0-rc1-final" />
<dependency id="Microsoft.Extensions.Caching.Memory" version="1.0.0-rc1-final" />
<dependency id="Microsoft.Extensions.DependencyInjection" version="1.0.0-rc1-final" />
</group>
<group targetFramework=".NETPlatform5.4">
<dependency id="Microsoft.AspNet.Mvc.ApiExplorer" version="6.0.0-rc1-final" />
<dependency id="Microsoft.AspNet.Mvc.Cors" version="6.0.0-rc1-final" />
<dependency id="Microsoft.AspNet.Mvc.DataAnnotations" version="6.0.0-rc1-final" />
<dependency id="Microsoft.AspNet.Mvc.Formatters.Json" version="6.0.0-rc1-final" />
<dependency id="Microsoft.AspNet.Mvc.Localization" version="6.0.0-rc1-final" />
<dependency id="Microsoft.AspNet.Mvc.Razor" version="6.0.0-rc1-final" />
<dependency id="Microsoft.AspNet.Mvc.ViewFeatures" version="6.0.0-rc1-final" />
<dependency id="Microsoft.Extensions.Caching.Memory" version="1.0.0-rc1-final" />
<dependency id="Microsoft.Extensions.DependencyInjection" version="1.0.0-rc1-final" />
</group>
</dependencies>
<frameworkAssemblies>
<frameworkAssembly assemblyName="mscorlib" targetFramework=".NETFramework4.5.1" />
<frameworkAssembly assemblyName="System" targetFramework=".NETFramework4.5.1" />
<frameworkAssembly assemblyName="System.Core" targetFramework=".NETFramework4.5.1" />
<frameworkAssembly assemblyName="Microsoft.CSharp" targetFramework=".NETFramework4.5.1" />
</frameworkAssemblies>
</metadata>
</package>