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

Commit ee04663

Browse files
committed
Updating json files to pin versions and build.cmd to pin KoreBuild and DNX
1 parent 013ce83 commit ee04663

File tree

12 files changed

+41933
-142
lines changed

12 files changed

+41933
-142
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...

samples/LargeResponseApp/project.json

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
1-
{
2-
"version": "1.0.0-*",
3-
"dependencies": {
4-
"Microsoft.AspNet.Server.Kestrel": "1.0.0-*"
5-
},
6-
7-
"frameworks": {
8-
"dnx451": { },
9-
"dnxcore50": { }
10-
},
11-
12-
"commands": {
13-
"run": "Microsoft.AspNet.Server.Kestrel",
14-
"web": "Microsoft.AspNet.Hosting"
15-
}
16-
}
1+
{
2+
"version": "1.0.0-*",
3+
"dependencies": {
4+
"Microsoft.AspNet.Server.Kestrel": "1.0.0-beta8"
5+
},
6+
"frameworks": {
7+
"dnx451": {},
8+
"dnxcore50": {}
9+
},
10+
"commands": {
11+
"run": "Microsoft.AspNet.Server.Kestrel",
12+
"web": "Microsoft.AspNet.Hosting"
13+
}
14+
}

0 commit comments

Comments
 (0)