<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  <metadata>
    <id>EntityFramework</id>
    <version>5.0.0</version>
    <authors>Microsoft</authors>
    <owners>Microsoft</owners>
    <licenseUrl>http://go.microsoft.com/fwlink/?LinkId=253898&amp;clcid=0x409</licenseUrl>
    <projectUrl>http://go.microsoft.com/fwlink/?LinkId=253891&amp;clcid=0x409</projectUrl>
    <iconUrl>http://go.microsoft.com/fwlink/?LinkID=386613</iconUrl>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <description>Entity Framework is Microsoft's recommended data access technology for new applications.</description>
    <summary>Entity Framework is Microsoft's recommended data access technology for new applications.</summary>
    <language>en-US</language>
    <frameworkAssemblies>
      <frameworkAssembly assemblyName="System.Data.Entity" targetFramework="" />
      <frameworkAssembly assemblyName="System.ComponentModel.DataAnnotations" targetFramework="" />
    </frameworkAssemblies>
  </metadata>
</package>