Branching for 2.1.0-rc1

This commit is contained in:
Ryan Brandenburg 2018-04-16 13:09:11 -07:00
parent d6cd363a8b
commit e4e09975e3
2 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
<Project>
<Project>
<Import Project="dependencies.props" />
<PropertyGroup>
<LineupPackageId>Internal.AspNetCore.Universe.Lineup</LineupPackageId>
<LineupPackageId>Internal.AspNetCore.Universe.Lineup</LineupPackageId>`n <LineupPackageVersion>2.1.0-rc1-*</LineupPackageVersion>
<LineupPackageRestoreSource>https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json</LineupPackageRestoreSource>
</PropertyGroup>

View File

@ -1,4 +1,4 @@
{
"$schema": "https://raw.githubusercontent.com/aspnet/BuildTools/dev/tools/korebuild.schema.json",
"channel": "dev"
"$schema": "https://raw.githubusercontent.com/aspnet/BuildTools/release/2.1/tools/korebuild.schema.json",
"channel": "release/2.1"
}