This repository was archived by the owner on Nov 20, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments