Skip to content

Commit 718989b

Browse files
Branching for 2.1.0-rc1
1 parent 2850064 commit 718989b

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

build/repo.props

Lines changed: 2 additions & 1 deletion
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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
"toolsets": {
55
"nodejs": {
66
"required": true,

version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
33
<VersionPrefix>2.1.0</VersionPrefix>
4-
<VersionSuffix>preview3</VersionSuffix>
4+
<VersionSuffix>rc1</VersionSuffix>
55
<PackageVersion Condition="'$(IsFinalBuild)' == 'true' AND '$(VersionSuffix)' == 'rtm' ">$(VersionPrefix)</PackageVersion>
66
<PackageVersion Condition="'$(IsFinalBuild)' == 'true' AND '$(VersionSuffix)' != 'rtm' ">$(VersionPrefix)-$(VersionSuffix)-final</PackageVersion>
77
<BuildNumber Condition="'$(BuildNumber)' == ''">t000</BuildNumber>

0 commit comments

Comments
 (0)