Skip to content
This repository has been archived by the owner on Nov 20, 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 644ae8b commit a2423cd
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 25 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
14 changes: 7 additions & 7 deletions src/Microsoft.DotNet.Watcher.Core/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"xmlDoc": true
},
"dependencies": {
"Microsoft.DotNet.ProjectModel": "1.0.0-*",
"Microsoft.Extensions.FileProviders.Abstractions": "1.0.0-*",
"Microsoft.Extensions.FileProviders.Physical": "1.0.0-*",
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-*",
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-*",
"Microsoft.Extensions.FileSystemGlobbing": "1.0.0-*",
"NETStandard.Library": "1.5.0-*",
"Microsoft.DotNet.ProjectModel": "1.0.0-rc2-002702",
"Microsoft.Extensions.FileProviders.Abstractions": "1.0.0-rc2-final",
"Microsoft.Extensions.FileProviders.Physical": "1.0.0-rc2-final",
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-final",
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc2-final",
"Microsoft.Extensions.FileSystemGlobbing": "1.0.0-rc2-final",
"NETStandard.Library": "1.5.0-rc2-24027",
"Microsoft.Extensions.Process.Sources": {
"type": "build",
"version": "1.0.0-*"
Expand Down
10 changes: 5 additions & 5 deletions src/Microsoft.DotNet.Watcher.Tools/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-*",
"version": "1.0.0-preview1-final",
"buildOptions": {
"outputName": "dotnet-watch",
"warningsAsErrors": true,
Expand All @@ -12,9 +12,9 @@
},
"dependencies": {
"Microsoft.DotNet.Watcher.Core": "1.0.0-*",
"Microsoft.Extensions.CommandLineUtils": "1.0.0-*",
"Microsoft.Extensions.Logging": "1.0.0-*",
"Microsoft.Extensions.Logging.Console": "1.0.0-*"
"Microsoft.Extensions.CommandLineUtils": "1.0.0-rc2-final",
"Microsoft.Extensions.Logging": "1.0.0-rc2-final",
"Microsoft.Extensions.Logging.Console": "1.0.0-rc2-final"
},
"frameworks": {
"netcoreapp1.0": {
Expand All @@ -25,7 +25,7 @@
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0-*"
"version": "1.0.0-rc2-3002702"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
},
"dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"Microsoft.Extensions.DependencyInjection": "1.0.0-*",
"Microsoft.Extensions.DependencyInjection": "1.0.0-rc2-final",
"Microsoft.Extensions.Process.Sources": {
"type": "build",
"version": "1.0.0-*"
},
"Microsoft.DotNet.Watcher.Core": "1.0.0-*",
"NETStandard.Library": "1.5.0-*",
"NETStandard.Library": "1.5.0-rc2-24027",
"Newtonsoft.Json": "8.0.2",
"System.Threading.Thread": "4.0.0-*",
"System.Threading.Thread": "4.0.0-rc2-24027",
"xunit": "2.1.0"
},
"frameworks": {
Expand All @@ -25,7 +25,7 @@
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0-*"
"version": "1.0.0-rc2-3002702"
}
}
}
Expand Down
6 changes: 3 additions & 3 deletions test/Microsoft.DotNet.Watcher.Tools.Tests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
},
"dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"Microsoft.DotNet.Watcher.Tools": "1.0.0-*",
"NETStandard.Library": "1.5.0-*",
"Microsoft.DotNet.Watcher.Tools": "1.0.0-preview1-final",
"NETStandard.Library": "1.5.0-rc2-24027",
"xunit": "2.1.0"
},
"frameworks": {
Expand All @@ -18,7 +18,7 @@
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0-*"
"version": "1.0.0-rc2-3002702"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion test/TestApps/AppWithDeps/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0-*"
"version": "1.0.0-rc2-3002702"
}
},
"imports": [
Expand Down
2 changes: 1 addition & 1 deletion test/TestApps/Dependency/project.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "1.0.0",
"dependencies": {
"NETStandard.Library": "1.5.0-*"
"NETStandard.Library": "1.5.0-rc2-24027"
},
"frameworks": {
"netstandard1.5": {
Expand Down
2 changes: 1 addition & 1 deletion test/TestApps/GlobbingApp/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0-*"
"version": "1.0.0-rc2-3002702"
}
},
"imports": [
Expand Down
2 changes: 1 addition & 1 deletion test/TestApps/NoDepsApp/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0-*"
"version": "1.0.0-rc2-3002702"
}
},
"imports": [
Expand Down

0 comments on commit a2423cd

Please sign in to comment.