Skip to content
This repository has been archived by the owner on Dec 18, 2017. 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 873cbe3 commit 2c2d193
Show file tree
Hide file tree
Showing 109 changed files with 1,453 additions and 1,414 deletions.
13 changes: 8 additions & 5 deletions global.json
@@ -1,6 +1,9 @@
{
"projects": [
"src",
"submodules/FileSystem/src"
]
}
"projects": [
"src",
"submodules/FileSystem/src"
],
"sdk": {
"version": "1.0.0-rc1-final"
}
}
4 changes: 2 additions & 2 deletions misc/AppHostServicesProjects/src/GetExports/project.json
@@ -1,12 +1,12 @@
{
"dependencies": {
"Microsoft.Dnx.Compilation.Abstractions": "1.0.0-*"
"Microsoft.Dnx.Compilation.Abstractions": "1.0.0-rc1-final"
},
"frameworks": {
"dnx451": {},
"dnxcore50": {
"dependencies": {
"System.Console": "4.0.0-*"
"System.Console": "4.0.0-beta-23516"
}
}
}
Expand Down
@@ -1,10 +1,10 @@
{
{
"frameworks": {
"dnx451": { },
"dnx451": {},
"dnxcore50": {
"dependencies": {
"System.Runtime": "4.0.21-beta-*"
"System.Runtime": "4.0.21-beta-23516"
}
}
}
}
}
@@ -1,13 +1,13 @@
{
{
"dependencies": {
"Microsoft.Dnx.Compilation.Abstractions": "1.0.0-*"
"Microsoft.Dnx.Compilation.Abstractions": "1.0.0-rc1-final"
},
"frameworks": {
"dnx451": { },
"dnx451": {},
"dnxcore50": {
"dependencies": {
"System.Runtime": "4.0.21-beta-*"
"System.Runtime": "4.0.21-beta-23516"
}
}
}
}
}
6 changes: 3 additions & 3 deletions misc/AssemblyInfo/src/Test/project.json
Expand Up @@ -2,16 +2,16 @@
"title": "Hello title",
"description": "Hello\r\ndescription",
"language": "en",
"copyright": "Copyright \u00a9",
"copyright": "Copyright ©",
"version": "1.2.3-*",
"commands": {
"HelloWorld": "HelloWorld"
},
"frameworks": {
"dnx451": { },
"dnx451": {},
"dnxcore50": {
"dependencies": {
"System.Console": "4.0.0-*"
"System.Console": "4.0.0-beta-23516"
}
}
}
Expand Down
13 changes: 5 additions & 8 deletions misc/BootstrapperSolution/src/TesterProgram/project.json
@@ -1,17 +1,14 @@
{
"dependencies": {
},

{
"dependencies": {},
"commands": {
"TesterProgram": "TesterProgram"
},

"frameworks": {
"dnx451": { },
"dnx451": {},
"dnxcore50": {
"dependencies": {
"Microsoft.CSharp": "4.0.1-beta-*"
"Microsoft.CSharp": "4.0.1-beta-23516"
}
}
}
}
}
@@ -1,6 +1,6 @@
{
"dependencies": {
"Microsoft.Dnx.Compilation.CSharp.Abstractions": "1.0.0-*"
"Microsoft.Dnx.Compilation.CSharp.Abstractions": "1.0.0-rc1-final"
},
"frameworks": {
"dnx451": {
Expand All @@ -11,6 +11,6 @@
"System.Threading.Tasks": ""
}
},
"dnxcore50": { }
"dnxcore50": {}
}
}
2 changes: 1 addition & 1 deletion misc/CompileModuleWithDependencies/src/A/project.json
Expand Up @@ -6,7 +6,7 @@
"dnx451": {},
"dnxcore50": {
"dependencies": {
"System.Console": "4.0.0-*"
"System.Console": "4.0.0-beta-23516"
}
}
}
Expand Down
16 changes: 8 additions & 8 deletions misc/DependencyGraphsFeed/src/DependencyA/project.json
@@ -1,9 +1,9 @@
{
"version": "1.0.0",
"dependencies": {
"DependencyB": "2.0.0"
},
"frameworks": {
"dnx451": {}
}
}
"version": "1.0.0",
"dependencies": {
"DependencyB": "2.0.0"
},
"frameworks": {
"dnx451": {}
}
}
10 changes: 5 additions & 5 deletions misc/DependencyGraphsFeed/src/DependencyB/project.json
@@ -1,6 +1,6 @@
{
"version": "2.0.0",
"frameworks": {
"dnx451": {}
}
}
"version": "2.0.0",
"frameworks": {
"dnx451": {}
}
}
16 changes: 8 additions & 8 deletions misc/DependencyGraphsProject/src/SimpleChain/project.json
@@ -1,9 +1,9 @@
{
"version": "1.0.0",
"dependencies": {
"DependencyA": "1.0.0"
},
"frameworks": {
"dnx451": {}
}
}
"version": "1.0.0",
"dependencies": {
"DependencyA": "1.0.0"
},
"frameworks": {
"dnx451": {}
}
}
36 changes: 19 additions & 17 deletions misc/DependencyTargets/src/A/project.json
@@ -1,18 +1,20 @@
{
"version": "1.0.0",

"configurations": {
"package": {
"compilationOptions": { "define": [ "PACKAGE" ] }
}
},

"frameworks": {
"dnx451": { },
"dnxcore50": {
"dependencies": {
"System.Runtime": "4.0.0-beta-*"
}
}
{
"version": "1.0.0",
"configurations": {
"package": {
"compilationOptions": {
"define": [
"PACKAGE"
]
}
}
}
},
"frameworks": {
"dnx451": {},
"dnxcore50": {
"dependencies": {
"System.Runtime": "4.0.21-beta-23516"
}
}
}
}
45 changes: 22 additions & 23 deletions misc/DependencyTargets/src/App/project.json
@@ -1,25 +1,24 @@
{
"version": "1.0.0",

"dependencies": {
"A": { "target": "project" },
"B": {
"version": "1.0.0-*",
"target": "package"
}
{
"version": "1.0.0",
"dependencies": {
"A": {
"target": "project"
},

"commands": {
"App": "App"
},

"frameworks": {
"dnx451": { },
"dnxcore50": {
"dependencies": {
"System.Runtime": "4.0.0-beta-*",
"System.Console": "4.0.0-beta-*"
}
}
"B": {
"version": "1.0.0-*",
"target": "package"
}
},
"commands": {
"App": "App"
},
"frameworks": {
"dnx451": {},
"dnxcore50": {
"dependencies": {
"System.Runtime": "4.0.21-beta-23516",
"System.Console": "4.0.0-beta-23516"
}
}
}
}
}
36 changes: 19 additions & 17 deletions misc/DependencyTargets/src/B/project.json
@@ -1,18 +1,20 @@
{
"version": "1.0.0",

"configurations": {
"package": {
"compilationOptions": { "define": [ "PACKAGE" ] }
}
},

"frameworks": {
"dnx451": { },
"dnxcore50": {
"dependencies": {
"System.Runtime": "4.0.0-beta-*"
}
}
{
"version": "1.0.0",
"configurations": {
"package": {
"compilationOptions": {
"define": [
"PACKAGE"
]
}
}
}
},
"frameworks": {
"dnx451": {},
"dnxcore50": {
"dependencies": {
"System.Runtime": "4.0.21-beta-23516"
}
}
}
}
12 changes: 5 additions & 7 deletions misc/DllImportTestProjects/src/NativeLib/project.json
@@ -1,15 +1,13 @@
{
"version": "1.0.0",

"frameworks": {
"dnx451": {},
"dnxcore50": {
"dependencies": {
"System.Runtime": "4.0.21-*"
}
"dnx451": {},
"dnxcore50": {
"dependencies": {
"System.Runtime": "4.0.21-beta-23516"
}
}
},

"packInclude": {
"runtimes/": "runtimes/**"
}
Expand Down
26 changes: 13 additions & 13 deletions misc/DllImportTestProjects/src/PackageReferenceTest/project.json
@@ -1,21 +1,21 @@
{
"version": "1.0.0",

"dependencies": {
"NativeLib" : { "version" : "1.0.0", "target" : "package" },
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-*"
"NativeLib": {
"version": "1.0.0",
"target": "package"
},
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final"
},

"compile" : "../*.cs",

"compile": "../*.cs",
"frameworks": {
"dnx451": {},
"dnxcore50": {
"dependencies": {
"System.Runtime": "4.0.21-*",
"System.Console": "4.0.0-*",
"System.Runtime.InteropServices": "4.0.21-*"
}
"dnx451": {},
"dnxcore50": {
"dependencies": {
"System.Runtime": "4.0.21-beta-23516",
"System.Console": "4.0.0-beta-23516",
"System.Runtime.InteropServices": "4.0.21-beta-23516"
}
}
}
}

0 comments on commit 2c2d193

Please sign in to comment.