From 8f95ecb9498f09632439dfc2b46df7771801b223 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Wed, 18 Nov 2015 12:01:32 -0800 Subject: [PATCH] Updating json files to pin versions and build.cmd to pin KoreBuild and DNX --- global.json | 9 +++- .../MemoryCacheConcurencySample/project.json | 26 ++++++------ samples/MemoryCacheSample/project.json | 26 ++++++------ samples/ProfilingSample/project.json | 26 ++++++------ samples/RedisCacheSample/project.json | 18 ++++---- .../project.json | 36 ++++++++-------- samples/SqlServerCacheSample/project.json | 34 +++++++-------- .../project.json | 22 +++++----- .../project.json | 30 ++++++------- .../project.json | 6 +-- .../project.json | 12 +++--- .../project.json | 8 ++-- .../project.json | 38 ++++++++--------- .../project.json | 28 ++++++------- .../project.json | 42 +++++++++---------- 15 files changed, 187 insertions(+), 174 deletions(-) diff --git a/global.json b/global.json index 983ba040..4d1ccc96 100644 --- a/global.json +++ b/global.json @@ -1,3 +1,8 @@ { - "projects": ["src"] -} + "projects": [ + "src" + ], + "sdk": { + "version": "1.0.0-rc1-final" + } +} \ No newline at end of file diff --git a/samples/MemoryCacheConcurencySample/project.json b/samples/MemoryCacheConcurencySample/project.json index ee13e21a..44d83e74 100644 --- a/samples/MemoryCacheConcurencySample/project.json +++ b/samples/MemoryCacheConcurencySample/project.json @@ -1,14 +1,16 @@ { - "dependencies": { - "Microsoft.Extensions.Caching.Memory": "1.0.0-*" - }, - "commands": { "MemoryCacheConcurencySample": "MemoryCacheConcurencySample" }, - "frameworks": { - "dnx451": { }, - "dnxcore50": { - "dependencies": { - "System.Console": "4.0.0-beta-*" - } - } + "dependencies": { + "Microsoft.Extensions.Caching.Memory": "1.0.0-rc1-final" + }, + "commands": { + "MemoryCacheConcurencySample": "MemoryCacheConcurencySample" + }, + "frameworks": { + "dnx451": {}, + "dnxcore50": { + "dependencies": { + "System.Console": "4.0.0-beta-23516" + } } -} + } +} \ No newline at end of file diff --git a/samples/MemoryCacheSample/project.json b/samples/MemoryCacheSample/project.json index 004d7196..0c1c4c4f 100644 --- a/samples/MemoryCacheSample/project.json +++ b/samples/MemoryCacheSample/project.json @@ -1,14 +1,16 @@ { - "dependencies": { - "Microsoft.Extensions.Caching.Memory": "1.0.0-*" - }, - "commands": { "MemoryCacheSample": "MemoryCacheSample" }, - "frameworks": { - "dnx451": { }, - "dnxcore50": { - "dependencies": { - "System.Console": "4.0.0-beta-*" - } - } + "dependencies": { + "Microsoft.Extensions.Caching.Memory": "1.0.0-rc1-final" + }, + "commands": { + "MemoryCacheSample": "MemoryCacheSample" + }, + "frameworks": { + "dnx451": {}, + "dnxcore50": { + "dependencies": { + "System.Console": "4.0.0-beta-23516" + } } -} + } +} \ No newline at end of file diff --git a/samples/ProfilingSample/project.json b/samples/ProfilingSample/project.json index d69b0b56..c13cd09e 100644 --- a/samples/ProfilingSample/project.json +++ b/samples/ProfilingSample/project.json @@ -1,14 +1,16 @@ { - "dependencies": { - "Microsoft.Extensions.Caching.Memory": "1.0.0-*" - }, - "commands": { "ProfilingSample": "ProfilingSample" }, - "frameworks": { - "dnx451": { }, - "dnxcore50": { - "dependencies": { - "System.Console": "4.0.0-beta-*" - } - } + "dependencies": { + "Microsoft.Extensions.Caching.Memory": "1.0.0-rc1-final" + }, + "commands": { + "ProfilingSample": "ProfilingSample" + }, + "frameworks": { + "dnx451": {}, + "dnxcore50": { + "dependencies": { + "System.Console": "4.0.0-beta-23516" + } } -} + } +} \ No newline at end of file diff --git a/samples/RedisCacheSample/project.json b/samples/RedisCacheSample/project.json index 346831c4..bf2c7853 100644 --- a/samples/RedisCacheSample/project.json +++ b/samples/RedisCacheSample/project.json @@ -1,9 +1,11 @@ { - "dependencies": { - "Microsoft.Extensions.Caching.Redis": "1.0.0-*" - }, - "commands": { "RedisCacheSample": "RedisCacheSample" }, - "frameworks" : { - "dnx451" : { } - } -} + "dependencies": { + "Microsoft.Extensions.Caching.Redis": "1.0.0-rc1-final" + }, + "commands": { + "RedisCacheSample": "RedisCacheSample" + }, + "frameworks": { + "dnx451": {} + } +} \ No newline at end of file diff --git a/samples/SqlServerCacheConcurencySample/project.json b/samples/SqlServerCacheConcurencySample/project.json index 9b340d13..f6db3208 100644 --- a/samples/SqlServerCacheConcurencySample/project.json +++ b/samples/SqlServerCacheConcurencySample/project.json @@ -1,20 +1,20 @@ { - "commands": { - "SqlServerCacheConcurrencySample": "SqlServerCacheConcurrencySample" - }, - "dependencies": { - "Microsoft.Extensions.Caching.SqlServer": "1.0.0-*", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-*", - "Microsoft.Extensions.Configuration.Json": "1.0.0-*", - "Microsoft.Extensions.OptionsModel": "1.0.0-*", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-*" - }, - "frameworks": { - "dnx451": { }, - "dnxcore50": { - "dependencies": { - "System.Console": "4.0.0-beta-*" - } - } + "commands": { + "SqlServerCacheConcurrencySample": "SqlServerCacheConcurrencySample" + }, + "dependencies": { + "Microsoft.Extensions.Caching.SqlServer": "1.0.0-rc1-final", + "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-rc1-final", + "Microsoft.Extensions.Configuration.Json": "1.0.0-rc1-final", + "Microsoft.Extensions.OptionsModel": "1.0.0-rc1-final", + "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final" + }, + "frameworks": { + "dnx451": {}, + "dnxcore50": { + "dependencies": { + "System.Console": "4.0.0-beta-23516" + } } -} + } +} \ No newline at end of file diff --git a/samples/SqlServerCacheSample/project.json b/samples/SqlServerCacheSample/project.json index 4f0754a3..a07b1c2e 100644 --- a/samples/SqlServerCacheSample/project.json +++ b/samples/SqlServerCacheSample/project.json @@ -1,19 +1,19 @@ { - "commands": { - "SqlServerCacheSample": "SqlServerCacheSample" - }, - "dependencies": { - "Microsoft.Extensions.Caching.SqlServer": "1.0.0-*", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-*", - "Microsoft.Extensions.Configuration.Json": "1.0.0-*", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-*" - }, - "frameworks": { - "dnx451": { }, - "dnxcore50": { - "dependencies": { - "System.Console": "4.0.0-beta-*" - } - } + "commands": { + "SqlServerCacheSample": "SqlServerCacheSample" + }, + "dependencies": { + "Microsoft.Extensions.Caching.SqlServer": "1.0.0-rc1-final", + "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-rc1-final", + "Microsoft.Extensions.Configuration.Json": "1.0.0-rc1-final", + "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final" + }, + "frameworks": { + "dnx451": {}, + "dnxcore50": { + "dependencies": { + "System.Console": "4.0.0-beta-23516" + } } -} + } +} \ No newline at end of file diff --git a/src/Microsoft.Extensions.Caching.Abstractions/project.json b/src/Microsoft.Extensions.Caching.Abstractions/project.json index ffc6aba4..62148a94 100644 --- a/src/Microsoft.Extensions.Caching.Abstractions/project.json +++ b/src/Microsoft.Extensions.Caching.Abstractions/project.json @@ -5,28 +5,28 @@ }, "description": "ASP.NET 5 caching abstractions.", "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0-*" + "Microsoft.Extensions.Primitives": "1.0.0-rc1-final" }, "frameworks": { - "net451": { }, + "net451": {}, "dotnet5.4": { "dependencies": { - "System.Collections": "4.0.11-beta-*", - "System.Threading": "4.0.11-beta-*", - "System.Threading.Tasks": "4.0.11-beta-*" + "System.Collections": "4.0.11-beta-23516", + "System.Threading": "4.0.11-beta-23516", + "System.Threading.Tasks": "4.0.11-beta-23516" } }, "netcore50": { "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Threading.Tasks": "4.0.10" + "System.Collections": "4.0.11-beta-23516", + "System.Diagnostics.Debug": "4.0.11-beta-23516", + "System.Resources.ResourceManager": "4.0.1-beta-23516", + "System.Runtime": "4.0.21-beta-23516", + "System.Threading.Tasks": "4.0.11-beta-23516" } } }, - "version": "1.0.0-*", + "version": "1.0.0-rc1-final", "repository": { "type": "git", "url": "https://github.com/aspnet/caching" diff --git a/src/Microsoft.Extensions.Caching.Memory/project.json b/src/Microsoft.Extensions.Caching.Memory/project.json index 520b3c79..d516ffe9 100644 --- a/src/Microsoft.Extensions.Caching.Memory/project.json +++ b/src/Microsoft.Extensions.Caching.Memory/project.json @@ -1,5 +1,5 @@ { - "version": "1.0.0-*", + "version": "1.0.0-rc1-final", "description": "ASP.NET 5 in memory cache abstractions and implementation.", "repository": { "type": "git", @@ -10,28 +10,28 @@ "keyFile": "../../tools/Key.snk" }, "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-*", - "Microsoft.Extensions.Caching.Abstractions": "1.0.0-*", - "Microsoft.Extensions.OptionsModel": "1.0.0-*" + "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final", + "Microsoft.Extensions.Caching.Abstractions": "1.0.0-rc1-final", + "Microsoft.Extensions.OptionsModel": "1.0.0-rc1-final" }, "frameworks": { - "net451": { }, + "net451": {}, "dotnet5.4": { "dependencies": { - "System.Linq": "4.0.1-beta-*", - "System.Threading": "4.0.11-beta-*" + "System.Linq": "4.0.1-beta-23516", + "System.Threading": "4.0.11-beta-23516" } }, "netcore50": { "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Linq": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Threading": "4.0.10", - "System.Threading.Tasks": "4.0.10" + "System.Collections": "4.0.11-beta-23516", + "System.Diagnostics.Debug": "4.0.11-beta-23516", + "System.Linq": "4.0.1-beta-23516", + "System.Resources.ResourceManager": "4.0.1-beta-23516", + "System.Runtime": "4.0.21-beta-23516", + "System.Runtime.Extensions": "4.0.11-beta-23516", + "System.Threading": "4.0.11-beta-23516", + "System.Threading.Tasks": "4.0.11-beta-23516" } } } diff --git a/src/Microsoft.Extensions.Caching.Redis/project.json b/src/Microsoft.Extensions.Caching.Redis/project.json index 103e7b36..389f7a35 100644 --- a/src/Microsoft.Extensions.Caching.Redis/project.json +++ b/src/Microsoft.Extensions.Caching.Redis/project.json @@ -1,5 +1,5 @@ { - "version": "1.0.0-*", + "version": "1.0.0-rc1-final", "description": "ASP.NET 5 distributed cache implementation on Redis.", "repository": { "type": "git", @@ -10,8 +10,8 @@ "keyFile": "../../tools/Key.snk" }, "dependencies": { - "Microsoft.Extensions.Caching.Abstractions": "1.0.0-*", - "Microsoft.Extensions.OptionsModel": "1.0.0-*", + "Microsoft.Extensions.Caching.Abstractions": "1.0.0-rc1-final", + "Microsoft.Extensions.OptionsModel": "1.0.0-rc1-final", "StackExchange.Redis.StrongName": "1.0.333" }, "frameworks": { diff --git a/src/Microsoft.Extensions.Caching.SqlConfig/project.json b/src/Microsoft.Extensions.Caching.SqlConfig/project.json index 46ffb26a..d952bb2a 100644 --- a/src/Microsoft.Extensions.Caching.SqlConfig/project.json +++ b/src/Microsoft.Extensions.Caching.SqlConfig/project.json @@ -4,11 +4,11 @@ }, "dependencies": { "Microsoft.Extensions.CommandLineUtils.Sources": { - "version": "1.0.0-*", + "version": "1.0.0-rc1-final", "type": "build" }, - "Microsoft.Extensions.Logging": "1.0.0-*", - "Microsoft.Extensions.Logging.Console": "1.0.0-*" + "Microsoft.Extensions.Logging": "1.0.0-rc1-final", + "Microsoft.Extensions.Logging.Console": "1.0.0-rc1-final" }, "description": "Contains commands for creating table and indexes in Microsoft SQL Server database to be used for ASP.NET 5 distributed caching.", "frameworks": { @@ -19,8 +19,8 @@ }, "dotnet5.4": { "dependencies": { - "System.Console": "4.0.0-beta-*", - "System.Data.SqlClient": "4.0.0-beta-*" + "System.Console": "4.0.0-beta-23516", + "System.Data.SqlClient": "4.0.0-beta-23516" } } }, @@ -28,7 +28,7 @@ "warningsAsErrors": true, "keyFile": "../../tools/Key.snk" }, - "version": "1.0.0-*", + "version": "1.0.0-rc1-final", "repository": { "type": "git", "url": "https://github.com/aspnet/caching" diff --git a/src/Microsoft.Extensions.Caching.SqlServer/project.json b/src/Microsoft.Extensions.Caching.SqlServer/project.json index 2084583c..f8e81cdc 100644 --- a/src/Microsoft.Extensions.Caching.SqlServer/project.json +++ b/src/Microsoft.Extensions.Caching.SqlServer/project.json @@ -1,7 +1,7 @@ { "dependencies": { - "Microsoft.Extensions.Caching.Abstractions": "1.0.0-*", - "Microsoft.Extensions.OptionsModel": "1.0.0-*" + "Microsoft.Extensions.Caching.Abstractions": "1.0.0-rc1-final", + "Microsoft.Extensions.OptionsModel": "1.0.0-rc1-final" }, "description": "ASP.NET 5 distributed cache implementation on Microsoft SQL Server.", "compilationOptions": { @@ -16,11 +16,11 @@ }, "dotnet5.4": { "dependencies": { - "System.Data.SqlClient": "4.0.0-beta-*" + "System.Data.SqlClient": "4.0.0-beta-23516" } } }, - "version": "1.0.0-*", + "version": "1.0.0-rc1-final", "repository": { "type": "git", "url": "https://github.com/aspnet/caching" diff --git a/test/Microsoft.Extensions.Caching.Memory.Tests/project.json b/test/Microsoft.Extensions.Caching.Memory.Tests/project.json index 20c028ed..615f4c93 100644 --- a/test/Microsoft.Extensions.Caching.Memory.Tests/project.json +++ b/test/Microsoft.Extensions.Caching.Memory.Tests/project.json @@ -1,20 +1,20 @@ { - "compilationOptions": { - "warningsAsErrors": true, - "keyFile": "../../tools/Key.snk" - }, - "dependencies": { - "Microsoft.AspNet.Testing": "1.0.0-*", - "Microsoft.Extensions.Caching.Memory": "1.0.0-*", - "Microsoft.Extensions.DependencyInjection": "1.0.0-*", - "xunit": "2.1.0-*", - "xunit.runner.aspnet": "2.0.0-aspnet-*" - }, - "commands": { - "test": "xunit.runner.aspnet" - }, - "frameworks": { - "dnx451": { }, - "dnxcore50": { } - } -} + "compilationOptions": { + "warningsAsErrors": true, + "keyFile": "../../tools/Key.snk" + }, + "dependencies": { + "Microsoft.AspNet.Testing": "1.0.0-rc1-final", + "Microsoft.Extensions.Caching.Memory": "1.0.0-rc1-final", + "Microsoft.Extensions.DependencyInjection": "1.0.0-rc1-final", + "xunit": "2.1.0-*", + "xunit.runner.aspnet": "2.0.0-aspnet-rc1-final" + }, + "commands": { + "test": "xunit.runner.aspnet" + }, + "frameworks": { + "dnx451": {}, + "dnxcore50": {} + } +} \ No newline at end of file diff --git a/test/Microsoft.Extensions.Caching.Redis.Tests/project.json b/test/Microsoft.Extensions.Caching.Redis.Tests/project.json index 7042d85e..124bb667 100644 --- a/test/Microsoft.Extensions.Caching.Redis.Tests/project.json +++ b/test/Microsoft.Extensions.Caching.Redis.Tests/project.json @@ -1,15 +1,15 @@ { - "dependencies": { - "Microsoft.AspNet.Testing": "1.0.0-*", - "Microsoft.Extensions.Caching.Redis": "1.0.0-*", - "Microsoft.Extensions.DependencyInjection": "1.0.0-*", - "xunit": "2.1.0-*", - "xunit.runner.aspnet": "2.0.0-aspnet-*" - }, - "commands": { - "test": "xunit.runner.aspnet" - }, - "frameworks": { - "dnx451": { } - } -} + "dependencies": { + "Microsoft.AspNet.Testing": "1.0.0-rc1-final", + "Microsoft.Extensions.Caching.Redis": "1.0.0-rc1-final", + "Microsoft.Extensions.DependencyInjection": "1.0.0-rc1-final", + "xunit": "2.1.0-*", + "xunit.runner.aspnet": "2.0.0-aspnet-rc1-final" + }, + "commands": { + "test": "xunit.runner.aspnet" + }, + "frameworks": { + "dnx451": {} + } +} \ No newline at end of file diff --git a/test/Microsoft.Extensions.Caching.SqlServer.Tests/project.json b/test/Microsoft.Extensions.Caching.SqlServer.Tests/project.json index 0364f542..287bbbbf 100644 --- a/test/Microsoft.Extensions.Caching.SqlServer.Tests/project.json +++ b/test/Microsoft.Extensions.Caching.SqlServer.Tests/project.json @@ -1,22 +1,22 @@ { - "compilationOptions": { - "warningsAsErrors": true, - "keyFile": "../../tools/Key.snk" - }, - "commands": { - "test": "xunit.runner.aspnet" - }, - "dependencies": { - "Microsoft.AspNet.Testing": "1.0.0-*", - "Microsoft.Extensions.Caching.SqlServer": "1.0.0-*", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-*", - "Microsoft.Extensions.Configuration.Json": "1.0.0-*", - "Microsoft.Extensions.DependencyInjection": "1.0.0-*", - "xunit": "2.1.0-*", - "xunit.runner.aspnet": "2.0.0-aspnet-*" - }, - "frameworks": { - "dnx451": { }, - "dnxcore50": { } - } -} + "compilationOptions": { + "warningsAsErrors": true, + "keyFile": "../../tools/Key.snk" + }, + "commands": { + "test": "xunit.runner.aspnet" + }, + "dependencies": { + "Microsoft.AspNet.Testing": "1.0.0-rc1-final", + "Microsoft.Extensions.Caching.SqlServer": "1.0.0-rc1-final", + "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-rc1-final", + "Microsoft.Extensions.Configuration.Json": "1.0.0-rc1-final", + "Microsoft.Extensions.DependencyInjection": "1.0.0-rc1-final", + "xunit": "2.1.0-*", + "xunit.runner.aspnet": "2.0.0-aspnet-rc1-final" + }, + "frameworks": { + "dnx451": {}, + "dnxcore50": {} + } +} \ No newline at end of file