Skip to content
This repository was archived by the owner on Dec 18, 2017. It is now read-only.

Commit c302211

Browse files
committed
Updating json files to pin versions and build.cmd to pin KoreBuild and DNX
1 parent 38b4944 commit c302211

File tree

137 files changed

+166327
-930
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

137 files changed

+166327
-930
lines changed

build.cmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
cd %~dp0
33

44
SETLOCAL
5-
SET NUGET_VERSION=latest
5+
SET NUGET_VERSION=v3.2.0
66
SET CACHED_NUGET=%LocalAppData%\NuGet\nuget.%NUGET_VERSION%.exe
7-
SET BUILDCMD_KOREBUILD_VERSION=""
8-
SET BUILDCMD_DNX_VERSION=""
7+
SET BUILDCMD_KOREBUILD_VERSION=0.2.1-beta8
8+
SET BUILDCMD_DNX_VERSION=1.0.0-beta8
99

1010
IF EXIST %CACHED_NUGET% goto copynuget
1111
echo Downloading latest version of NuGet.exe...
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"dependencies": {
3-
"Microsoft.Dnx.Compilation.Abstractions": "1.0.0-*"
4-
},
5-
"frameworks": {
6-
"dnx451": {},
7-
"dnxcore50": {
8-
"dependencies": {
9-
"System.Console": "4.0.0-*"
10-
}
2+
"dependencies": {
3+
"Microsoft.Dnx.Compilation.Abstractions": "1.0.0-beta8"
4+
},
5+
"frameworks": {
6+
"dnx451": {},
7+
"dnxcore50": {
8+
"dependencies": {
9+
"System.Console": "4.0.0-beta-23409"
10+
}
11+
}
1112
}
12-
}
1313
}
Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
1-
{
2-
"dependencies": {
3-
},
4-
5-
"commands": {
6-
"TesterProgram": "TesterProgram"
7-
},
8-
9-
"frameworks": {
10-
"dnx451": { },
11-
"dnxcore50": {
12-
"dependencies": {
13-
"Microsoft.CSharp": "4.0.1-beta-*"
14-
}
1+
{
2+
"dependencies": {},
3+
"commands": {
4+
"TesterProgram": "TesterProgram"
5+
},
6+
"frameworks": {
7+
"dnx451": {},
8+
"dnxcore50": {
9+
"dependencies": {
10+
"Microsoft.CSharp": "4.0.1-beta-23409"
11+
}
12+
}
1513
}
16-
}
17-
}
14+
}
Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
"dependencies": {
3-
"Microsoft.Dnx.Compilation.CSharp.Abstractions": "1.0.0-*"
4-
},
5-
"frameworks": {
6-
"dnx451": {
7-
"frameworkAssemblies": {
8-
"System.Runtime": "",
9-
"System.Collections": "",
10-
"System.Text.Encoding": "",
11-
"System.Threading.Tasks": ""
12-
}
2+
"dependencies": {
3+
"Microsoft.Dnx.Compilation.CSharp.Abstractions": "1.0.0-beta8"
134
},
14-
"dnxcore50": { }
15-
}
5+
"frameworks": {
6+
"dnx451": {
7+
"frameworkAssemblies": {
8+
"System.Runtime": "",
9+
"System.Collections": "",
10+
"System.Text.Encoding": "",
11+
"System.Threading.Tasks": ""
12+
}
13+
},
14+
"dnxcore50": {}
15+
}
1616
}
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"dependencies": {
3-
"A.CompileModule": "1.0.0-*"
4-
},
5-
"frameworks": {
6-
"dnx451": {},
7-
"dnxcore50": {
8-
"dependencies": {
9-
"System.Console": "4.0.0-*"
10-
}
2+
"dependencies": {
3+
"A.CompileModule": "1.0.0-*"
4+
},
5+
"frameworks": {
6+
"dnx451": {},
7+
"dnxcore50": {
8+
"dependencies": {
9+
"System.Console": "4.0.0-beta-23409"
10+
}
11+
}
1112
}
12-
}
1313
}

misc/DependencyGraphsFeed/src/DependencyA/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
"frameworks": {
77
"dnx451": {}
88
}
9-
}
9+
}

misc/DependencyGraphsFeed/src/DependencyB/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
"frameworks": {
44
"dnx451": {}
55
}
6-
}
6+
}

misc/DependencyGraphsProject/src/SimpleChain/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
"frameworks": {
77
"dnx451": {}
88
}
9-
}
9+
}
Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
1-
{
1+
{
22
"version": "1.0.0",
3-
43
"configurations": {
54
"package": {
6-
"compilationOptions": { "define": [ "PACKAGE" ] }
5+
"compilationOptions": {
6+
"define": [
7+
"PACKAGE"
8+
]
9+
}
710
}
811
},
9-
1012
"frameworks": {
11-
"dnx451": { },
13+
"dnx451": {},
1214
"dnxcore50": {
1315
"dependencies": {
14-
"System.Runtime": "4.0.0-beta-*"
16+
"System.Runtime": "4.0.21-beta-23409"
1517
}
1618
}
1719
}
18-
}
20+
}
Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,24 @@
1-
{
1+
{
22
"version": "1.0.0",
3-
43
"dependencies": {
5-
"A": { "target": "project" },
4+
"A": {
5+
"target": "project"
6+
},
67
"B": {
78
"version": "1.0.0-*",
89
"target": "package"
910
}
1011
},
11-
1212
"commands": {
1313
"App": "App"
1414
},
15-
1615
"frameworks": {
17-
"dnx451": { },
16+
"dnx451": {},
1817
"dnxcore50": {
1918
"dependencies": {
20-
"System.Runtime": "4.0.0-beta-*",
21-
"System.Console": "4.0.0-beta-*"
19+
"System.Runtime": "4.0.21-beta-23409",
20+
"System.Console": "4.0.0-beta-23409"
2221
}
2322
}
2423
}
25-
}
24+
}

0 commit comments

Comments
 (0)