Updating json files to pin versions and build files to pin KoreBuild

This commit is contained in:
Pranav K 2016-06-27 13:51:08 -07:00
parent 4c4167b6cb
commit fb777b13be
9 changed files with 59 additions and 59 deletions

View File

@ -33,7 +33,7 @@ cd $PSScriptRoot
$repoFolder = $PSScriptRoot $repoFolder = $PSScriptRoot
$env:REPO_FOLDER = $repoFolder $env:REPO_FOLDER = $repoFolder
$koreBuildZip="https://github.com/aspnet/KoreBuild/archive/release.zip" $koreBuildZip="https://github.com/aspnet/KoreBuild/archive/1.0.0.zip"
if ($env:KOREBUILD_ZIP) if ($env:KOREBUILD_ZIP)
{ {
$koreBuildZip=$env:KOREBUILD_ZIP $koreBuildZip=$env:KOREBUILD_ZIP

View File

@ -2,7 +2,7 @@
repoFolder="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" repoFolder="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $repoFolder cd $repoFolder
koreBuildZip="https://github.com/aspnet/KoreBuild/archive/release.zip" koreBuildZip="https://github.com/aspnet/KoreBuild/archive/1.0.0.zip"
if [ ! -z $KOREBUILD_ZIP ]; then if [ ! -z $KOREBUILD_ZIP ]; then
koreBuildZip=$KOREBUILD_ZIP koreBuildZip=$KOREBUILD_ZIP
fi fi

View File

@ -1,7 +1,7 @@
{ {
"version": "1.0.0-*", "version": "1.0.0-*",
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*" "Microsoft.AspNetCore.Server.Kestrel": "1.0.0"
}, },
"buildOptions": { "buildOptions": {
"emitEntryPoint": true "emitEntryPoint": true
@ -11,7 +11,7 @@
"netcoreapp1.0": { "netcoreapp1.0": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.0.0-*", "version": "1.0.0",
"type": "platform" "type": "platform"
} }
} }

View File

@ -1,9 +1,9 @@
{ {
"version": "1.0.0-*", "version": "1.0.0-*",
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*", "Microsoft.AspNetCore.Server.Kestrel": "1.0.0",
"Microsoft.AspNetCore.Server.Kestrel.Https": "1.0.0-*", "Microsoft.AspNetCore.Server.Kestrel.Https": "1.0.0",
"Microsoft.Extensions.Logging.Console": "1.0.0-*" "Microsoft.Extensions.Logging.Console": "1.0.0"
}, },
"buildOptions": { "buildOptions": {
"emitEntryPoint": true "emitEntryPoint": true
@ -13,10 +13,10 @@
"netcoreapp1.0": { "netcoreapp1.0": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.0.0-*", "version": "1.0.0",
"type": "platform" "type": "platform"
}, },
"System.Console": "4.0.0-*" "System.Console": "4.0.0"
} }
} }
}, },

View File

@ -1,5 +1,5 @@
{ {
"version": "1.0.0-*", "version": "1.0.0",
"description": "HTTPS support for the ASP.NET Core Kestrel cross-platform web server.", "description": "HTTPS support for the ASP.NET Core Kestrel cross-platform web server.",
"buildOptions": { "buildOptions": {
"keyFile": "../../tools/Key.snk", "keyFile": "../../tools/Key.snk",
@ -19,13 +19,13 @@
] ]
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*" "Microsoft.AspNetCore.Server.Kestrel": "1.0.0"
}, },
"frameworks": { "frameworks": {
"net451": {}, "net451": {},
"netstandard1.3": { "netstandard1.3": {
"dependencies": { "dependencies": {
"System.Net.Security": "4.0.0-*" "System.Net.Security": "4.0.0"
} }
} }
} }

View File

@ -1,5 +1,5 @@
{ {
"version": "1.0.0-*", "version": "1.0.0",
"description": "ASP.NET Core Kestrel cross-platform web server.", "description": "ASP.NET Core Kestrel cross-platform web server.",
"packOptions": { "packOptions": {
"repository": { "repository": {
@ -12,13 +12,13 @@
] ]
}, },
"dependencies": { "dependencies": {
"System.Buffers": "4.0.0-*", "System.Buffers": "4.0.0",
"System.Numerics.Vectors": "4.1.1-*", "System.Numerics.Vectors": "4.1.1",
"System.Runtime.InteropServices.RuntimeInformation": "4.0.0-*", "System.Runtime.InteropServices.RuntimeInformation": "4.0.0",
"System.Threading.Tasks.Extensions": "4.0.0-*", "System.Threading.Tasks.Extensions": "4.0.0",
"Libuv": "1.9.0-*", "Libuv": "1.9.0",
"Microsoft.AspNetCore.Hosting": "1.0.0-*", "Microsoft.AspNetCore.Hosting": "1.0.0",
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-*" "Microsoft.Extensions.Logging.Abstractions": "1.0.0"
}, },
"frameworks": { "frameworks": {
"net451": { "net451": {
@ -33,20 +33,20 @@
}, },
"netstandard1.3": { "netstandard1.3": {
"dependencies": { "dependencies": {
"System.Collections": "4.0.11-*", "System.Collections": "4.0.11",
"System.Diagnostics.Debug": "4.0.11-*", "System.Diagnostics.Debug": "4.0.11",
"System.Globalization": "4.0.11-*", "System.Globalization": "4.0.11",
"System.IO": "4.1.0-*", "System.IO": "4.1.0",
"System.Linq": "4.1.0-*", "System.Linq": "4.1.0",
"System.Net.Primitives": "4.0.11-*", "System.Net.Primitives": "4.0.11",
"System.Runtime.Extensions": "4.1.0-*", "System.Runtime.Extensions": "4.1.0",
"System.Runtime.InteropServices": "4.1.0-*", "System.Runtime.InteropServices": "4.1.0",
"System.Text.Encoding": "4.0.11-*", "System.Text.Encoding": "4.0.11",
"System.Threading": "4.0.11-*", "System.Threading": "4.0.11",
"System.Threading.Tasks": "4.0.11-*", "System.Threading.Tasks": "4.0.11",
"System.Threading.Thread": "4.0.0-*", "System.Threading.Thread": "4.0.0",
"System.Threading.ThreadPool": "4.0.10-*", "System.Threading.ThreadPool": "4.0.10",
"System.Threading.Timer": "4.0.1-*" "System.Threading.Timer": "4.0.1"
} }
} }
}, },

View File

@ -1,12 +1,12 @@
{ {
"version": "1.0.0-*", "version": "1.0.0-*",
"dependencies": { "dependencies": {
"dotnet-test-xunit": "1.0.0-*", "dotnet-test-xunit": "1.0.0-rc3-000000-00",
"Microsoft.AspNetCore.Http.Abstractions": "1.0.0-*", "Microsoft.AspNetCore.Http.Abstractions": "1.0.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*", "Microsoft.AspNetCore.Server.Kestrel": "1.0.0",
"Microsoft.AspNetCore.Server.Kestrel.Https": "1.0.0-*", "Microsoft.AspNetCore.Server.Kestrel.Https": "1.0.0",
"Microsoft.AspNetCore.Testing": "1.0.0-*", "Microsoft.AspNetCore.Testing": "1.0.0-rtm-21431",
"Microsoft.Extensions.Logging.Console": "1.0.0-*", "Microsoft.Extensions.Logging.Console": "1.0.0",
"Newtonsoft.Json": "9.0.1", "Newtonsoft.Json": "9.0.1",
"xunit": "2.1.0" "xunit": "2.1.0"
}, },
@ -14,12 +14,12 @@
"netcoreapp1.0": { "netcoreapp1.0": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.0.0-*", "version": "1.0.0",
"type": "platform" "type": "platform"
}, },
"System.Net.Http": "4.1.0-*", "System.Net.Http": "4.1.0",
"System.Net.Http.WinHttpHandler": "4.0.0-*", "System.Net.Http.WinHttpHandler": "4.0.0",
"System.Runtime.Serialization.Primitives": "4.1.1-*" "System.Runtime.Serialization.Primitives": "4.1.1"
}, },
"imports": [ "imports": [
"portable-dnxcore50+net45+win8+wp8+wpa81", "portable-dnxcore50+net45+win8+wp8+wpa81",

View File

@ -1,26 +1,26 @@
{ {
"version": "1.0.0-*", "version": "1.0.0-*",
"dependencies": { "dependencies": {
"dotnet-test-xunit": "1.0.0-*", "dotnet-test-xunit": "1.0.0-rc3-000000-00",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*", "Microsoft.AspNetCore.Server.Kestrel": "1.0.0",
"Microsoft.AspNetCore.Server.Kestrel.Https": "1.0.0-*", "Microsoft.AspNetCore.Server.Kestrel.Https": "1.0.0",
"Microsoft.AspNetCore.Testing": "1.0.0-*", "Microsoft.AspNetCore.Testing": "1.0.0-rtm-21431",
"xunit": "2.1.0" "xunit": "2.1.0"
}, },
"frameworks": { "frameworks": {
"netcoreapp1.0": { "netcoreapp1.0": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.0.0-*", "version": "1.0.0",
"type": "platform" "type": "platform"
}, },
"System.Diagnostics.TraceSource": "4.0.0-*", "System.Diagnostics.TraceSource": "4.0.0",
"System.Globalization.Extensions": "4.0.1-*", "System.Globalization.Extensions": "4.0.1",
"System.IO": "4.1.0-*", "System.IO": "4.1.0",
"System.Net.Http": "4.1.0-*", "System.Net.Http": "4.1.0",
"System.Net.Http.WinHttpHandler": "4.0.0-*", "System.Net.Http.WinHttpHandler": "4.0.0",
"System.Net.Sockets": "4.1.0-*", "System.Net.Sockets": "4.1.0",
"System.Runtime.Handles": "4.0.1-*", "System.Runtime.Handles": "4.0.1",
"moq.netcore": "4.4.0-beta8" "moq.netcore": "4.4.0-beta8"
}, },
"imports": [ "imports": [

View File

@ -4,14 +4,14 @@
"emitEntryPoint": true "emitEntryPoint": true
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Http.Features": "1.0.0-*", "Microsoft.AspNetCore.Http.Features": "1.0.0",
"Microsoft.AspNetCore.Hosting": "1.0.0-*" "Microsoft.AspNetCore.Hosting": "1.0.0"
}, },
"frameworks": { "frameworks": {
"netcoreapp1.0": { "netcoreapp1.0": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.0.0-*", "version": "1.0.0",
"type": "platform" "type": "platform"
} }
} }