diff --git a/build.ps1 b/build.ps1 index cf8bff13..a88a0c98 100644 --- a/build.ps1 +++ b/build.ps1 @@ -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 diff --git a/build.sh b/build.sh index f88fe405..58e71e1e 100755 --- a/build.sh +++ b/build.sh @@ -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 diff --git a/src/Microsoft.Data.Sqlite/project.json b/src/Microsoft.Data.Sqlite/project.json index b8b547d0..e3c78d5f 100644 --- a/src/Microsoft.Data.Sqlite/project.json +++ b/src/Microsoft.Data.Sqlite/project.json @@ -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, @@ -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" } } } diff --git a/test/Microsoft.Data.Sqlite.Tests/project.json b/test/Microsoft.Data.Sqlite.Tests/project.json index aa2de552..2fce88be 100644 --- a/test/Microsoft.Data.Sqlite.Tests/project.json +++ b/test/Microsoft.Data.Sqlite.Tests/project.json @@ -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", @@ -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": {