summaryrefslogtreecommitdiff
path: root/Tools/dotnetcli/sdk/NuGetFallbackFolder/microsoft.visualstudio.web.codegeneration.entityframeworkcore/2.0.1/microsoft.visualstudio.web.codegeneration.entityframeworkcore.nuspec
blob: 2ba1a1e1cd62a6b6d7ce79614e71c20bad841451 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore</id>
    <version>2.0.1</version>
    <authors>Microsoft</authors>
    <owners>Microsoft</owners>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <licenseUrl>https://raw.githubusercontent.com/aspnet/Home/2.0.0/LICENSE.txt</licenseUrl>
    <projectUrl>https://asp.net/</projectUrl>
    <iconUrl>https://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
    <description>Contains Entity Framework Core Services used by ASP.NET Core Code Generators.</description>
    <copyright>Copyright © Microsoft Corporation</copyright>
    <tags>aspnetcore codegenerator scaffolding visualstudioweb</tags>
    <serviceable>true</serviceable>
    <repository type="git" url="https://github.com/aspnet/scaffolding" />
    <dependencies>
      <group targetFramework=".NETStandard2.0">
        <dependency id="Microsoft.VisualStudio.Web.CodeGeneration.Core" version="2.0.1" />
      </group>
    </dependencies>
  </metadata>
</package>