forked from dotnet/efcore
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pin tool and package versions to make builds more repeatable
- Loading branch information
Nate McMaster
committed
Nov 1, 2017
1 parent
e70d7da
commit e76f8f3
Showing
45 changed files
with
146 additions
and
171 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -294,4 +294,3 @@ __pycache__/ | |
*.btm.cs | ||
*.odx.cs | ||
*.xsd.cs | ||
korebuild-lock.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,7 @@ | ||
<Project InitialTargets="EnsureKoreBuildRestored"> | ||
<Target Name="EnsureKoreBuildRestored" Condition=" '$(KoreBuildRestoreTargetsImported)' != 'true' AND '$(MSBuildProjectName)' != 'BenchmarkDotNet.Autogenerated'"> | ||
<PropertyGroup> | ||
<_BootstrapperFile Condition=" $([MSBuild]::IsOSUnixLike()) ">build.sh</_BootstrapperFile> | ||
<_BootstrapperFile Condition="! $([MSBuild]::IsOSUnixLike()) ">build.cmd</_BootstrapperFile> | ||
<_BootstrapperError> | ||
Package references have not been pinned. Run './$(_BootstrapperFile) /t:Pin'. | ||
Also, you can run './$(_BootstrapperFile) /t:Restore' which will pin *and* restore packages. '$(_BootstrapperFile)' can be found in '$(MSBuildThisFileDirectory)'. | ||
</_BootstrapperError> | ||
</PropertyGroup> | ||
|
||
<Error Code="KRB1001" Text="$(_BootstrapperError.Trim())" /> | ||
</Target> | ||
<Project> | ||
<PropertyGroup> | ||
<!-- Assign these values at the end of the project after TargetFramework has been assigned. TargetFramework is not assigned yet in Directory.Build.props. --> | ||
<RuntimeFrameworkVersion Condition=" '$(TargetFramework)' == 'netcoreapp1.1' ">$(MicrosoftNETCoreApp11PackageVersion)</RuntimeFrameworkVersion> | ||
<RuntimeFrameworkVersion Condition=" '$(TargetFramework)' == 'netcoreapp2.0' ">$(MicrosoftNETCoreApp20PackageVersion)</RuntimeFrameworkVersion> | ||
</PropertyGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
<Project> | ||
<PropertyGroup> | ||
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects> | ||
</PropertyGroup> | ||
<PropertyGroup Label="Package Versions"> | ||
<BenchmarkDotNetPackageVersion>0.10.9</BenchmarkDotNetPackageVersion> | ||
<Benchmarks_11_EFCorePackageVersion>1.1.2</Benchmarks_11_EFCorePackageVersion> | ||
<Benchmarks_11_MicrosoftExtensionsConfigurationPackageVersion>1.1.2</Benchmarks_11_MicrosoftExtensionsConfigurationPackageVersion> | ||
<Benchmarks_11_SystemDataSqlClientPackageVersion>4.3.1</Benchmarks_11_SystemDataSqlClientPackageVersion> | ||
<Benchmarks_20_EFCorePackageVersion>2.0.0</Benchmarks_20_EFCorePackageVersion> | ||
<Benchmarks_20_MicrosoftExtensionsConfigurationPackageVersion>2.0.0</Benchmarks_20_MicrosoftExtensionsConfigurationPackageVersion> | ||
<Benchmarks_EntityFrameworkPackageVersion>6.1.3</Benchmarks_EntityFrameworkPackageVersion> | ||
<InternalAspNetCoreSdkPackageVersion>2.1.0-preview1-15549</InternalAspNetCoreSdkPackageVersion> | ||
<MicrosoftAspNetCoreHostingWebHostBuilderFactorySourcesPackageVersion>2.1.0-preview1-27473</MicrosoftAspNetCoreHostingWebHostBuilderFactorySourcesPackageVersion> | ||
<MicrosoftCodeAnalysisCSharpPackageVersion>2.3.1</MicrosoftCodeAnalysisCSharpPackageVersion> | ||
<MicrosoftCSharpPackageVersion>4.4.0</MicrosoftCSharpPackageVersion> | ||
<MicrosoftDataSqliteCorePackageVersion>2.1.0-preview1-27473</MicrosoftDataSqliteCorePackageVersion> | ||
<MicrosoftExtensionsCachingMemoryPackageVersion>2.1.0-preview1-27473</MicrosoftExtensionsCachingMemoryPackageVersion> | ||
<MicrosoftExtensionsConfigurationAbstractionsPackageVersion>2.1.0-preview1-27473</MicrosoftExtensionsConfigurationAbstractionsPackageVersion> | ||
<MicrosoftExtensionsConfigurationEnvironmentVariablesPackageVersion>2.1.0-preview1-27473</MicrosoftExtensionsConfigurationEnvironmentVariablesPackageVersion> | ||
<MicrosoftExtensionsConfigurationJsonPackageVersion>2.1.0-preview1-27473</MicrosoftExtensionsConfigurationJsonPackageVersion> | ||
<MicrosoftExtensionsConfigurationPackageVersion>2.1.0-preview1-27473</MicrosoftExtensionsConfigurationPackageVersion> | ||
<MicrosoftExtensionsDependencyInjectionPackageVersion>2.1.0-preview1-27473</MicrosoftExtensionsDependencyInjectionPackageVersion> | ||
<MicrosoftExtensionsDependencyModelPackageVersion>2.0.0</MicrosoftExtensionsDependencyModelPackageVersion> | ||
<MicrosoftExtensionsLoggingPackageVersion>2.1.0-preview1-27473</MicrosoftExtensionsLoggingPackageVersion> | ||
<MicrosoftNETCoreApp11PackageVersion>1.1.4</MicrosoftNETCoreApp11PackageVersion> | ||
<MicrosoftNETCoreApp20PackageVersion>2.0.0</MicrosoftNETCoreApp20PackageVersion> | ||
<MicrosoftNETTestSdkPackageVersion>15.3.0</MicrosoftNETTestSdkPackageVersion> | ||
<NewtonsoftJsonPackageVersion>10.0.1</NewtonsoftJsonPackageVersion> | ||
<OracleManagedDataAccessPackageVersion>12.2.1100</OracleManagedDataAccessPackageVersion> | ||
<RemotionLinqPackageVersion>2.2.0-alpha-002</RemotionLinqPackageVersion> | ||
<SQLitePCLRawBundleGreenPackageVersion>1.1.8</SQLitePCLRawBundleGreenPackageVersion> | ||
<StyleCopAnalyzersPackageVersion>1.0.0</StyleCopAnalyzersPackageVersion> | ||
<SystemCollectionsImmutablePackageVersion>1.4.0</SystemCollectionsImmutablePackageVersion> | ||
<SystemComponentModelAnnotationsPackageVersion>4.4.0</SystemComponentModelAnnotationsPackageVersion> | ||
<SystemDataSqlClientPackageVersion>4.4.0</SystemDataSqlClientPackageVersion> | ||
<SystemDiagnosticsDiagnosticSourcePackageVersion>4.4.1</SystemDiagnosticsDiagnosticSourcePackageVersion> | ||
<SystemInteractiveAsyncPackageVersion>3.1.1</SystemInteractiveAsyncPackageVersion> | ||
<XunitAssertPackageVersion>2.3.0</XunitAssertPackageVersion> | ||
<XunitCorePackageVersion>2.3.0</XunitCorePackageVersion> | ||
<XunitRunnerVisualStudioPackageVersion>2.3.0</XunitRunnerVisualStudioPackageVersion> | ||
</PropertyGroup> | ||
<Import Project="$(DotNetPackageVersionPropsPath)" Condition=" '$(DotNetPackageVersionPropsPath)' != '' " /> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
version:2.1.0-preview1-15549 | ||
commithash:f570e08585fec510dd60cd4bfe8795388b757a95 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"$schema": "https://raw.githubusercontent.com/aspnet/BuildTools/dev/tools/korebuild.schema.json", | ||
"channel": "dev" | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.