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

Commit

Permalink
Updating json files to pin versions and build.cmd to pin KoreBuild an…
Browse files Browse the repository at this point in the history
…d DNX
  • Loading branch information
pranavkm committed Oct 16, 2015
1 parent 013ce83 commit ee04663
Show file tree
Hide file tree
Showing 12 changed files with 41,933 additions and 142 deletions.
6 changes: 3 additions & 3 deletions build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
cd %~dp0

SETLOCAL
SET NUGET_VERSION=latest
SET NUGET_VERSION=v3.2.0
SET CACHED_NUGET=%LocalAppData%\NuGet\nuget.%NUGET_VERSION%.exe
SET BUILDCMD_KOREBUILD_VERSION=""
SET BUILDCMD_DNX_VERSION=""
SET BUILDCMD_KOREBUILD_VERSION=0.2.1-beta8
SET BUILDCMD_DNX_VERSION=1.0.0-beta8

IF EXIST %CACHED_NUGET% goto copynuget
echo Downloading latest version of NuGet.exe...
Expand Down
30 changes: 14 additions & 16 deletions samples/LargeResponseApp/project.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
{
"version": "1.0.0-*",
"dependencies": {
"Microsoft.AspNet.Server.Kestrel": "1.0.0-*"
},

"frameworks": {
"dnx451": { },
"dnxcore50": { }
},

"commands": {
"run": "Microsoft.AspNet.Server.Kestrel",
"web": "Microsoft.AspNet.Hosting"
}
}
{
"version": "1.0.0-*",
"dependencies": {
"Microsoft.AspNet.Server.Kestrel": "1.0.0-beta8"
},
"frameworks": {
"dnx451": {},
"dnxcore50": {}
},
"commands": {
"run": "Microsoft.AspNet.Server.Kestrel",
"web": "Microsoft.AspNet.Hosting"
}
}
Loading

0 comments on commit ee04663

Please sign in to comment.