﻿<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Microsoft.EntityFrameworkCore.Tools</id>
    <version>9.0.0</version>
    <authors>Microsoft</authors>
    <developmentDependency>true</developmentDependency>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <icon>Icon.png</icon>
    <readme>docs\PACKAGE.md</readme>
    <projectUrl>https://docs.microsoft.com/ef/core/</projectUrl>
    <description>Entity Framework Core Tools for the NuGet Package Manager Console in Visual Studio.

Enables these commonly used commands:
Add-Migration
Bundle-Migration
Drop-Database
Get-DbContext
Get-Migration
Optimize-DbContext
Remove-Migration
Scaffold-DbContext
Script-Migration
Update-Database</description>
    <copyright>© Microsoft Corporation. All rights reserved.</copyright>
    <tags>Entity Framework Core entity-framework-core EF Data O/RM EntityFramework EntityFrameworkCore EFCore</tags>
    <serviceable>true</serviceable>
    <repository type="git" url="https://github.com/dotnet/efcore" commit="645f3131a5b0a4bf677201cf22773990a5316c89" />
    <dependencies>
      <group targetFramework="net8.0">
        <dependency id="Microsoft.EntityFrameworkCore.Design" version="9.0.0" />
      </group>
    </dependencies>
  </metadata>
</package>