Skip to content
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.

Commit

Permalink
Updating json files to pin versions and build.cmd to pin KoreBuild an…
Browse files Browse the repository at this point in the history
…d DNX
  • Loading branch information
pranavkm committed Nov 18, 2015
1 parent 8283afe commit 8f95ecb
Show file tree
Hide file tree
Showing 15 changed files with 187 additions and 174 deletions.
9 changes: 7 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
{
"projects": ["src"]
}
"projects": [
"src"
],
"sdk": {
"version": "1.0.0-rc1-final"
}
}
26 changes: 14 additions & 12 deletions samples/MemoryCacheConcurencySample/project.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
}
}
}
26 changes: 14 additions & 12 deletions samples/MemoryCacheSample/project.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
}
}
}
26 changes: 14 additions & 12 deletions samples/ProfilingSample/project.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
}
}
}
18 changes: 10 additions & 8 deletions samples/RedisCacheSample/project.json
Original file line number Diff line number Diff line change
@@ -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": {}
}
}
36 changes: 18 additions & 18 deletions samples/SqlServerCacheConcurencySample/project.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
}
}
}
34 changes: 17 additions & 17 deletions samples/SqlServerCacheSample/project.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
}
}
}
22 changes: 11 additions & 11 deletions src/Microsoft.Extensions.Caching.Abstractions/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
30 changes: 15 additions & 15 deletions src/Microsoft.Extensions.Caching.Memory/project.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
}
}
}
Expand Down
6 changes: 3 additions & 3 deletions src/Microsoft.Extensions.Caching.Redis/project.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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": {
Expand Down
12 changes: 6 additions & 6 deletions src/Microsoft.Extensions.Caching.SqlConfig/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -19,16 +19,16 @@
},
"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"
}
}
},
"compilationOptions": {
"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"
Expand Down
8 changes: 4 additions & 4 deletions src/Microsoft.Extensions.Caching.SqlServer/project.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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"
Expand Down
Loading

0 comments on commit 8f95ecb

Please sign in to comment.