ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux. https://asp.net/

Nate McMaster 7ed3ccb768 Update to core-setup 2.0.7-20180406 packages 8 anni fa
.vscode 372be2f638 Generate and set DotNetRestoreSourcePropsPath 8 anni fa
build 7ed3ccb768 Update to core-setup 2.0.7-20180406 packages 8 anni fa
modules 6eb4b0ecfb Prepare the 2.0.7 patch 8 anni fa
scripts 027a6588f9 Backport scripts from dev used to generate tags on repos 8 anni fa
src adb254f4bb Add the 2.0.6 manifest to Microsoft.AspNetCore.All 8 anni fa
.appveyor.yml 805540ddb8 Add appveyor and travis CI config 8 anni fa
.editorconfig 177fa71634 Copy packages to ship/noship and verify coherent versions (#560) 8 anni fa
.gitattributes 77bcf111fb All line endings 10 anni fa
.gitignore c8068b7d1c Use submodules for source dependencies 8 anni fa
.gitmodules a16c3614d4 Update submodule urls 8 anni fa
.travis.yml 805540ddb8 Add appveyor and travis CI config 8 anni fa
CONTRIBUTING.md 9b07b0cddc Update Home master -> Home dev 11 anni fa
LICENSE.txt b781df02af Update LICENSE.txt and license header on files. 11 anni fa
NuGet.config 7fffc939cf Backport: consolidate list of myget feeds to one place and remove the need to mirror packages 8 anni fa
README.md c8068b7d1c Use submodules for source dependencies 8 anni fa
build.cmd 9c0eea3788 Update the bootstrapper to use compiled KoreBuild 8 anni fa
build.ps1 49c952a035 Update build tools to 2.0.3-rtm-10005 8 anni fa
build.sh 49c952a035 Update build tools to 2.0.3-rtm-10005 8 anni fa
korebuild-lock.txt fbf8e886ba Update to build tools 2.0.7-rtm-10027 8 anni fa
korebuild.json fb4d7fe5d9 Update FileSystem submodule and apply the result of the cascading versions 8 anni fa
version.props 2efb163714 Generate branding.g.props for use in downstream builds that need to align version information 8 anni fa

README.md

Universe

Build infrastructure used to produce the whole ASP.NET Core stack.

Getting started

git clone --recursive https://github.com/aspnet/Universe.git
cd Universe
./build.cmd

More info

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.