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

Commit e839a87

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

File tree

17 files changed

+41868
-118
lines changed

17 files changed

+41868
-118
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: 33 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,34 @@
11
{
2-
"webroot": "wwwroot",
3-
"version": "1.0.0-*",
4-
5-
"dependencies": {
6-
"Microsoft.AspNet.Localization": "1.0.0-*",
7-
"Microsoft.AspNet.Server.IIS": "1.0.0-*",
8-
"Microsoft.AspNet.Server.WebListener": "1.0.0-*",
9-
"Microsoft.Framework.Localization": "1.0.0-*"
10-
},
11-
12-
"commands": {
13-
"web": "Microsoft.AspNet.Hosting --server Microsoft.AspNet.Server.WebListener --server.urls http://localhost:5000"
14-
},
15-
16-
"frameworks": {
17-
"dnx451": { },
18-
"dnxcore50": {
19-
"dependencies": {
20-
"System.Globalization": "4.0.11-beta-*",
21-
"System.Globalization.Extensions": "4.0.1-beta-*"
22-
}
23-
}
24-
},
25-
26-
"publishExclude": [
27-
"node_modules",
28-
"bower_components",
29-
"**.xproj",
30-
"**.user",
31-
"**.vspscc"
32-
],
33-
"exclude": [
34-
"wwwroot",
35-
"node_modules",
36-
"bower_components"
37-
]
38-
}
2+
"webroot": "wwwroot",
3+
"version": "1.0.0-*",
4+
"dependencies": {
5+
"Microsoft.AspNet.Localization": "1.0.0-beta8",
6+
"Microsoft.AspNet.Server.IIS": "1.0.0-*",
7+
"Microsoft.AspNet.Server.WebListener": "1.0.0-beta8",
8+
"Microsoft.Framework.Localization": "1.0.0-beta8"
9+
},
10+
"commands": {
11+
"web": "Microsoft.AspNet.Hosting --server Microsoft.AspNet.Server.WebListener --server.urls http://localhost:5000"
12+
},
13+
"frameworks": {
14+
"dnx451": {},
15+
"dnxcore50": {
16+
"dependencies": {
17+
"System.Globalization": "4.0.11-beta-23409",
18+
"System.Globalization.Extensions": "4.0.1-beta-23409"
19+
}
20+
}
21+
},
22+
"publishExclude": [
23+
"node_modules",
24+
"bower_components",
25+
"**.xproj",
26+
"**.user",
27+
"**.vspscc"
28+
],
29+
"exclude": [
30+
"wwwroot",
31+
"node_modules",
32+
"bower_components"
33+
]
34+
}

0 commit comments

Comments
 (0)