Skip to content

Commit

Permalink
Updating json files to pin versions and build files to pin KoreBuild
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavkm committed May 17, 2016
1 parent 6cbe429 commit 179b3f4
Show file tree
Hide file tree
Showing 39 changed files with 197 additions and 197 deletions.
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ cd $PSScriptRoot
$repoFolder = $PSScriptRoot
$env:REPO_FOLDER = $repoFolder

$koreBuildZip="https://github.com/aspnet/KoreBuild/archive/release.zip"
$koreBuildZip="https://github.com/aspnet/KoreBuild/archive/1.0.0-rc2.zip"
if ($env:KOREBUILD_ZIP)
{
$koreBuildZip=$env:KOREBUILD_ZIP
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
repoFolder="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $repoFolder

koreBuildZip="https://github.com/aspnet/KoreBuild/archive/release.zip"
koreBuildZip="https://github.com/aspnet/KoreBuild/archive/1.0.0-rc2.zip"
if [ ! -z $KOREBUILD_ZIP ]; then
koreBuildZip=$KOREBUILD_ZIP
fi
Expand Down
4 changes: 2 additions & 2 deletions src/Microsoft.EntityFrameworkCore.InMemory/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-rc2-*",
"version": "1.0.0-rc2-final",
"description": "In memory data store for Entity Framework (to be used for testing purposes).",
"buildOptions": {
"warningsAsErrors": true,
Expand All @@ -13,7 +13,7 @@
}
},
"dependencies": {
"Microsoft.EntityFrameworkCore": "1.0.0-*"
"Microsoft.EntityFrameworkCore": "1.0.0-rc2-final"
},
"frameworks": {
"net451": {},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-rc2-*",
"version": "1.0.0-rc2-final",
"description": "Reusable Microsoft.EntityFrameworkCore.Relational.Design functional tests for provider writers.",
"buildOptions": {
"keyFile": "../../tools/Key.snk",
Expand All @@ -10,12 +10,12 @@
"preserveCompilationContext": true
},
"dependencies": {
"Microsoft.EntityFrameworkCore.Tools.Core": "1.0.0-*",
"Microsoft.EntityFrameworkCore.Relational.Design": "1.0.0-*",
"Microsoft.EntityFrameworkCore.Relational.Specification.Tests": "1.0.0-*",
"Microsoft.Extensions.DependencyModel": "1.0.0-*",
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-*",
"Microsoft.CodeAnalysis.CSharp": "1.3.0-*"
"Microsoft.EntityFrameworkCore.Tools.Core": "1.0.0-rc2-final",
"Microsoft.EntityFrameworkCore.Relational.Design": "1.0.0-rc2-final",
"Microsoft.EntityFrameworkCore.Relational.Specification.Tests": "1.0.0-rc2-final",
"Microsoft.Extensions.DependencyModel": "1.0.0-rc2-final",
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-final",
"Microsoft.CodeAnalysis.CSharp": "1.3.0-beta1-20160429-01"
},
"frameworks": {
"netstandard1.3": {
Expand All @@ -24,7 +24,7 @@
"portable-net452+win81"
],
"dependencies": {
"System.Threading.Tasks.Parallel": "4.0.1-*"
"System.Threading.Tasks.Parallel": "4.0.1-rc2-24027"
}
},
"net451": {
Expand Down
12 changes: 6 additions & 6 deletions src/Microsoft.EntityFrameworkCore.Relational.Design/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-rc2-*",
"version": "1.0.0-rc2-final",
"description": "Shared Design-time Entity Framework components for relational data stores.",
"buildOptions": {
"warningsAsErrors": true,
Expand All @@ -13,7 +13,7 @@
}
},
"dependencies": {
"Microsoft.EntityFrameworkCore.Relational": "1.0.0-*"
"Microsoft.EntityFrameworkCore.Relational": "1.0.0-rc2-final"
},
"frameworks": {
"net451": {},
Expand All @@ -26,19 +26,19 @@
"dependencies": {
"Microsoft.NETCore.Platforms": {
"type": "build",
"version": "1.0.1-*"
"version": "1.0.1-rc2-24027"
},
"System.Dynamic.Runtime": {
"type": "build",
"version": "4.0.10"
"version": "4.0.11-rc2-24027"
},
"System.Runtime.WindowsRuntime": {
"type": "build",
"version": "4.0.10"
"version": "4.0.11-rc2-24027"
},
"System.Runtime.Extensions": {
"type": "build",
"version": "4.0.10"
"version": "4.1.0-rc2-24027"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-rc2-*",
"version": "1.0.0-rc2-final",
"description": "Reusable Microsoft.EntityFrameworkCore.Relational functional tests for provider writers.",
"buildOptions": {
"keyFile": "../../tools/Key.snk",
Expand All @@ -9,8 +9,8 @@
"xmlDoc": true
},
"dependencies": {
"Microsoft.EntityFrameworkCore.Specification.Tests": "1.0.0-*",
"Microsoft.EntityFrameworkCore.Relational": "1.0.0-*"
"Microsoft.EntityFrameworkCore.Specification.Tests": "1.0.0-rc2-final",
"Microsoft.EntityFrameworkCore.Relational": "1.0.0-rc2-final"
},
"frameworks": {
"netstandard1.3": {
Expand All @@ -19,6 +19,6 @@
"portable-net452+win81"
]
},
"net451": { }
"net451": {}
}
}
28 changes: 14 additions & 14 deletions src/Microsoft.EntityFrameworkCore.Relational/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-rc2-*",
"version": "1.0.0-rc2-final",
"description": "Shared Entity Framework components for relational data stores.",
"buildOptions": {
"warningsAsErrors": true,
Expand All @@ -16,12 +16,12 @@
}
},
"dependencies": {
"Microsoft.EntityFrameworkCore": "1.0.0-*"
"Microsoft.EntityFrameworkCore": "1.0.0-rc2-final"
},
"frameworks": {
"net451": {
"dependencies": {
"System.Diagnostics.DiagnosticSource": "4.0.0-*"
"System.Diagnostics.DiagnosticSource": "4.0.0-rc2-24027"
},
"frameworkAssemblies": {
"System.Data": "",
Expand All @@ -42,29 +42,29 @@
"portable-net452+win81"
],
"dependencies": {
"Microsoft.CSharp": "4.0.1-*",
"System.Data.Common": "4.0.1-*",
"System.Diagnostics.DiagnosticSource": "4.0.0-*",
"System.Text.RegularExpressions": "4.0.12-*"
"Microsoft.CSharp": "4.0.1-rc2-24027",
"System.Data.Common": "4.0.1-rc2-24027",
"System.Diagnostics.DiagnosticSource": "4.0.0-rc2-24027",
"System.Text.RegularExpressions": "4.0.12-rc2-24027"
}
},
"netcore50": {
"dependencies": {
"Microsoft.NETCore.Platforms": {
"type": "build",
"version": "1.0.1-*"
"version": "1.0.1-rc2-24027"
},
"Microsoft.CSharp": "4.0.0",
"System.Data.Common": "4.0.0",
"System.Text.RegularExpressions": "4.0.10",
"System.Diagnostics.DiagnosticSource": "4.0.0-beta-*",
"Microsoft.CSharp": "4.0.1-rc2-24027",
"System.Data.Common": "4.0.1-rc2-24027",
"System.Text.RegularExpressions": "4.0.12-rc2-24027",
"System.Diagnostics.DiagnosticSource": "4.0.0-rc2-24027",
"System.Dynamic.Runtime": {
"type": "build",
"version": "4.0.10"
"version": "4.0.11-rc2-24027"
},
"System.Runtime.Extensions": {
"type": "build",
"version": "4.0.10"
"version": "4.1.0-rc2-24027"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-rc2-*",
"version": "1.0.0-rc2-final",
"description": "Reusable Microsoft.EntityFrameworkCore functional tests for provider writers.",
"buildOptions": {
"keyFile": "../../tools/Key.snk",
Expand All @@ -9,8 +9,8 @@
"xmlDoc": true
},
"dependencies": {
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-*",
"Microsoft.EntityFrameworkCore.InMemory": "1.0.0-*",
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-final",
"Microsoft.EntityFrameworkCore.InMemory": "1.0.0-rc2-final",
"xunit": "2.1.0"
},
"frameworks": {
Expand All @@ -20,7 +20,7 @@
"portable-net452+win81"
],
"dependencies": {
"Microsoft.CSharp": "4.0.1-*"
"Microsoft.CSharp": "4.0.1-rc2-24027"
}
},
"net451": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-rc2-*",
"version": "1.0.0-rc2-final",
"description": "Design-time Entity Framework Functionality for Microsoft SQL Server data store.",
"buildOptions": {
"warningsAsErrors": true,
Expand All @@ -13,11 +13,11 @@
}
},
"dependencies": {
"Microsoft.EntityFrameworkCore.SqlServer": "1.0.0-*",
"Microsoft.EntityFrameworkCore.Relational.Design": "1.0.0-*"
"Microsoft.EntityFrameworkCore.SqlServer": "1.0.0-rc2-final",
"Microsoft.EntityFrameworkCore.Relational.Design": "1.0.0-rc2-final"
},
"frameworks": {
"net451": { },
"net451": {},
"netstandard1.3": {
"imports": [
"portable-net452+win81"
Expand Down
10 changes: 5 additions & 5 deletions src/Microsoft.EntityFrameworkCore.SqlServer/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-rc2-*",
"version": "1.0.0-rc2-final",
"description": "Microsoft SQL Server data store for Entity Framework.",
"buildOptions": {
"warningsAsErrors": true,
Expand All @@ -16,17 +16,17 @@
}
},
"dependencies": {
"Microsoft.EntityFrameworkCore.Relational": "1.0.0-*"
"Microsoft.EntityFrameworkCore.Relational": "1.0.0-rc2-final"
},
"frameworks": {
"net451": { },
"net451": {},
"netstandard1.3": {
"imports": [
"portable-net452+win81"
],
"dependencies": {
"System.Data.SqlClient": "4.1.0-*",
"System.Threading.Thread": "4.0.0-*"
"System.Data.SqlClient": "4.1.0-rc2-24027",
"System.Threading.Thread": "4.0.0-rc2-24027"
}
}
}
Expand Down
16 changes: 8 additions & 8 deletions src/Microsoft.EntityFrameworkCore.Sqlite.Design/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-rc2-*",
"version": "1.0.0-rc2-final",
"description": "Design-time Entity Framework functionality for SQLite",
"buildOptions": {
"warningsAsErrors": true,
Expand All @@ -13,11 +13,11 @@
}
},
"dependencies": {
"Microsoft.EntityFrameworkCore.Relational.Design": "1.0.0-*",
"Microsoft.EntityFrameworkCore.Sqlite": "1.0.0-*"
"Microsoft.EntityFrameworkCore.Relational.Design": "1.0.0-rc2-final",
"Microsoft.EntityFrameworkCore.Sqlite": "1.0.0-rc2-final"
},
"frameworks": {
"net451": { },
"net451": {},
"netstandard1.3": {
"imports": [
"portable-net452+win81"
Expand All @@ -27,19 +27,19 @@
"dependencies": {
"Microsoft.NETCore.Platforms": {
"type": "build",
"version": "1.0.1-*"
"version": "1.0.1-rc2-24027"
},
"System.Dynamic.Runtime": {
"type": "build",
"version": "4.0.10"
"version": "4.0.11-rc2-24027"
},
"System.Runtime.WindowsRuntime": {
"type": "build",
"version": "4.0.10"
"version": "4.0.11-rc2-24027"
},
"System.Runtime.Extensions": {
"type": "build",
"version": "4.0.10"
"version": "4.1.0-rc2-24027"
}
}
}
Expand Down
20 changes: 10 additions & 10 deletions src/Microsoft.EntityFrameworkCore.Sqlite/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-rc2-*",
"version": "1.0.0-rc2-final",
"description": "SQLite data store for Entity Framework.",
"buildOptions": {
"warningsAsErrors": true,
Expand All @@ -16,37 +16,37 @@
}
},
"dependencies": {
"Microsoft.EntityFrameworkCore.Relational": "1.0.0-*",
"Microsoft.Data.Sqlite": "1.0.0-*"
"Microsoft.EntityFrameworkCore.Relational": "1.0.0-rc2-final",
"Microsoft.Data.Sqlite": "1.0.0-rc2-final"
},
"frameworks": {
"net451": { },
"net451": {},
"netstandard1.3": {
"imports": [
"portable-net452+win81"
],
"dependencies": {
"System.IO.FileSystem": "4.0.1-*"
"System.IO.FileSystem": "4.0.1-rc2-24027"
}
},
"netcore50": {
"dependencies": {
"Microsoft.NETCore.Platforms": {
"type": "build",
"version": "1.0.1-*"
"version": "1.0.1-rc2-24027"
},
"System.IO.FileSystem": "4.0.0",
"System.IO.FileSystem": "4.0.1-rc2-24027",
"System.Dynamic.Runtime": {
"type": "build",
"version": "4.0.10"
"version": "4.0.11-rc2-24027"
},
"System.Runtime.WindowsRuntime": {
"type": "build",
"version": "4.0.10"
"version": "4.0.11-rc2-24027"
},
"System.Runtime.Extensions": {
"type": "build",
"version": "4.0.10"
"version": "4.1.0-rc2-24027"
}
}
}
Expand Down
Loading

0 comments on commit 179b3f4

Please sign in to comment.