This repository was archived by the owner on Oct 18, 2018. It is now read-only.
File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
- <Project >
1
+ <Project >
2
2
<Import Project =" dependencies.props" />
3
3
4
4
<PropertyGroup >
5
5
<!-- These properties are use by the automation that updates dependencies.props -->
6
6
<LineupPackageId >Internal.AspNetCore.Universe.Lineup</LineupPackageId >
7
+ <LineupPackageVersion >2.1.0-rc1-*</LineupPackageVersion >
7
8
<LineupPackageRestoreSource >https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json</LineupPackageRestoreSource >
8
9
</PropertyGroup >
9
10
Original file line number Diff line number Diff line change 1
1
{
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 "
4
4
}
Original file line number Diff line number Diff line change 6
6
7
7
<PropertyGroup >
8
8
<VersionPrefix >1.0.0</VersionPrefix >
9
- <VersionSuffix >preview3 </VersionSuffix >
9
+ <VersionSuffix >rc1 </VersionSuffix >
10
10
<PackageVersion Condition =" '$(IsFinalBuild)' == 'true' AND '$(VersionSuffix)' == 'rtm' " >$(VersionPrefix)</PackageVersion >
11
11
<PackageVersion Condition =" '$(IsFinalBuild)' == 'true' AND '$(VersionSuffix)' != 'rtm' " >$(VersionPrefix)-$(VersionSuffix)-final</PackageVersion >
12
12
<BuildNumber Condition =" '$(BuildNumber)' == ''" >t000</BuildNumber >
You can’t perform that action at this time.
0 commit comments