21 lines
914 B
Markdown
21 lines
914 B
Markdown
MusicStore (test application)
|
|
=============================
|
|
|
|
AppVeyor: [![AppVeyor][appveyor-badge]][appveyor-build]
|
|
|
|
Travis: [![Travis][travis-badge]][travis-build]
|
|
|
|
[appveyor-badge]: https://ci.appveyor.com/api/projects/status/ja8a7j6jscj7k3xa/branch/dev?svg=true
|
|
[appveyor-build]: https://ci.appveyor.com/project/aspnetci/MusicStore/branch/dev
|
|
[travis-badge]: https://travis-ci.org/aspnet/MusicStore.svg?branch=dev
|
|
[travis-build]: https://travis-ci.org/aspnet/MusicStore
|
|
|
|
This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the [Home](https://github.com/aspnet/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>.
|