Skip to content
This repository has been archived by the owner on Nov 1, 2018. It is now read-only.

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 d07f337 commit e3048d3
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 28 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
44 changes: 22 additions & 22 deletions src/Microsoft.Data.Sqlite/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-*",
"version": "1.0.0-rc2-final",
"description": "SQLite implementation of the System.Data.Common provider model.",
"buildOptions": {
"warningsAsErrors": true,
Expand All @@ -23,39 +23,39 @@
},
"netstandard1.3": {
"dependencies": {
"System.AppContext": "4.1.0-*",
"System.Data.Common": "4.0.1-*",
"System.Diagnostics.Debug": "4.0.11-*",
"System.Linq": "4.1.0-*",
"System.Reflection.Extensions": "4.0.1-*",
"System.Resources.ResourceManager": "4.0.1-*",
"System.Runtime.Extensions": "4.1.0-*",
"System.Runtime.InteropServices": "4.1.0-*",
"System.Text.Encoding": "4.0.11-*"
"System.AppContext": "4.1.0-rc2-24027",
"System.Data.Common": "4.0.1-rc2-24027",
"System.Diagnostics.Debug": "4.0.11-rc2-24027",
"System.Linq": "4.1.0-rc2-24027",
"System.Reflection.Extensions": "4.0.1-rc2-24027",
"System.Resources.ResourceManager": "4.0.1-rc2-24027",
"System.Runtime.Extensions": "4.1.0-rc2-24027",
"System.Runtime.InteropServices": "4.1.0-rc2-24027",
"System.Text.Encoding": "4.0.11-rc2-24027"
}
},
"netcore50": {
"dependencies": {
"Microsoft.NETCore.Platforms": {
"type": "build",
"version": "1.0.1-*"
"version": "1.0.1-rc2-24027"
},
"System.AppContext": "4.0.0",
"System.Data.Common": "4.0.0",
"System.Diagnostics.Debug": "4.0.10",
"System.Linq": "4.0.0",
"System.Reflection.Extensions": "4.0.0",
"System.Resources.ResourceManager": "4.0.0",
"System.Runtime.Extensions": "4.0.10",
"System.Runtime.InteropServices": "4.0.20",
"System.Text.Encoding": "4.0.10",
"System.AppContext": "4.1.0-rc2-24027",
"System.Data.Common": "4.0.1-rc2-24027",
"System.Diagnostics.Debug": "4.0.11-rc2-24027",
"System.Linq": "4.1.0-rc2-24027",
"System.Reflection.Extensions": "4.0.1-rc2-24027",
"System.Resources.ResourceManager": "4.0.1-rc2-24027",
"System.Runtime.Extensions": "4.1.0-rc2-24027",
"System.Runtime.InteropServices": "4.1.0-rc2-24027",
"System.Text.Encoding": "4.0.11-rc2-24027",
"System.Threading": {
"type": "build",
"version": "4.0.10"
"version": "4.0.11-rc2-24027"
},
"System.Text.RegularExpressions": {
"type": "build",
"version": "4.0.10"
"version": "4.0.12-rc2-24027"
}
}
}
Expand Down
8 changes: 4 additions & 4 deletions test/Microsoft.Data.Sqlite.Tests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
},
"dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*",
"Microsoft.NETCore.Platforms": "1.0.1-rc2-24027",
"Microsoft.AspNetCore.Testing": "1.0.0-*",
"Microsoft.Data.Sqlite": "1.0.0-*",
"Microsoft.Data.Sqlite": "1.0.0-rc2-final",
"xunit": "2.1.0"
},
"testRunner": "xunit",
Expand All @@ -22,10 +22,10 @@
],
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.0.0-rc2-3002702",
"type": "platform"
},
"System.Diagnostics.Process": "4.1.0-*"
"System.Diagnostics.Process": "4.1.0-rc2-24027"
}
},
"net451": {
Expand Down

0 comments on commit e3048d3

Please sign in to comment.