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

33 lines
1.7 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.Formatters.Json</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>JSON input and output for the MVC runtime</description>
<copyright>Copyright © Microsoft Corporation</copyright>
<dependencies>
<group targetFramework=".NETFramework4.5.1">
<dependency id="Microsoft.AspNet.JsonPatch" version="1.0.0-rc1-final" />
<dependency id="Microsoft.AspNet.Mvc.Core" version="6.0.0-rc1-final" />
<dependency id="Newtonsoft.Json" version="6.0.6" />
</group>
<group targetFramework=".NETPlatform5.4">
<dependency id="Microsoft.AspNet.JsonPatch" version="1.0.0-rc1-final" />
<dependency id="Microsoft.AspNet.Mvc.Core" version="6.0.0-rc1-final" />
<dependency id="Newtonsoft.Json" version="6.0.6" />
</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>