aspnet / Templates

This repo is OBSOLETE - please see the README file for information
Other
150 stars 57 forks source link

Use Microsoft.AspNetCore Metapackge in templates #749

Closed phenning closed 7 years ago

phenning commented 7 years ago

This package pulls in the following packages, so these can be removed from the templates:

    <dependency id="Microsoft.AspNetCore.Diagnostics" version="[1.0.1, )" />
    <dependency id="Microsoft.AspNetCore.Hosting" version="[1.0.1, )" />
    <dependency id="Microsoft.AspNetCore.Routing" version="[1.0.2, )" />
    <dependency id="Microsoft.AspNetCore.Server.IISIntegration" version="[1.0.1, )" />
    <dependency id="Microsoft.AspNetCore.Server.Kestrel" version="[1.0.2, )" />
    <dependency id="Microsoft.Extensions.Configuration.EnvironmentVariables" version="[1.0.1, )" />
    <dependency id="Microsoft.Extensions.Configuration.FileExtensions" version="[1.0.1, )" />
    <dependency id="Microsoft.Extensions.Configuration.Json" version="[1.0.1, )" />
    <dependency id="Microsoft.Extensions.Logging" version="[1.0.1, )" />
    <dependency id="Microsoft.Extensions.Logging.Console" version="[1.0.1, )" />
    <dependency id="Microsoft.Extensions.Options.ConfigurationExtensions" version="[1.0.1, )" />
    <dependency id="NETStandard.Library" version="[1.6.0, )" />