Skip to content
This repository was archived by the owner on Oct 18, 2018. It is now read-only.

Commit 71f1c14

Browse files
Branching for 2.1.0-rc1
1 parent 5760185 commit 71f1c14

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

build/repo.props

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
<Project>
1+
<Project>
22
<Import Project="dependencies.props" />
33

44
<PropertyGroup>
55
<!-- These properties are use by the automation that updates dependencies.props -->
66
<LineupPackageId>Internal.AspNetCore.Universe.Lineup</LineupPackageId>
7+
<LineupPackageVersion>2.1.0-rc1-*</LineupPackageVersion>
78
<LineupPackageRestoreSource>https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json</LineupPackageRestoreSource>
89
</PropertyGroup>
910

korebuild.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"$schema": "https://raw.githubusercontent.com/aspnet/BuildTools/dev/tools/korebuild.schema.json",
3-
"channel": "dev"
2+
"$schema": "https://raw.githubusercontent.com/aspnet/BuildTools/release/2.1/tools/korebuild.schema.json",
3+
"channel": "release/2.1"
44
}

version.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<PropertyGroup>
88
<VersionPrefix>1.0.0</VersionPrefix>
9-
<VersionSuffix>preview3</VersionSuffix>
9+
<VersionSuffix>rc1</VersionSuffix>
1010
<PackageVersion Condition="'$(IsFinalBuild)' == 'true' AND '$(VersionSuffix)' == 'rtm' ">$(VersionPrefix)</PackageVersion>
1111
<PackageVersion Condition="'$(IsFinalBuild)' == 'true' AND '$(VersionSuffix)' != 'rtm' ">$(VersionPrefix)-$(VersionSuffix)-final</PackageVersion>
1212
<BuildNumber Condition="'$(BuildNumber)' == ''">t000</BuildNumber>

0 commit comments

Comments
 (0)