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

Commit 57ed970

Browse files
committed
Updating json files to pin versions and build.cmd to pin KoreBuild and DNX
1 parent f367745 commit 57ed970

File tree

29 files changed

+49537
-106
lines changed

29 files changed

+49537
-106
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: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
{
22
"dependencies": {
3-
"Microsoft.Framework.Caching.Memory": "1.0.0-*"
3+
"Microsoft.Framework.Caching.Memory": "1.0.0-beta8"
4+
},
5+
"commands": {
6+
"MemoryCacheConcurencySample": "MemoryCacheConcurencySample"
47
},
5-
"commands": { "MemoryCacheConcurencySample": "MemoryCacheConcurencySample" },
68
"frameworks": {
7-
"dnx451": { },
9+
"dnx451": {},
810
"dnxcore50": {
911
"dependencies": {
10-
"System.Console": "4.0.0-beta-*"
12+
"System.Console": "4.0.0-beta-23409"
1113
}
1214
}
1315
}
14-
}
16+
}

0 commit comments

Comments
 (0)