Go to file
Steve Sanderson 414cfde099 Update Microsoft.DotNet.Web.ProjectTemplates.2.0 contents from dotnet/templating 2017-09-11 15:42:06 +01:00
build Add build target for publishing NuGet packages 2017-09-08 16:24:51 +01:00
src Update Microsoft.DotNet.Web.ProjectTemplates.2.0 contents from dotnet/templating 2017-09-11 15:42:06 +01:00
test/Templates.Test Trivial string tweak 2017-09-08 23:19:57 +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 Make build/boilerplate files consistent with other ASP.NET repos 2017-08-29 17:41:15 +01:00
CONTRIBUTING.md Make build/boilerplate files consistent with other ASP.NET repos 2017-08-29 17:41:15 +01:00
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 Make build/boilerplate files consistent with other ASP.NET repos 2017-08-29 17:41:15 +01:00
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 Make build/boilerplate files consistent with other ASP.NET repos 2017-08-29 17:41:15 +01:00
TemplateDependencies.props Correct all the 2.0 projects to reference 2.0 dependencies, not 2.1.0-* 2017-09-11 15:40:03 +01:00
Templating.sln Add Microsoft.DotNet.Web.Client.ItemTemplates package copied from dotnet/templating repo 2017-09-11 15:24:10 +01:00
build.cmd Make build/boilerplate files consistent with other ASP.NET repos 2017-08-29 17:41:15 +01:00
build.ps1 Make build/boilerplate files consistent with other ASP.NET repos 2017-08-29 17:41:15 +01:00
build.sh Make build/boilerplate files consistent with other ASP.NET repos 2017-08-29 17:41:15 +01:00
version.xml Add .sln file and Template.csproj that builds all the template packages 2017-08-29 17:48:49 +01:00

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.