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

Commit 76903b2

Browse files
committed
Updating json files to pin versions and build.cmd to pin KoreBuild and DNX
1 parent 5cecda2 commit 76903b2

File tree

15 files changed

+35379
-64
lines changed

15 files changed

+35379
-64
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...

src/Microsoft.AspNet.Hosting.Abstractions/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"version": "1.0.0-*",
2+
"version": "1.0.0-beta8",
33
"description": "ASP.NET 5 Hosting abstractions.",
44
"repository": {
55
"type": "git",
66
"url": "git://github.com/aspnet/hosting"
77
},
88
"dependencies": {
9-
"Microsoft.AspNet.Http.Abstractions": "1.0.0-*",
10-
"Microsoft.AspNet.FileProviders.Abstractions": "1.0.0-*"
9+
"Microsoft.AspNet.Http.Abstractions": "1.0.0-beta8",
10+
"Microsoft.AspNet.FileProviders.Abstractions": "1.0.0-beta8"
1111
},
1212
"frameworks": {
1313
"dnx451": {},

0 commit comments

Comments
 (0)