Skip to content
This repository was archived by the owner on Nov 20, 2018. It is now read-only.

Commit e03769f

Browse files
committed
Updating json files to pin versions and build.cmd to pin KoreBuild and DNX
1 parent 5fe4696 commit e03769f

File tree

7 files changed

+15153
-58
lines changed

7 files changed

+15153
-58
lines changed

build.cmd

+3-3
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...
+32-32
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
11
{
2-
"version": "1.0.0-*",
3-
"compilationOptions": { "warningsAsErrors": true },
4-
"dependencies": {
5-
"Microsoft.AspNet.FileProviders.Abstractions": "1.0.0-*",
6-
"Microsoft.AspNet.FileProviders.Physical": "1.0.0-*",
7-
"Microsoft.Dnx.Runtime.Abstractions": "1.0.0-*",
8-
"Microsoft.Dnx.Runtime.Json.Sources": {
9-
"type": "build",
10-
"version": "1.0.0-*"
2+
"version": "1.0.0-beta8",
3+
"compilationOptions": {
4+
"warningsAsErrors": true
115
},
12-
"Microsoft.Framework.Logging.Abstractions": "1.0.0-*",
13-
"Microsoft.Framework.FileSystemGlobbing": "1.0.0-*"
14-
},
15-
"frameworks": {
16-
"dnx451": {
17-
"frameworkAssemblies": {
18-
"System.Collections": "",
19-
"System.Runtime": ""
20-
}
6+
"dependencies": {
7+
"Microsoft.AspNet.FileProviders.Abstractions": "1.0.0-beta8",
8+
"Microsoft.AspNet.FileProviders.Physical": "1.0.0-beta8",
9+
"Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8",
10+
"Microsoft.Dnx.Runtime.Json.Sources": {
11+
"type": "build",
12+
"version": "1.0.0-beta8"
13+
},
14+
"Microsoft.Framework.Logging.Abstractions": "1.0.0-beta8",
15+
"Microsoft.Framework.FileSystemGlobbing": "1.0.0-beta8"
2116
},
22-
"dnxcore50": {
23-
"dependencies": {
24-
"System.Diagnostics.Process": "4.1.0-beta-*",
25-
"System.Linq": "4.0.1-beta-*",
26-
"System.Runtime.Extensions": "4.0.11-beta-*",
27-
"System.Threading.Thread": "4.0.0-beta-*"
28-
}
17+
"frameworks": {
18+
"dnx451": {
19+
"frameworkAssemblies": {
20+
"System.Collections": "",
21+
"System.Runtime": ""
22+
}
23+
},
24+
"dnxcore50": {
25+
"dependencies": {
26+
"System.Diagnostics.Process": "4.1.0-beta-23409",
27+
"System.Linq": "4.0.1-beta-23409",
28+
"System.Runtime.Extensions": "4.0.11-beta-23409",
29+
"System.Threading.Thread": "4.0.0-beta-23409"
30+
}
31+
}
32+
},
33+
"scripts": {
34+
"postbuild": []
2935
}
30-
},
31-
32-
"scripts": {
33-
"postbuild": [
34-
]
35-
}
36-
}
36+
}

0 commit comments

Comments
 (0)