Skip to content
This repository was archived by the owner on Nov 6, 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 c66999b commit 4774fbb
Show file tree
Hide file tree
Showing 12 changed files with 44 additions and 44 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 @@ -24,13 +24,13 @@
"version": "1.0.0-*",
"type": "build"
},
"Microsoft.Extensions.Primitives": "1.0.0-*"
"Microsoft.Extensions.Primitives": "1.0.0-rc2-final"
},
"frameworks": {
"netstandard1.0": {
"dependencies": {
"System.IO": "4.1.0-*",
"System.Resources.ResourceManager": "4.0.1-*"
"System.IO": "4.1.0-rc2-24027",
"System.Resources.ResourceManager": "4.0.1-rc2-24027"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions src/Microsoft.Extensions.FileProviders.Composite/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 @@ -24,7 +24,7 @@
"version": "1.0.0-*",
"type": "build"
},
"Microsoft.Extensions.FileProviders.Abstractions": "1.0.0-*"
"Microsoft.Extensions.FileProviders.Abstractions": "1.0.0-rc2-final"
},
"frameworks": {
"netstandard1.0": {}
Expand Down
6 changes: 3 additions & 3 deletions src/Microsoft.Extensions.FileProviders.Embedded/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 @@ -24,12 +24,12 @@
"version": "1.0.0-*",
"type": "build"
},
"Microsoft.Extensions.FileProviders.Abstractions": "1.0.0-*"
"Microsoft.Extensions.FileProviders.Abstractions": "1.0.0-rc2-final"
},
"frameworks": {
"netstandard1.0": {
"dependencies": {
"System.Runtime.Extensions": "4.1.0-*"
"System.Runtime.Extensions": "4.1.0-rc2-24027"
}
}
}
Expand Down
16 changes: 8 additions & 8 deletions src/Microsoft.Extensions.FileProviders.Physical/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 @@ -24,8 +24,8 @@
"version": "1.0.0-*",
"type": "build"
},
"Microsoft.Extensions.FileProviders.Abstractions": "1.0.0-*",
"Microsoft.Extensions.FileSystemGlobbing": "1.0.0-*"
"Microsoft.Extensions.FileProviders.Abstractions": "1.0.0-rc2-final",
"Microsoft.Extensions.FileSystemGlobbing": "1.0.0-rc2-final"
},
"frameworks": {
"net451": {
Expand All @@ -40,11 +40,11 @@
},
"netstandard1.3": {
"dependencies": {
"System.Collections.Concurrent": "4.0.12-*",
"System.IO.FileSystem.Watcher": "4.0.0-*",
"System.IO.FileSystem": "4.0.1-*",
"System.Runtime.Extensions": "4.1.0-*",
"System.Threading": "4.0.11-*"
"System.Collections.Concurrent": "4.0.12-rc2-24027",
"System.IO.FileSystem.Watcher": "4.0.0-rc2-24027",
"System.IO.FileSystem": "4.0.1-rc2-24027",
"System.Runtime.Extensions": "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 @@ -15,7 +15,7 @@
"frameworks": {
"netstandard1.0": {
"dependencies": {
"System.Linq": "4.1.0-*"
"System.Linq": "4.1.0-rc2-24027"
}
}
}
Expand Down
12 changes: 6 additions & 6 deletions src/Microsoft.Extensions.FileSystemGlobbing/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 Down Expand Up @@ -33,11 +33,11 @@
},
"netstandard1.3": {
"dependencies": {
"System.Collections": "4.0.11-*",
"System.IO.FileSystem": "4.0.1-*",
"System.Linq": "4.1.0-*",
"System.Resources.ResourceManager": "4.0.1-*",
"System.Runtime.Extensions": "4.1.0-*"
"System.Collections": "4.0.11-rc2-24027",
"System.IO.FileSystem": "4.0.1-rc2-24027",
"System.Linq": "4.1.0-rc2-24027",
"System.Resources.ResourceManager": "4.0.1-rc2-24027",
"System.Runtime.Extensions": "4.1.0-rc2-24027"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,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.Extensions.FileProviders.Composite": "1.0.0-*",
"Microsoft.Extensions.FileProviders.Composite": "1.0.0-rc2-final",
"Microsoft.Extensions.FileProviders.Sources": "1.0.0-*",
"xunit": "2.1.0"
},
Expand All @@ -12,10 +12,10 @@
"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,9 +1,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.Extensions.FileProviders.Embedded": "1.0.0-*",
"Microsoft.Extensions.FileProviders.Embedded": "1.0.0-rc2-final",
"xunit": "2.1.0"
},
"testRunner": "xunit",
Expand All @@ -20,11 +20,11 @@
],
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.0.0-rc2-3002702",
"type": "platform"
},
"System.Reflection.Extensions": "4.0.1-*",
"System.Diagnostics.Process": "4.1.0-*"
"System.Reflection.Extensions": "4.0.1-rc2-24027",
"System.Diagnostics.Process": "4.1.0-rc2-24027"
}
},
"net451": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk",
"compile": {
"include": "../Microsoft.Extensions.FileSystemGlobbing.Tests/TestUtility/DisposableFileSystem.cs",
"include": "../Microsoft.Extensions.FileSystemGlobbing.Tests/TestUtility/DisposableFileSystem.cs"
}
},
"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.Extensions.FileProviders.Physical": "1.0.0-*",
"Microsoft.Extensions.FileProviders.Physical": "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
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,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.Extensions.FileSystemGlobbing": "1.0.0-*",
"Microsoft.Extensions.FileSystemGlobbing": "1.0.0-rc2-final",
"xunit": "2.1.0"
},
"frameworks": {
Expand All @@ -19,10 +19,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 4774fbb

Please sign in to comment.