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

Commit 926e38b

Browse files
committed
Updating json files to pin versions and build.cmd to pin KoreBuild and DNX
1 parent 4b4a178 commit 926e38b

File tree

15 files changed

+51871
-178
lines changed

15 files changed

+51871
-178
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/IdentitySample.Mvc/project.json

Lines changed: 19 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,22 @@
66
"version": "1.0.0-*",
77
"dependencies": {
88
"Microsoft.AspNet.Server.IIS": "1.0.0-*",
9-
"Microsoft.AspNet.Mvc": "6.0.0-*",
10-
"Microsoft.AspNet.Server.WebListener": "1.0.0-*",
11-
"Microsoft.AspNet.Diagnostics": "1.0.0-*",
12-
"Microsoft.AspNet.Identity": "3.0.0-*",
13-
"Microsoft.AspNet.Identity.EntityFramework": "3.0.0-*",
14-
"Microsoft.AspNet.Authentication.Cookies": "1.0.0-*",
15-
"Microsoft.AspNet.Authentication.Facebook": "1.0.0-*",
16-
"Microsoft.AspNet.Authentication.Google": "1.0.0-*",
17-
"Microsoft.AspNet.Authentication.Twitter": "1.0.0-*",
18-
"Microsoft.AspNet.Authorization": "1.0.0-*",
19-
"Microsoft.AspNet.StaticFiles": "1.0.0-*",
20-
"EntityFramework.SqlServer": "7.0.0-*",
21-
"Microsoft.Framework.Configuration.EnvironmentVariables": "1.0.0-*",
22-
"Microsoft.Framework.Configuration.Json": "1.0.0-*",
23-
"Microsoft.Framework.OptionsModel": "1.0.0-*",
24-
"Microsoft.Framework.Logging.Console": "1.0.0-*"
9+
"Microsoft.AspNet.Mvc": "6.0.0-beta8",
10+
"Microsoft.AspNet.Server.WebListener": "1.0.0-beta8",
11+
"Microsoft.AspNet.Diagnostics": "1.0.0-beta8",
12+
"Microsoft.AspNet.Identity": "3.0.0-beta8",
13+
"Microsoft.AspNet.Identity.EntityFramework": "3.0.0-beta8",
14+
"Microsoft.AspNet.Authentication.Cookies": "1.0.0-beta8",
15+
"Microsoft.AspNet.Authentication.Facebook": "1.0.0-beta8",
16+
"Microsoft.AspNet.Authentication.Google": "1.0.0-beta8",
17+
"Microsoft.AspNet.Authentication.Twitter": "1.0.0-beta8",
18+
"Microsoft.AspNet.Authorization": "1.0.0-beta8",
19+
"Microsoft.AspNet.StaticFiles": "1.0.0-beta8",
20+
"EntityFramework.SqlServer": "7.0.0-beta8",
21+
"Microsoft.Framework.Configuration.EnvironmentVariables": "1.0.0-beta8",
22+
"Microsoft.Framework.Configuration.Json": "1.0.0-beta8",
23+
"Microsoft.Framework.OptionsModel": "1.0.0-beta8",
24+
"Microsoft.Framework.Logging.Console": "1.0.0-beta8"
2525
},
2626
"commands": {
2727
"web": "Microsoft.AspNet.Hosting --server Microsoft.AspNet.Server.WebListener --server.urls http://localhost:41532",
@@ -31,10 +31,9 @@
3131
"frameworks": {
3232
"dnx451": {
3333
"dependencies": {
34-
"Microsoft.Framework.Logging.NLog": "1.0.0-*"
34+
"Microsoft.Framework.Logging.NLog": "1.0.0-beta8"
3535
}
3636
},
37-
"dnxcore50": {
38-
}
37+
"dnxcore50": {}
3938
}
40-
}
39+
}

0 commit comments

Comments
 (0)