Go to file
Pavel Krymets e5a9bd3dd7 Remove IncludeScopes from logger configurations 2017-09-21 14:06:07 -07:00
build When the CI system supplies a .deps dir, use that as the lineups/packages resource source 2017-09-12 11:23:22 +01:00
src Remove IncludeScopes from logger configurations 2017-09-21 14:06:07 -07:00
test/Templates.Test Move 2.1 templates to netcoreapp2.0 until we use an SDK that supports netcoreapp2.1 2017-09-11 18:53:59 +01:00
tools/DependencyUpdater Simplify substitution logic by removing need for string parsing 2017-09-11 12:56:02 +01:00
.appveyor.yml On AppVeyor, run tests through newer version of Node for faster npm restores 2017-09-06 12:58:51 +01:00
.gitignore Add missing content files for Microsoft.DotNet.Web.ProjectTemplates.2.1 2017-09-11 16:36:06 +01:00
CONTRIBUTING.md
Directory.Build.props Add a convenient way to manually override all templates' package dependency versions, e.g., when branching for a release 2017-09-11 13:33:02 +01:00
Directory.Build.targets Modernize build system (use Directory.Build.* and KoreBuild lineups) 2017-08-30 14:46:37 +01:00
LICENSE.txt
NuGet.config Modernize build system (use Directory.Build.* and KoreBuild lineups) 2017-08-30 14:46:37 +01:00
NuGetPackageVerifier.json Run NuGet Package Verifier on build 2017-09-08 15:43:13 +01:00
README.md
TemplateDependencies.props Simplify template dependency configuration 2017-09-11 16:19:22 +01:00
Templating.sln Add new Microsoft.DotNet.Web.ProjectTemplates.2.1 package, taking contents from dotnet/templating 2017-09-11 15:44:56 +01:00
build.cmd
build.ps1
build.sh
version.xml

README.md

Templates

Getting Started

ASP.NET Templates provide project templates which are used in .NET Core for creating ASP.NET Core applications.

This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the Home repo.

Get started.