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
"toolsets" : {
5
5
"nodejs" : {
6
6
"required" : true ,
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
3
<VersionPrefix >2.1.0</VersionPrefix >
4
- <VersionSuffix >preview3 </VersionSuffix >
4
+ <VersionSuffix >rc1 </VersionSuffix >
5
5
<PackageVersion Condition =" '$(IsFinalBuild)' == 'true' AND '$(VersionSuffix)' == 'rtm' " >$(VersionPrefix)</PackageVersion >
6
6
<PackageVersion Condition =" '$(IsFinalBuild)' == 'true' AND '$(VersionSuffix)' != 'rtm' " >$(VersionPrefix)-$(VersionSuffix)-final</PackageVersion >
7
7
<BuildNumber Condition =" '$(BuildNumber)' == ''" >t000</BuildNumber >
You can’t perform that action at this time.
0 commit comments