This repository was archived by the owner on Nov 6, 2018. It is now read-only.
File tree 14 files changed +59
-41
lines changed
14 files changed +59
-41
lines changed Original file line number Diff line number Diff line change @@ -34,4 +34,3 @@ project.lock.json
34
34
* .nuget.props
35
35
* .nuget.targets
36
36
global.json
37
- korebuild-lock.txt
Original file line number Diff line number Diff line change 1
- <Project >
2
- <Import Project =" version.xml" />
1
+ <Project >
2
+ <Import Project =" version.props" />
3
+ <Import Project =" build\dependencies.props" />
3
4
4
5
<PropertyGroup >
5
6
<Product >Microsoft .NET Extensions</Product >
9
10
<AssemblyOriginatorKeyFile >$(MSBuildThisFileDirectory)build\Key.snk</AssemblyOriginatorKeyFile >
10
11
<SignAssembly >true</SignAssembly >
11
12
<PublicSign Condition =" '$(OS)' != 'Windows_NT'" >true</PublicSign >
12
- <VersionSuffix Condition =" '$(VersionSuffix)'!='' AND '$(BuildNumber)' != ''" >$(VersionSuffix)-$(BuildNumber)</VersionSuffix >
13
13
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
14
14
</PropertyGroup >
15
15
Original file line number Diff line number Diff line change 1
- <Project InitialTargets =" EnsureKoreBuildRestored" >
2
- <Target Name =" EnsureKoreBuildRestored" Condition =" '$(KoreBuildRestoreTargetsImported)' != 'true' AND '$(MSBuildProjectName)' != 'BenchmarkDotNet.Autogenerated'" >
3
- <PropertyGroup >
4
- <_BootstrapperFile Condition =" $([MSBuild]::IsOSUnixLike()) " >build.sh</_BootstrapperFile >
5
- <_BootstrapperFile Condition =" ! $([MSBuild]::IsOSUnixLike()) " >build.cmd</_BootstrapperFile >
6
- <_BootstrapperError >
7
- Package references have not been pinned. Run './$(_BootstrapperFile) /t:Pin'.
8
- Also, you can run './$(_BootstrapperFile) /t:Restore' which will pin *and* restore packages. '$(_BootstrapperFile)' can be found in '$(MSBuildThisFileDirectory)'.
9
- </_BootstrapperError >
10
- </PropertyGroup >
11
-
12
- <Error Code =" KRB1001" Text =" $(_BootstrapperError.Trim())" />
13
- </Target >
1
+ <Project >
2
+ <PropertyGroup >
3
+ <RuntimeFrameworkVersion Condition =" '$(TargetFramework)' == 'netcoreapp2.0' " >$(MicrosoftNETCoreApp20PackageVersion)</RuntimeFrameworkVersion >
4
+ </PropertyGroup >
14
5
</Project >
Original file line number Diff line number Diff line change 3
3
<packageSources >
4
4
<clear />
5
5
<add key =" AspNetCore" value =" https://dotnet.myget.org/F/aspnetcore-ci-dev/api/v3/index.json" />
6
+ <add key =" AspNetCoreTools" value =" https://dotnet.myget.org/F/aspnetcore-tools/api/v3/index.json" />
6
7
<add key =" NuGet" value =" https://api.nuget.org/v3/index.json" />
7
8
</packageSources >
8
9
</configuration >
Original file line number Diff line number Diff line change
1
+ <Project >
2
+ <PropertyGroup >
3
+ <MSBuildAllProjects >$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects >
4
+ </PropertyGroup >
5
+ <PropertyGroup Label =" Package Versions" >
6
+ <InternalAspNetCoreSdkPackageVersion >2.1.0-preview1-15549</InternalAspNetCoreSdkPackageVersion >
7
+ <MicrosoftAspNetCoreTestingPackageVersion >2.1.0-preview1-27488</MicrosoftAspNetCoreTestingPackageVersion >
8
+ <MicrosoftExtensionsHashCodeCombinerSourcesPackageVersion >2.1.0-preview1-27488</MicrosoftExtensionsHashCodeCombinerSourcesPackageVersion >
9
+ <MicrosoftExtensionsPrimitivesPackageVersion >2.1.0-preview1-27488</MicrosoftExtensionsPrimitivesPackageVersion >
10
+ <MicrosoftNETCoreApp20PackageVersion >2.0.0</MicrosoftNETCoreApp20PackageVersion >
11
+ <MicrosoftNETTestSdkPackageVersion >15.3.0</MicrosoftNETTestSdkPackageVersion >
12
+ <MoqPackageVersion >4.7.49</MoqPackageVersion >
13
+ <XunitAnalyzersPackageVersion >0.7.0</XunitAnalyzersPackageVersion >
14
+ <XunitPackageVersion >2.3.0</XunitPackageVersion >
15
+ <XunitRunnerVisualStudioPackageVersion >2.3.0</XunitRunnerVisualStudioPackageVersion >
16
+ </PropertyGroup >
17
+ <Import Project =" $(DotNetPackageVersionPropsPath)" Condition =" '$(DotNetPackageVersionPropsPath)' != '' " />
18
+ </Project >
Original file line number Diff line number Diff line change 1
1
<Project >
2
- <ItemGroup >
3
- <PackageLineup Include =" Internal.AspNetCore.Universe.Lineup" Version =" 2.1.0-*" />
4
- <PackageLineup Include =" Internal.AspNetCore.Partners.Lineup" Version =" 2.1.0-*" />
5
- </ItemGroup >
2
+ <PropertyGroup >
3
+ <!-- These properties are use by the automation that updates dependencies.props -->
4
+ <LineupPackageId >Internal.AspNetCore.Universe.Lineup</LineupPackageId >
5
+ <LineupPackageRestoreSource >https://dotnet.myget.org/F/aspnetcore-ci-dev/api/v3/index.json</LineupPackageRestoreSource >
6
+ </PropertyGroup >
6
7
</Project >
Original file line number Diff line number Diff line change
1
+ version:2.1.0-preview1-15549
2
+ commithash:f570e08585fec510dd60cd4bfe8795388b757a95
Original file line number Diff line number Diff line change
1
+ {
2
+ "$schema" : " https://raw.githubusercontent.com/aspnet/BuildTools/dev/tools/korebuild.schema.json" ,
3
+ "channel" : " dev"
4
+ }
Original file line number Diff line number Diff line change 1
- <Project >
1
+ <Project >
2
2
<Import Project =" ..\Directory.Build.props" />
3
3
4
4
<PropertyGroup >
7
7
</PropertyGroup >
8
8
9
9
<ItemGroup >
10
- <PackageReference Include =" Internal.AspNetCore.Sdk" PrivateAssets =" All" />
10
+ <PackageReference Include =" Internal.AspNetCore.Sdk" PrivateAssets =" All" Version = " $(InternalAspNetCoreSdkPackageVersion) " />
11
11
</ItemGroup >
12
12
</Project >
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Microsoft.Extensions.FileProviders.IFileProvider</Description>
16
16
</ItemGroup >
17
17
18
18
<ItemGroup >
19
- <PackageReference Include =" Microsoft.Extensions.Primitives" />
19
+ <PackageReference Include =" Microsoft.Extensions.Primitives" Version = " $(MicrosoftExtensionsPrimitivesPackageVersion) " />
20
20
</ItemGroup >
21
21
22
22
</Project >
Original file line number Diff line number Diff line change 10
10
</PropertyGroup >
11
11
12
12
<ItemGroup >
13
- <PackageReference Include =" Microsoft.Extensions.HashCodeCombiner.Sources" PrivateAssets =" All" />
13
+ <PackageReference Include =" Microsoft.Extensions.HashCodeCombiner.Sources" PrivateAssets =" All" Version = " $(MicrosoftExtensionsHashCodeCombinerSourcesPackageVersion) " />
14
14
</ItemGroup >
15
15
16
16
</Project >
Original file line number Diff line number Diff line change 1
- <Project >
1
+ <Project >
2
2
<Import Project =" ..\Directory.Build.props" />
3
3
4
4
<ItemGroup >
5
- <PackageReference Include =" Internal.AspNetCore.Sdk" PrivateAssets =" All" />
6
- <PackageReference Include =" Microsoft.AspNetCore.Testing" />
7
- <PackageReference Include =" Microsoft.NET.Test.Sdk" />
8
- <PackageReference Include =" Moq" />
9
- <PackageReference Include =" xunit" />
10
- <PackageReference Include =" xunit.analyzers" />
11
- <PackageReference Include =" xunit.runner.visualstudio" />
5
+ <PackageReference Include =" Internal.AspNetCore.Sdk" PrivateAssets =" All" Version = " $(InternalAspNetCoreSdkPackageVersion) " />
6
+ <PackageReference Include =" Microsoft.AspNetCore.Testing" Version = " $(MicrosoftAspNetCoreTestingPackageVersion) " />
7
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version = " $(MicrosoftNETTestSdkPackageVersion) " />
8
+ <PackageReference Include =" Moq" Version = " $(MoqPackageVersion) " />
9
+ <PackageReference Include =" xunit" Version = " $(XunitPackageVersion) " />
10
+ <PackageReference Include =" xunit.analyzers" Version = " $(XunitAnalyzersPackageVersion) " />
11
+ <PackageReference Include =" xunit.runner.visualstudio" Version = " $(XunitRunnerVisualStudioPackageVersion) " />
12
12
</ItemGroup >
13
13
</Project >
Original file line number Diff line number Diff line change
1
+ <Project >
2
+ <PropertyGroup >
3
+ <VersionPrefix >2.1.0</VersionPrefix >
4
+ <VersionSuffix >preview1</VersionSuffix >
5
+ <PackageVersion Condition =" '$(IsFinalBuild)' == 'true' AND '$(VersionSuffix)' == 'rtm' " >$(VersionPrefix)</PackageVersion >
6
+ <PackageVersion Condition =" '$(IsFinalBuild)' == 'true' AND '$(VersionSuffix)' != 'rtm' " >$(VersionPrefix)-$(VersionSuffix)-final</PackageVersion >
7
+ <BuildNumber Condition =" '$(BuildNumber)' == ''" >t000</BuildNumber >
8
+ <VersionSuffix Condition =" '$(VersionSuffix)' != '' And '$(BuildNumber)' != ''" >$(VersionSuffix)-$(BuildNumber)</VersionSuffix >
9
+ </PropertyGroup >
10
+ </Project >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments