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 0bc4ad5 commit 979b63d
Show file tree
Hide file tree
Showing 21 changed files with 84 additions and 84 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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-*",
"version": "1.0.0-rc2-final",
"buildOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk",
Expand All @@ -19,12 +19,12 @@
]
},
"dependencies": {
"Microsoft.Extensions.Primitives": "1.0.0-*"
"Microsoft.Extensions.Primitives": "1.0.0-rc2-final"
},
"frameworks": {
"netstandard1.0": {
"dependencies": {
"System.Linq": "4.1.0-*"
"System.Linq": "4.1.0-rc2-24027"
}
}
}
Expand Down
6 changes: 3 additions & 3 deletions src/Microsoft.Extensions.Configuration.Binder/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",
"buildOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk",
Expand All @@ -19,12 +19,12 @@
]
},
"dependencies": {
"Microsoft.Extensions.Configuration": "1.0.0-*"
"Microsoft.Extensions.Configuration": "1.0.0-rc2-final"
},
"frameworks": {
"netstandard1.1": {
"dependencies": {
"System.ComponentModel.TypeConverter": "4.0.1-*"
"System.ComponentModel.TypeConverter": "4.0.1-rc2-24027"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-*",
"version": "1.0.0-rc2-final",
"buildOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk",
Expand All @@ -20,7 +20,7 @@
]
},
"dependencies": {
"Microsoft.Extensions.Configuration": "1.0.0-*"
"Microsoft.Extensions.Configuration": "1.0.0-rc2-final"
},
"frameworks": {
"netstandard1.1": {}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-*",
"version": "1.0.0-rc2-final",
"buildOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk",
Expand All @@ -21,7 +21,7 @@
]
},
"dependencies": {
"Microsoft.Extensions.Configuration": "1.0.0-*"
"Microsoft.Extensions.Configuration": "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-*",
"version": "1.0.0-rc2-final",
"buildOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk",
Expand All @@ -19,8 +19,8 @@
]
},
"dependencies": {
"Microsoft.Extensions.Configuration": "1.0.0-*",
"Microsoft.Extensions.FileProviders.Physical": "1.0.0-*"
"Microsoft.Extensions.Configuration": "1.0.0-rc2-final",
"Microsoft.Extensions.FileProviders.Physical": "1.0.0-rc2-final"
},
"frameworks": {
"net451": {
Expand All @@ -32,7 +32,7 @@
},
"netstandard1.3": {
"dependencies": {
"System.AppContext": "4.1.0-*"
"System.AppContext": "4.1.0-rc2-24027"
}
}
}
Expand Down
8 changes: 4 additions & 4 deletions src/Microsoft.Extensions.Configuration.Ini/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",
"buildOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk",
Expand All @@ -20,8 +20,8 @@
]
},
"dependencies": {
"Microsoft.Extensions.Configuration": "1.0.0-*",
"Microsoft.Extensions.Configuration.FileExtensions": "1.0.0-*"
"Microsoft.Extensions.Configuration": "1.0.0-rc2-final",
"Microsoft.Extensions.Configuration.FileExtensions": "1.0.0-rc2-final"
},
"frameworks": {
"net451": {
Expand All @@ -33,7 +33,7 @@
},
"netstandard1.3": {
"dependencies": {
"System.IO.FileSystem": "4.0.1-*"
"System.IO.FileSystem": "4.0.1-rc2-24027"
}
}
}
Expand Down
12 changes: 6 additions & 6 deletions src/Microsoft.Extensions.Configuration.Json/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",
"buildOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk",
Expand All @@ -20,8 +20,8 @@
]
},
"dependencies": {
"Microsoft.Extensions.Configuration": "1.0.0-*",
"Microsoft.Extensions.Configuration.FileExtensions": "1.0.0-*",
"Microsoft.Extensions.Configuration": "1.0.0-rc2-final",
"Microsoft.Extensions.Configuration.FileExtensions": "1.0.0-rc2-final",
"Newtonsoft.Json": "8.0.3"
},
"frameworks": {
Expand All @@ -34,9 +34,9 @@
},
"netstandard1.3": {
"dependencies": {
"System.Dynamic.Runtime": "4.0.11-*",
"System.IO.FileSystem": "4.0.1-*",
"System.Runtime.Serialization.Primitives": "4.1.1-*"
"System.Dynamic.Runtime": "4.0.11-rc2-24027",
"System.IO.FileSystem": "4.0.1-rc2-24027",
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027"
},
"imports": [
"portable-net451+win8"
Expand Down
12 changes: 6 additions & 6 deletions src/Microsoft.Extensions.Configuration.Xml/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",
"buildOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk",
Expand All @@ -20,8 +20,8 @@
]
},
"dependencies": {
"Microsoft.Extensions.Configuration": "1.0.0-*",
"Microsoft.Extensions.Configuration.FileExtensions": "1.0.0-*"
"Microsoft.Extensions.Configuration": "1.0.0-rc2-final",
"Microsoft.Extensions.Configuration.FileExtensions": "1.0.0-rc2-final"
},
"frameworks": {
"net451": {
Expand All @@ -39,9 +39,9 @@
},
"netstandard1.3": {
"dependencies": {
"System.IO.FileSystem": "4.0.1-*",
"System.Xml.XmlDocument": "4.0.1-*",
"System.Xml.XmlSerializer": "4.0.11-*"
"System.IO.FileSystem": "4.0.1-rc2-24027",
"System.Xml.XmlDocument": "4.0.1-rc2-24027",
"System.Xml.XmlSerializer": "4.0.11-rc2-24027"
}
}
}
Expand Down
18 changes: 9 additions & 9 deletions src/Microsoft.Extensions.Configuration/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",
"buildOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk",
Expand All @@ -10,7 +10,7 @@
},
"description": "Implementation of key-value pair based configuration for Microsoft.Extensions.Configuration. Includes the memory configuration provider.",
"dependencies": {
"Microsoft.Extensions.Configuration.Abstractions": "1.0.0-*"
"Microsoft.Extensions.Configuration.Abstractions": "1.0.0-rc2-final"
},
"packOptions": {
"repository": {
Expand All @@ -24,13 +24,13 @@
"frameworks": {
"netstandard1.1": {
"dependencies": {
"System.Collections": "4.0.11-*",
"System.Diagnostics.Debug": "4.0.11-*",
"System.IO": "4.1.0-*",
"System.Resources.ResourceManager": "4.0.1-*",
"System.Runtime.Extensions": "4.1.0-*",
"System.Runtime.InteropServices": "4.1.0-*",
"System.Threading": "4.0.11-*"
"System.Collections": "4.0.11-rc2-24027",
"System.Diagnostics.Debug": "4.0.11-rc2-24027",
"System.IO": "4.1.0-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.Threading": "4.0.11-rc2-24027"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@
},
"dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*",
"Microsoft.Extensions.Configuration.Binder": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-rc2-24027",
"Microsoft.Extensions.Configuration.Binder": "1.0.0-rc2-final",
"Microsoft.Extensions.Configuration.Test.Common": "1.0.0-*",
"xunit": "2.1.0"
},
"frameworks": {
"netcoreapp1.0": {
"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"
},
"imports": [
"dnxcore50",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@
},
"dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*",
"Microsoft.Extensions.Configuration.CommandLine": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-rc2-24027",
"Microsoft.Extensions.Configuration.CommandLine": "1.0.0-rc2-final",
"Microsoft.Extensions.Configuration.Test.Common": "1.0.0-*",
"xunit": "2.1.0"
},
"frameworks": {
"netcoreapp1.0": {
"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"
},
"imports": [
"dnxcore50",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
},
"dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*",
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-rc2-24027",
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-rc2-final",
"Microsoft.Extensions.Configuration.Test.Common": "1.0.0-*",
"xunit": "2.1.0"
},
"frameworks": {
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.0.0-rc2-3002702",
"type": "platform"
},
"System.Collections.NonGeneric": "4.0.1-*",
"System.Diagnostics.Process": "4.1.0-*"
"System.Collections.NonGeneric": "4.0.1-rc2-24027",
"System.Diagnostics.Process": "4.1.0-rc2-24027"
},
"imports": [
"dnxcore50",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@
},
"dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*",
"Microsoft.Extensions.Configuration": "1.0.0-*",
"Microsoft.Extensions.Configuration.FileExtensions": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-rc2-24027",
"Microsoft.Extensions.Configuration": "1.0.0-rc2-final",
"Microsoft.Extensions.Configuration.FileExtensions": "1.0.0-rc2-final",
"xunit": "2.1.0"
},
"frameworks": {
"netcoreapp1.0": {
"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"
},
"imports": [
"dnxcore50",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*",
"Microsoft.Extensions.Configuration.Ini": "1.0.0-*",
"Microsoft.Extensions.Configuration.Json": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-rc2-24027",
"Microsoft.Extensions.Configuration.Ini": "1.0.0-rc2-final",
"Microsoft.Extensions.Configuration.Json": "1.0.0-rc2-final",
"Microsoft.Extensions.Configuration.Test.Common": "1.0.0-*",
"Microsoft.Extensions.Configuration.Xml": "1.0.0-*",
"Microsoft.Extensions.Configuration.Xml": "1.0.0-rc2-final",
"xunit": "2.1.0"
},
"frameworks": {
"netcoreapp1.0": {
"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"
},
"imports": [
"dnxcore50",
Expand Down
8 changes: 4 additions & 4 deletions test/Microsoft.Extensions.Configuration.Ini.Test/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@
},
"dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*",
"Microsoft.Extensions.Configuration.Ini": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-rc2-24027",
"Microsoft.Extensions.Configuration.Ini": "1.0.0-rc2-final",
"Microsoft.Extensions.Configuration.Test.Common": "1.0.0-*",
"xunit": "2.1.0"
},
"frameworks": {
"netcoreapp1.0": {
"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"
},
"imports": [
"dnxcore50",
Expand Down
Loading

0 comments on commit 979b63d

Please sign in to comment.