Go to file
Glenn Condron 6f95507332 Merge pull request #1448 from aspnet/glennc/rc2
Glennc/rc2
2016-05-16 12:07:13 -07:00
samples
.gitattributes
.gitignore
CONTRIBUTING.md Name change ASP.NET 5 --> ASP.NET Core 2016-01-31 21:20:38 -08:00
GettingStartedDeb.md
Home.sln
LICENSE.txt
README.md Update README.md 2016-05-16 10:49:07 -07:00
dnvm.cmd
dnvm.ps1 ⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh 2015-12-11 12:28:39 -08:00
dnvm.sh ⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh 2015-12-11 12:28:39 -08:00
dnvminstall.ps1
dnvminstall.sh

README.md

Join the chat at https://gitter.im/aspnet/Home

If you are looking for the homepage of .NET Core, with getting started guides and downloads for released versions of ASP.NET Core then you should go to http://dot.net. This is the home page of our source code repositories and is intended for those contributing to ASP.NET Core or using bleeding edge nightly builds.

If you want a more stable, released, experience or getting started instructions then go to one of the following:

If you want to follow along with development of ASP.NET Core then go to:

  • Community Standup The community standup is held every week and streamed live to YouTube. You can view past standups in the linked playlist.
  • Roadmap The schedule and milestone themes for ASP.NET Core.

Getting ASP.NET Core

  • Stable builds of ASP.NET Core should be obtained from http://dot.net.
  • If you want to use nightlies then you need to:
    <?xml version="1.0" encoding="utf-8"?>
    <configuration>
        <packageSources>
            <clear />
            <add key="AspNetCI" value="https://www.myget.org/F/aspnetvnext/api/v3/index.json" />
            <add key="NuGet.org" value="https://api.nuget.org/v3/index.json" />
        </packageSources>
    </configuration>
    
    NOTE: This NuGet.Config should be with your application unless you want nightly packages to potentially start being restored for other apps on the machine.
    • Change your applications dependencies to have a * to get the latest version, 1.0.0-* for example.

Repos and Projects

These are some of the most common repos:

NuGet feeds and branches

See the NuGet feeds wiki page.

Build tools

This project produces builds using JetBrains TeamCity.

Feedback

Check out the contributing page to see the best places to log issues and start discussions.