Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit ce024de

Browse files
committed
Updating json files to pin versions and build.cmd to pin KoreBuild and DNX
1 parent c5c979b commit ce024de

File tree

5 files changed

+4501
-31
lines changed

5 files changed

+4501
-31
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: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,25 @@
11
{
2-
"version": "1.0.0-*",
2+
"version": "1.0.0-beta8",
33
"dependencies": {
4-
"Microsoft.AspNet.Razor.Runtime": "4.0.0-*",
5-
"Microsoft.Dnx.DesignTimeHost.Abstractions": { "version": "1.0.0-*", "type": "build" },
6-
"Microsoft.Dnx.Runtime.Abstractions": { "version": "1.0.0-*", "type": "build" },
4+
"Microsoft.AspNet.Razor.Runtime": "4.0.0-beta8",
5+
"Microsoft.Dnx.DesignTimeHost.Abstractions": {
6+
"version": "1.0.0-beta8",
7+
"type": "build"
8+
},
9+
"Microsoft.Dnx.Runtime.Abstractions": {
10+
"version": "1.0.0-beta8",
11+
"type": "build"
12+
},
713
"Newtonsoft.Json": "6.0.6"
814
},
9-
"frameworks" : {
10-
"dnx451" : {
11-
"dependencies": {
12-
}
15+
"frameworks": {
16+
"dnx451": {
17+
"dependencies": {}
1318
},
14-
"dnxcore50" : {
19+
"dnxcore50": {
1520
"dependencies": {
16-
"System.Runtime": "4.0.21-beta-*"
21+
"System.Runtime": "4.0.21-beta-23409"
1722
}
1823
}
1924
}
20-
}
25+
}

0 commit comments

Comments
 (0)