This repository was archived by the owner on Nov 20, 2018. It is now read-only.
File tree 7 files changed +22
-10
lines changed
7 files changed +22
-10
lines changed Original file line number Diff line number Diff line change
1
+ <Project >
2
+ <Import Project =" version.props" />
3
+ <Import Project =" build\dependencies.props" />
4
+ <Import Project =" build\sources.props" />
5
+
6
+ <PropertyGroup >
7
+ <RepositoryRoot >$(MSBuildThisFileDirectory)</RepositoryRoot >
8
+ </PropertyGroup >
9
+ </Project >
Original file line number Diff line number Diff line change 1
1
<Project >
2
- <Import Project =" build\sources.props" />
3
- <Import Project =" build\dependencies.props" />
2
+ <PropertyGroup >
3
+ <NETStandardImplicitPackageVersion Condition =" '$(TargetFramework)' == 'netstandard2.0' " >$(NETStandardLibrary20PackageVersion)</NETStandardImplicitPackageVersion >
4
+ <RuntimeFrameworkVersion Condition =" '$(TargetFramework)' == 'netcoreapp2.0' " >$(MicrosoftNETCoreApp20PackageVersion)</RuntimeFrameworkVersion >
5
+ </PropertyGroup >
4
6
</Project >
Original file line number Diff line number Diff line change 1
- <Project >
2
- <Import Project =" ..\version.props" />
1
+ <Project >
3
2
4
3
<PropertyGroup >
5
4
<Product >Microsoft ASP.NET Core</Product >
Original file line number Diff line number Diff line change 11
11
<MicrosoftExtensionsOptionsPackageVersion >2.0.0</MicrosoftExtensionsOptionsPackageVersion >
12
12
<MicrosoftExtensionsPrimitivesPackageVersion >2.0.0</MicrosoftExtensionsPrimitivesPackageVersion >
13
13
<MicrosoftExtensionsWebEncodersSourcesPackageVersion >2.0.0</MicrosoftExtensionsWebEncodersSourcesPackageVersion >
14
+ <MicrosoftNETCoreApp20PackageVersion >2.0.5</MicrosoftNETCoreApp20PackageVersion >
14
15
<MicrosoftNETTestSdkPackageVersion >15.3.0</MicrosoftNETTestSdkPackageVersion >
16
+ <NETStandardLibrary20PackageVersion >2.0.1</NETStandardLibrary20PackageVersion >
15
17
<SystemBuffersPackageVersion >4.4.0</SystemBuffersPackageVersion >
16
18
<SystemTextEncodingsWebPackageVersion >4.4.0</SystemTextEncodingsWebPackageVersion >
17
19
<XunitPackageVersion >2.3.0-beta2-build3683</XunitPackageVersion >
Original file line number Diff line number Diff line change 1
- version:2.0.2-rc1-15526
2
- commithash:436afc3dc08f5e278431db807866cc5f032f4d7b
1
+ version:2.0.5-rtm-10016
2
+ commithash:02bda79ac9c564229da734a836f258d6c1321eb7
Original file line number Diff line number Diff line change 1
1
{
2
- "$schema" : " https://raw.githubusercontent.com/aspnet/BuildTools/rel /2.0.2 /tools/korebuild.schema.json" ,
3
- "channel" : " rel /2.0.2 "
2
+ "$schema" : " https://raw.githubusercontent.com/aspnet/BuildTools/release /2.0/tools/korebuild.schema.json" ,
3
+ "channel" : " release /2.0"
4
4
}
Original file line number Diff line number Diff line change 1
- <Project >
1
+ <Project >
2
2
<PropertyGroup >
3
- <VersionPrefix >2.0.1 </VersionPrefix >
3
+ <VersionPrefix >2.0.2 </VersionPrefix >
4
4
<VersionSuffix >rtm</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 >
You can’t perform that action at this time.
0 commit comments