Go to file
Nate McMaster c14416f26f
Pin version variables to the ASP.NET Core 2.1.2 baseline
This reverts our previous policy of cascading versions on all servicing updates.
This moves variables into the 'pinned' section, and points them to the latest
stable release (versions that were used at the time of the 2.1.2 release).
2018-07-12 11:55:56 -07:00
.github Remove dockerfiles, update readme, and add issue and PR templates (#812) 2017-07-03 11:24:16 -07:00
build Pin version variables to the ASP.NET Core 2.1.2 baseline 2018-07-12 11:55:56 -07:00
samples/MusicStore Use the Razor.Sdk package 2018-04-19 11:11:22 -07:00
test Fix test conditionals, re-enable tests. 2018-04-06 15:47:43 -07:00
tools
.appveyor.yml Update dependencies.props to 2.1.0-preview-28193, build tools to 2.1.0-preview1-1010 [ci skip] 2018-01-31 15:01:12 -08:00
.deployment
.gitattributes Update bootstrappers to use the compiled version of KoreBuild 2017-07-25 16:33:38 -07:00
.gitignore Pin tool and package versions to make builds more repeatable 2017-11-01 17:24:27 -07:00
.travis.yml Update travis to High Sierra 2018-03-12 14:47:34 -07:00
CONTRIBUTING.md
Directory.Build.props Use MSBuild to set NuGet feeds instead of NuGet.config 2017-11-20 12:18:24 -08:00
Directory.Build.targets Set NETStandardImplicitPackageVersion via dependencies.props 2018-04-19 16:42:52 -07:00
LICENSE.txt Update LICENSE.txt text 2017-07-03 14:07:06 -07:00
MusicStore.sln Add RuntimeStore config to music store 2017-10-25 20:01:02 -07:00
MusicStore.sln.DotSettings
NuGet.config Use MSBuild to set NuGet feeds instead of NuGet.config 2017-11-20 12:18:24 -08:00
NuGetPackageVerifier.json Add NuGetPackageVerifier 2018-03-21 10:38:08 -07:00
README.md
build.cmd Update bootstrappers 2017-10-09 12:45:58 -07:00
build.sh Update bootstrappers 2017-10-09 12:45:58 -07:00
korebuild-lock.txt Updating dependencies to 2.1.2 and adding a section for pinned variable versions 2018-07-11 18:49:27 -07:00
korebuild.json Branching for 2.1.0-rc1 2018-04-16 17:00:04 -07:00
run.cmd Update bootstrappers 2017-10-09 12:45:58 -07:00
run.ps1 Update bootstrappers 2017-12-01 12:29:27 -08:00
run.sh Update bootstrappers 2017-12-01 12:29:27 -08:00

README.md

MusicStore (test application)

AppVeyor: AppVeyor

Travis: Travis

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.

About this repo

This repository is a test application used for ASP.NET Core internal test processes. It is not intended to be a representative sample of how to use ASP.NET Core.

Samples and docs for ASP.NET Core can be found here: https://docs.asp.net.