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 1fff455 commit 13d268e
Show file tree
Hide file tree
Showing 17 changed files with 71 additions and 71 deletions.
2 changes: 1 addition & 1 deletion build.ps1
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
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
16 changes: 8 additions & 8 deletions src/Microsoft.VisualStudio.Web.CodeGeneration.Core/project.json
@@ -1,5 +1,5 @@
{
"version": "1.0.0-*",
"version": "1.0.0-preview1-final",
"buildOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk",
Expand All @@ -9,10 +9,10 @@
"xmlDoc": true
},
"dependencies": {
"Microsoft.DotNet.Cli.Utils": "1.0.0-*",
"Microsoft.VisualStudio.Web.CodeGeneration.Templating": "1.0.0-*",
"Microsoft.Extensions.CommandLineUtils": "1.0.0-*",
"Microsoft.Extensions.DependencyInjection": "1.0.0-*",
"Microsoft.DotNet.Cli.Utils": "1.0.0-preview1-002702",
"Microsoft.VisualStudio.Web.CodeGeneration.Templating": "1.0.0-preview1-final",
"Microsoft.Extensions.CommandLineUtils": "1.0.0-rc2-final",
"Microsoft.Extensions.DependencyInjection": "1.0.0-rc2-final",
"Newtonsoft.Json": "8.0.3"
},
"frameworks": {
Expand All @@ -23,9 +23,9 @@
"portable-net45+win8"
],
"dependencies": {
"System.Console": "4.0.0-*",
"System.Diagnostics.Process": "4.1.0-*",
"System.Runtime.Serialization.Primitives": "4.1.1-*"
"System.Console": "4.0.0-rc2-24027",
"System.Diagnostics.Process": "4.1.0-rc2-24027",
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027"
}
}
}
Expand Down
@@ -1,5 +1,5 @@
{
"version": "1.0.0-*",
"version": "1.0.0-preview1-final",
"buildOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk",
Expand All @@ -9,11 +9,11 @@
"xmlDoc": true
},
"dependencies": {
"Microsoft.AspNetCore.Hosting": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.EntityFrameworkCore": "1.0.0-*",
"Microsoft.EntityFrameworkCore.SqlServer": "1.0.0-*",
"Microsoft.VisualStudio.Web.CodeGeneration.Core": "1.0.0-*"
"Microsoft.AspNetCore.Hosting": "1.0.0-rc2-final",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-final",
"Microsoft.EntityFrameworkCore": "1.0.0-rc2-final",
"Microsoft.EntityFrameworkCore.SqlServer": "1.0.0-rc2-final",
"Microsoft.VisualStudio.Web.CodeGeneration.Core": "1.0.0-preview1-final"
},
"frameworks": {
"net451": {},
Expand All @@ -23,7 +23,7 @@
"portable-net45+win8"
],
"dependencies": {
"System.AppContext": "4.1.0-*"
"System.AppContext": "4.1.0-rc2-24027"
}
}
},
Expand Down
@@ -1,5 +1,5 @@
{
"version": "1.0.0-*",
"version": "1.0.0-preview1-final",
"buildOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk",
Expand All @@ -9,9 +9,9 @@
"xmlDoc": true
},
"dependencies": {
"Microsoft.AspNetCore.Razor": "1.0.0-*",
"Microsoft.CodeAnalysis.CSharp": "1.3.0-*",
"Microsoft.VisualStudio.Web.CodeGeneration.Utils": "1.0.0-*"
"Microsoft.AspNetCore.Razor": "1.0.0-rc2-final",
"Microsoft.CodeAnalysis.CSharp": "1.3.0-beta1-20160429-01",
"Microsoft.VisualStudio.Web.CodeGeneration.Utils": "1.0.0-preview1-final"
},
"frameworks": {
"net451": {},
Expand Down
@@ -1,5 +1,5 @@
{
"version": "1.0.0-*",
"version": "1.0.0-preview1-final",
"buildOptions": {
"keyFile": "../../tools/Key.snk",
"outputName": "dotnet-aspnet-codegenerator",
Expand All @@ -10,7 +10,7 @@
"xmlDoc": true
},
"dependencies": {
"Microsoft.VisualStudio.Web.CodeGeneration": "1.0.0-*",
"Microsoft.VisualStudio.Web.CodeGeneration": "1.0.0-preview1-final",
"Microsoft.Extensions.DotnetToolDispatcher.Sources": {
"version": "1.0.0-*",
"type": "build"
Expand All @@ -25,7 +25,7 @@
],
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.0.0-rc2-3002702",
"type": "platform"
}
}
Expand Down
14 changes: 7 additions & 7 deletions src/Microsoft.VisualStudio.Web.CodeGeneration.Utils/project.json
Expand Up @@ -6,11 +6,11 @@
],
"xmlDoc": true
},
"version": "1.0.0-*",
"version": "1.0.0-preview1-final",
"dependencies": {
"Microsoft.CodeAnalysis.CSharp.Workspaces": "1.3.0-*",
"Microsoft.DotNet.ProjectModel": "1.0.0-*",
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-*"
"Microsoft.CodeAnalysis.CSharp.Workspaces": "1.3.0-beta1-20160429-01",
"Microsoft.DotNet.ProjectModel": "1.0.0-rc2-002702",
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-final"
},
"frameworks": {
"net451": {
Expand All @@ -27,9 +27,9 @@
"portable-net45+win8"
],
"dependencies": {
"System.AppContext": "4.1.0-*",
"System.Security.Cryptography.Algorithms": "4.1.0-*",
"System.Threading.Tasks.Parallel": "4.0.1-*"
"System.AppContext": "4.1.0-rc2-24027",
"System.Security.Cryptography.Algorithms": "4.1.0-rc2-24027",
"System.Threading.Tasks.Parallel": "4.0.1-rc2-24027"
}
}
}
Expand Down
10 changes: 5 additions & 5 deletions src/Microsoft.VisualStudio.Web.CodeGeneration/project.json
@@ -1,5 +1,5 @@
{
"version": "1.0.0-*",
"version": "1.0.0-preview1-final",
"buildOptions": {
"keyFile": "../../tools/Key.snk",
"warningsAsErrors": true,
Expand All @@ -9,15 +9,15 @@
"xmlDoc": true
},
"dependencies": {
"Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore": "1.0.0-*",
"Microsoft.Extensions.CommandLineUtils": "1.0.0-*",
"Microsoft.Extensions.DependencyInjection": "1.0.0-*"
"Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore": "1.0.0-preview1-final",
"Microsoft.Extensions.CommandLineUtils": "1.0.0-rc2-final",
"Microsoft.Extensions.DependencyInjection": "1.0.0-rc2-final"
},
"frameworks": {
"net451": {},
"netstandard1.5": {
"dependencies": {
"System.Linq.Expressions": "4.0.11-*"
"System.Linq.Expressions": "4.0.11-rc2-24027"
},
"imports": [
"portable-net45+win8"
Expand Down
@@ -1,5 +1,5 @@
{
"version": "1.0.0-*",
"version": "1.0.0-preview1-final",
"buildOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk",
Expand All @@ -9,7 +9,7 @@
"xmlDoc": true
},
"dependencies": {
"Microsoft.VisualStudio.Web.CodeGeneration": "1.0.0-*"
"Microsoft.VisualStudio.Web.CodeGeneration": "1.0.0-preview1-final"
},
"frameworks": {
"net451": {},
Expand Down
@@ -1,13 +1,13 @@
{
"dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"Microsoft.AspNetCore.Hosting": "1.0.0-*",
"Microsoft.VisualStudio.Web.CodeGeneration.Core": "1.0.0-*",
"Microsoft.VisualStudio.Web.CodeGeneration.Utils": "1.0.0-*",
"Microsoft.Extensions.DependencyInjection": "1.0.0-*",
"Microsoft.AspNetCore.Hosting": "1.0.0-rc2-final",
"Microsoft.VisualStudio.Web.CodeGeneration.Core": "1.0.0-preview1-final",
"Microsoft.VisualStudio.Web.CodeGeneration.Utils": "1.0.0-preview1-final",
"Microsoft.Extensions.DependencyInjection": "1.0.0-rc2-final",
"ModelTypesLocatorTestWebApp": "1.0.0",
"System.Diagnostics.Contracts": "4.0.1-*",
"System.Linq.Expressions": "4.0.11-*",
"System.Diagnostics.Contracts": "4.0.1-rc2-24027",
"System.Linq.Expressions": "4.0.11-rc2-24027",
"xunit": "2.1.0"
},
"frameworks": {
Expand All @@ -18,10 +18,10 @@
],
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.0.0-rc2-3002702",
"type": "platform"
},
"System.AppContext": "4.1.0-*"
"System.AppContext": "4.1.0-rc2-24027"
}
}
},
Expand Down
Expand Up @@ -5,8 +5,8 @@
},
"dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"Microsoft.VisualStudio.Web.CodeGeneration.Core": "1.0.0-*",
"System.Diagnostics.Contracts": "4.0.1-*",
"Microsoft.VisualStudio.Web.CodeGeneration.Core": "1.0.0-preview1-final",
"System.Diagnostics.Contracts": "4.0.1-rc2-24027",
"xunit": "2.1.0"
},
"frameworks": {
Expand All @@ -17,11 +17,11 @@
],
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.0.0-rc2-3002702",
"type": "platform"
},
"moq.netcore": "4.4.0-beta8",
"System.Diagnostics.TraceSource": "4.0.0-*"
"System.Diagnostics.TraceSource": "4.0.0-rc2-24027"
}
}
},
Expand Down
Expand Up @@ -5,8 +5,8 @@
},
"dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore": "1.0.0-*",
"Microsoft.Extensions.FileProviders.Embedded": "1.0.0-*",
"Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore": "1.0.0-preview1-final",
"Microsoft.Extensions.FileProviders.Embedded": "1.0.0-rc2-final",
"xunit": "2.1.0"
},
"frameworks": {
Expand All @@ -17,11 +17,11 @@
],
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.0.0-rc2-3002702",
"type": "platform"
},
"moq.netcore": "4.4.0-beta8",
"System.Diagnostics.TraceSource": "4.0.0-*"
"System.Diagnostics.TraceSource": "4.0.0-rc2-24027"
}
}
},
Expand Down
Expand Up @@ -5,7 +5,7 @@
},
"dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"Microsoft.VisualStudio.Web.CodeGeneration.Utils": "1.0.0-*",
"Microsoft.VisualStudio.Web.CodeGeneration.Utils": "1.0.0-preview1-final",
"xunit": "2.1.0"
},
"frameworks": {
Expand All @@ -16,12 +16,12 @@
],
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.0.0-rc2-3002702",
"type": "platform"
},
"moq.netcore": "4.4.0-beta8",
"System.Diagnostics.Process": "4.1.0-*",
"System.Diagnostics.TraceSource": "4.0.0-*"
"System.Diagnostics.Process": "4.1.0-rc2-24027",
"System.Diagnostics.TraceSource": "4.0.0-rc2-24027"
}
}
},
Expand Down
Expand Up @@ -5,7 +5,7 @@
},
"dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"Microsoft.VisualStudio.Web.CodeGeneration.Templating": "1.0.0-*",
"Microsoft.VisualStudio.Web.CodeGeneration.Templating": "1.0.0-preview1-final",
"xunit": "2.1.0"
},
"frameworks": {
Expand All @@ -16,12 +16,12 @@
],
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.0.0-rc2-3002702",
"type": "platform"
},
"moq.netcore": "4.4.0-beta8",
"System.Diagnostics.Process": "4.1.0-*",
"System.Diagnostics.TraceSource": "4.0.0-*"
"System.Diagnostics.Process": "4.1.0-rc2-24027",
"System.Diagnostics.TraceSource": "4.0.0-rc2-24027"
}
}
},
Expand Down
Expand Up @@ -5,7 +5,7 @@
},
"dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"Microsoft.VisualStudio.Web.CodeGenerators.Mvc": "1.0.0-*",
"Microsoft.VisualStudio.Web.CodeGenerators.Mvc": "1.0.0-preview1-final",
"xunit": "2.1.0"
},
"frameworks": {
Expand All @@ -16,12 +16,12 @@
],
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.0.0-rc2-3002702",
"type": "platform"
},
"moq.netcore": "4.4.0-beta8",
"System.Diagnostics.Process": "4.1.0-*",
"System.Diagnostics.TraceSource": "4.0.0-*"
"System.Diagnostics.Process": "4.1.0-rc2-24027",
"System.Diagnostics.TraceSource": "4.0.0-rc2-24027"
}
}
},
Expand Down
4 changes: 2 additions & 2 deletions test/TestApps/ModelTypesLocatorTestClassLibrary/project.json
@@ -1,6 +1,6 @@
{
"dependencies": {
"Microsoft.VisualStudio.Web.CodeGenerators.Mvc": "1.0.0-*"
"Microsoft.VisualStudio.Web.CodeGenerators.Mvc": "1.0.0-preview1-final"
},
"frameworks": {
"net451": {},
Expand All @@ -10,7 +10,7 @@
"portable-net45+win8"
],
"dependencies": {
"NETStandard.Library": "1.5.0-*"
"NETStandard.Library": "1.5.0-rc2-24027"
}
}
}
Expand Down
6 changes: 3 additions & 3 deletions test/TestApps/ModelTypesLocatorTestWebApp/project.json
@@ -1,6 +1,6 @@
{
"dependencies": {
"Microsoft.AspNetCore.Http.Abstractions": "1.0.0-*",
"Microsoft.AspNetCore.Http.Abstractions": "1.0.0-rc2-final",
"ModelTypesLocatorTestClassLibrary": "1.0.0"
},
"frameworks": {
Expand All @@ -11,8 +11,8 @@
"portable-net451+win8"
],
"dependencies": {
"NETStandard.Library": "1.5.0-*",
"System.Diagnostics.Process": "4.1.0-*"
"NETStandard.Library": "1.5.0-rc2-24027",
"System.Diagnostics.Process": "4.1.0-rc2-24027"
}
}
}
Expand Down

0 comments on commit 13d268e

Please sign in to comment.