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

Commit d436a51

Browse files
committed
Updating json files to pin versions and build.cmd to pin KoreBuild and DNX
1 parent 0ccdbbb commit d436a51

File tree

15 files changed

+19318
-69
lines changed

15 files changed

+19318
-69
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 & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
2-
"version": "1.0.0-*",
2+
"version": "1.0.0-beta8",
33
"description": "ASP.NET 5 file provider interfaces.",
44
"repository": {
55
"type": "git",
66
"url": "git://github.com/aspnet/filesystem"
77
},
88
"dependencies": {
9-
"Microsoft.Framework.Primitives": "1.0.0-*"
9+
"Microsoft.Framework.Primitives": "1.0.0-beta8"
1010
},
1111
"frameworks": {
12-
"net45": { },
13-
"dnx451": { },
12+
"net45": {},
13+
"dnx451": {},
1414
"dnxcore50": {
1515
"dependencies": {
16-
"System.IO": "4.0.11-beta-*",
17-
"System.Resources.ResourceManager": "4.0.1-beta-*"
16+
"System.IO": "4.0.11-beta-23409",
17+
"System.Resources.ResourceManager": "4.0.1-beta-23409"
1818
}
1919
}
2020
}
21-
}
21+
}

0 commit comments

Comments
 (0)