[Archived] MusicStore test application that uses ASP.NET/EF Core. Project moved to https://github.com/aspnet/AspNetCore
Перейти к файлу
ASP.NET CI 30d032dc2e Update dependencies.props
[auto-updated: dependencies]
2018-01-06 15:10:37 -08:00
.github Remove dockerfiles, update readme, and add issue and PR templates (#812) 2017-07-03 11:24:16 -07:00
build Update dependencies.props 2018-01-04 01:36:50 +00:00
samples/MusicStore Make the ANCM a conditional dependency (#838) 2018-01-04 16:46:33 -08:00
test Disabling tests while investigating ANCM responding with 400 status code. (#837) 2018-01-04 14:16:21 -08:00
tools Upgrade to VS 2017 2017-02-08 17:49:02 -08:00
.appveyor.yml Update bootstrappers 2017-10-09 12:45:58 -07:00
.deployment Upgrade to VS 2017 2017-02-08 17:49:02 -08:00
.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 Adding libunwind8 to .travis.yml 2017-06-26 09:39:51 -07:00
CONTRIBUTING.md Update Home master -> Home dev 2015-05-12 11:47:05 -07:00
Directory.Build.props Use MSBuild to set NuGet feeds instead of NuGet.config 2017-11-20 12:18:24 -08:00
Directory.Build.targets Use MicrosoftNETCoreApp21PackageVersion to determine the runtime framework in netcoreapp2.1 2017-11-17 13:00:26 -08: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 Clean up E2E tests 2016-03-08 08:50:16 -08:00
NuGet.config Use MSBuild to set NuGet feeds instead of NuGet.config 2017-11-20 12:18:24 -08:00
README.md Remove dockerfiles, update readme, and add issue and PR templates (#812) 2017-07-03 11:24:16 -07:00
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 Update dependencies.props 2018-01-06 15:10:37 -08:00
korebuild.json Pin tool and package versions to make builds more repeatable 2017-11-01 17:24:27 -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.