Skip to content

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 51d89f2 commit fe7eb40
Show file tree
Hide file tree
Showing 32 changed files with 339 additions and 262 deletions.
10 changes: 8 additions & 2 deletions global.json
@@ -1,3 +1,9 @@
{
"projects": [ "src", "test" ]
}
"projects": [
"src",
"test"
],
"sdk": {
"version": "1.0.0-rc1-final"
}
}
27 changes: 15 additions & 12 deletions src/EntityFramework.Commands/project.json
@@ -1,5 +1,5 @@
{
"version": "7.0.0-*",
"version": "7.0.0-rc1-final",
"description": "Command line utilities for Entity Framework.",
"repository": {
"type": "git",
Expand All @@ -14,29 +14,29 @@
"EntityFramework.Commands.CommandsStrings": "Properties/CommandsStrings.resx"
},
"dependencies": {
"EntityFramework.Relational.Design": "7.0.0-*"
"EntityFramework.Relational.Design": "7.0.0-rc1-final"
},
"frameworks": {
"net451": { },
"net451": {},
"dnx451": {
"dependencies": {
"Microsoft.AspNet.Hosting.Abstractions": "1.0.0-*",
"Microsoft.AspNet.Hosting.Abstractions": "1.0.0-rc1-final",
"Microsoft.Extensions.CommandLineUtils.Sources": {
"version": "1.0.0-*",
"version": "1.0.0-rc1-final",
"type": "build"
},
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-*"
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final"
}
},
"dnxcore50": {
"dependencies": {
"Microsoft.AspNet.Hosting.Abstractions": "1.0.0-*",
"Microsoft.AspNet.Hosting.Abstractions": "1.0.0-rc1-final",
"Microsoft.Extensions.CommandLineUtils.Sources": {
"version": "1.0.0-*",
"version": "1.0.0-rc1-final",
"type": "build"
},
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-*",
"System.Console": "4.0.0-*"
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final",
"System.Console": "4.0.0-beta-23516"
}
},
"netcore50": {
Expand All @@ -48,9 +48,12 @@
"packInclude": {
"build/": "build/**",
"lib/": "lib/**",
"tools/": [ "tools/**", "Design\\OperationHandlers.cs" ]
"tools/": [
"tools/**",
"Design\\OperationHandlers.cs"
]
},
"commands": {
"ef": "EntityFramework.Commands"
}
}
}
160 changes: 102 additions & 58 deletions src/EntityFramework.Core/project.json
@@ -1,5 +1,5 @@
{
"version": "7.0.0-*",
"version": "7.0.0-rc1-final",
"description": "Entity Framework is Microsoft's recommended data access technology for new applications.",
"repository": {
"type": "git",
Expand All @@ -11,39 +11,83 @@
},
"dependencies": {
"Ix-Async": "1.2.5",
"Microsoft.Extensions.Caching.Abstractions": "1.0.0-*",
"Microsoft.Extensions.Caching.Memory": "1.0.0-*",
"Microsoft.Extensions.DependencyInjection": "1.0.0-*",
"Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-*",
"Microsoft.Extensions.Logging": "1.0.0-*",
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-*",
"Microsoft.Extensions.OptionsModel": "1.0.0-*",
"Microsoft.Extensions.Caching.Abstractions": "1.0.0-rc1-final",
"Microsoft.Extensions.Caching.Memory": "1.0.0-rc1-final",
"Microsoft.Extensions.DependencyInjection": "1.0.0-rc1-final",
"Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final",
"Microsoft.Extensions.Logging": "1.0.0-rc1-final",
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc1-final",
"Microsoft.Extensions.OptionsModel": "1.0.0-rc1-final",
"Remotion.Linq": "2.0.1",
"System.Collections.Immutable": "1.1.36"
"System.Collections.Immutable": "1.1.38-beta-23516"
},
"compile": "..\\Shared\\*.cs",
"namedResource": {
"EntityFramework.Core.CoreStrings": "Properties/CoreStrings.resx"
},
"resource": [ "Properties/EntityFramework.Core.rd.xml" ],
"resource": [
"Properties/EntityFramework.Core.rd.xml"
],
"frameworks": {
"net451": {
"frameworkAssemblies": {
"System.Collections": { "version": "4.0.0.0", "type": "build" },
"System.Collections": {
"version": "4.0.0.0",
"type": "build"
},
"System.ComponentModel.DataAnnotations": "4.0.0.0",
"System.Diagnostics.Debug": { "version": "4.0.0.0", "type": "build" },
"System.Diagnostics.Tools": { "version": "4.0.0.0", "type": "build" },
"System.Globalization": { "version": "4.0.0.0", "type": "build" },
"System.Linq": { "version": "4.0.0.0", "type": "build" },
"System.Linq.Expressions": { "version": "4.0.0.0", "type": "build" },
"System.Linq.Queryable": { "version": "4.0.0.0", "type": "build" },
"System.ObjectModel": { "version": "4.0.0.0", "type": "build" },
"System.Reflection": { "version": "4.0.0.0", "type": "build" },
"System.Reflection.Extensions": { "version": "4.0.0.0", "type": "build" },
"System.Resources.ResourceManager": { "version": "4.0.0.0", "type": "build" },
"System.Runtime": { "version": "4.0.0.0", "type": "build" },
"System.Runtime.Extensions": { "version": "4.0.0.0", "type": "build" },
"System.Threading": { "version": "4.0.0.0", "type": "build" }
"System.Diagnostics.Debug": {
"version": "4.0.0.0",
"type": "build"
},
"System.Diagnostics.Tools": {
"version": "4.0.0.0",
"type": "build"
},
"System.Globalization": {
"version": "4.0.0.0",
"type": "build"
},
"System.Linq": {
"version": "4.0.0.0",
"type": "build"
},
"System.Linq.Expressions": {
"version": "4.0.0.0",
"type": "build"
},
"System.Linq.Queryable": {
"version": "4.0.0.0",
"type": "build"
},
"System.ObjectModel": {
"version": "4.0.0.0",
"type": "build"
},
"System.Reflection": {
"version": "4.0.0.0",
"type": "build"
},
"System.Reflection.Extensions": {
"version": "4.0.0.0",
"type": "build"
},
"System.Resources.ResourceManager": {
"version": "4.0.0.0",
"type": "build"
},
"System.Runtime": {
"version": "4.0.0.0",
"type": "build"
},
"System.Runtime.Extensions": {
"version": "4.0.0.0",
"type": "build"
},
"System.Threading": {
"version": "4.0.0.0",
"type": "build"
}
}
},
"dnx451": {
Expand All @@ -67,44 +111,44 @@
},
"dotnet5.4": {
"dependencies": {
"System.Collections": "4.0.11-beta-*",
"System.Collections.Concurrent": "4.0.11-beta-*",
"System.ComponentModel": "4.0.1-beta-*",
"System.ComponentModel.Annotations": "4.0.11-beta-*",
"System.Diagnostics.Debug": "4.0.11-beta-*",
"System.Diagnostics.Tools": "4.0.1-beta-*",
"System.Linq": "4.0.1-beta-*",
"System.Linq.Queryable": "4.0.1-beta-*",
"System.ObjectModel": "4.0.11-beta-*",
"System.Reflection": "4.0.10-*",
"System.Reflection.Extensions": "4.0.1-beta-*",
"System.Resources.ResourceManager": "4.0.1-beta-*",
"System.Runtime": "4.0.21-beta-*",
"System.Runtime.Extensions": "4.0.11-beta-*",
"System.Runtime.InteropServices": "4.0.21-beta-*",
"System.Threading": "4.0.11-beta-*",
"System.Threading.Tasks": "4.0.11-beta-*"
"System.Collections": "4.0.11-beta-23516",
"System.Collections.Concurrent": "4.0.11-beta-23516",
"System.ComponentModel": "4.0.1-beta-23516",
"System.ComponentModel.Annotations": "4.0.11-beta-23516",
"System.Diagnostics.Debug": "4.0.11-beta-23516",
"System.Diagnostics.Tools": "4.0.1-beta-23516",
"System.Linq": "4.0.1-beta-23516",
"System.Linq.Queryable": "4.0.1-beta-23516",
"System.ObjectModel": "4.0.11-beta-23516",
"System.Reflection": "4.1.0-beta-23516",
"System.Reflection.Extensions": "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.Runtime.InteropServices": "4.0.21-beta-23516",
"System.Threading": "4.0.11-beta-23516",
"System.Threading.Tasks": "4.0.11-beta-23516"
}
},
"netcore50": {
"dependencies": {
"System.ComponentModel": "4.0.0",
"System.ComponentModel.Annotations": "4.0.10",
"System.Diagnostics.Debug": "4.0.10",
"System.Globalization": "4.0.10",
"System.IO": "4.0.10",
"System.Linq": "4.0.0",
"System.Linq.Expressions": "4.0.10",
"System.Linq.Queryable": "4.0.0",
"System.ObjectModel": "4.0.10",
"System.Reflection": "4.0.10",
"System.Reflection.Extensions": "4.0.0",
"System.Reflection.TypeExtensions": "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.ComponentModel": "4.0.1-beta-23516",
"System.ComponentModel.Annotations": "4.0.11-beta-23516",
"System.Diagnostics.Debug": "4.0.11-beta-23516",
"System.Globalization": "4.0.11-beta-23516",
"System.IO": "4.0.11-beta-23516",
"System.Linq": "4.0.1-beta-23516",
"System.Linq.Expressions": "4.0.11-beta-23516",
"System.Linq.Queryable": "4.0.1-beta-23516",
"System.ObjectModel": "4.0.11-beta-23516",
"System.Reflection": "4.1.0-beta-23516",
"System.Reflection.Extensions": "4.0.1-beta-23516",
"System.Reflection.TypeExtensions": "4.1.0-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
4 changes: 2 additions & 2 deletions src/EntityFramework.InMemory/project.json
@@ -1,5 +1,5 @@
{
"version": "7.0.0-*",
"version": "7.0.0-rc1-final",
"description": "In memory data store for Entity Framework (to be used for testing purposes).",
"repository": {
"type": "git",
Expand All @@ -10,7 +10,7 @@
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"EntityFramework.Core": "7.0.0-*"
"EntityFramework.Core": "7.0.0-rc1-final"
},
"compile": "..\\Shared\\*.cs",
"namedResource": {
Expand Down
12 changes: 6 additions & 6 deletions src/EntityFramework.MicrosoftSqlServer.Design/project.json
@@ -1,5 +1,5 @@
{
"version": "7.0.0-*",
"version": "7.0.0-rc1-final",
"description": "Design-time Entity Framework Functionality for Microsoft SQL Server data store.",
"repository": {
"type": "git",
Expand All @@ -10,15 +10,15 @@
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"EntityFramework.Relational.Design": "7.0.0-*",
"EntityFramework.MicrosoftSqlServer": "7.0.0-*"
"EntityFramework.Relational.Design": "7.0.0-rc1-final",
"EntityFramework.MicrosoftSqlServer": "7.0.0-rc1-final"
},
"compile": "..\\Shared\\*.cs",
"namedResource": {
"EntityFramework.MicrosoftSqlServer.Design.SqlServerDesignStrings": "Properties/SqlServerDesignStrings.resx"
},
"frameworks": {
"net451": { },
"dnxcore50": { }
"net451": {},
"dnxcore50": {}
}
}
}
22 changes: 12 additions & 10 deletions src/EntityFramework.MicrosoftSqlServer/project.json
@@ -1,5 +1,5 @@
{
"version": "7.0.0-*",
"version": "7.0.0-rc1-final",
"description": "Microsoft SQL Server data store for Entity Framework.",
"repository": {
"type": "git",
Expand All @@ -10,27 +10,29 @@
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"EntityFramework.Relational": "7.0.0-*"
"EntityFramework.Relational": "7.0.0-rc1-final"
},
"compile": "..\\Shared\\*.cs",
"namedResource": {
"EntityFramework.MicrosoftSqlServer.SqlServerStrings": "Properties/SqlServerStrings.resx"
},
"resource": [ "Properties/EntityFramework.MicrosoftSqlServer.rd.xml" ],
"resource": [
"Properties/EntityFramework.MicrosoftSqlServer.rd.xml"
],
"frameworks": {
"net451": { },
"net451": {},
"dotnet5.4": {
"dependencies": {
"System.Data.SqlClient": "4.0.0-*",
"System.Text.Encoding.CodePages": "4.0.1-beta-*",
"System.Threading.Thread": "4.0.0-*",
"System.Threading.ThreadPool": "4.0.10-*"
"System.Data.SqlClient": "4.0.0-beta-23516",
"System.Text.Encoding.CodePages": "4.0.1-beta-23516",
"System.Threading.Thread": "4.0.0-beta-23516",
"System.Threading.ThreadPool": "4.0.10-beta-23516"
}
},
"netcore50": {
"dependencies": {
"System.Data.SqlClient": "4.0.0-*",
"System.Threading.Thread": "4.0.0-*"
"System.Data.SqlClient": "4.0.0-beta-23516",
"System.Threading.Thread": "4.0.0-beta-23516"
}
}
}
Expand Down
8 changes: 4 additions & 4 deletions src/EntityFramework.Relational.Design/project.json
@@ -1,5 +1,5 @@
{
"version": "7.0.0-*",
"version": "7.0.0-rc1-final",
"description": "Shared Design-time Entity Framework components for relational data stores.",
"repository": {
"type": "git",
Expand All @@ -10,7 +10,7 @@
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"EntityFramework.Relational": "7.0.0-*"
"EntityFramework.Relational": "7.0.0-rc1-final"
},
"compile": "..\\Shared\\*.cs",
"namedResource": {
Expand Down Expand Up @@ -44,7 +44,7 @@
},
"dnxcore50": {
"dependencies": {
"System.ComponentModel.Annotations": "4.0.11-beta-*"
"System.ComponentModel.Annotations": "4.0.11-beta-23516"
}
},
"netcore50": {
Expand All @@ -57,4 +57,4 @@
"build/": "build/**",
"lib/": "lib/**"
}
}
}

0 comments on commit fe7eb40

Please sign in to comment.