Skip to content
This repository has been archived by the owner on Dec 14, 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 f367745 commit 57ed970
Show file tree
Hide file tree
Showing 29 changed files with 49,537 additions and 106 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
12 changes: 7 additions & 5 deletions samples/MemoryCacheConcurencySample/project.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
{
"dependencies": {
"Microsoft.Framework.Caching.Memory": "1.0.0-*"
"Microsoft.Framework.Caching.Memory": "1.0.0-beta8"
},
"commands": {
"MemoryCacheConcurencySample": "MemoryCacheConcurencySample"
},
"commands": { "MemoryCacheConcurencySample": "MemoryCacheConcurencySample" },
"frameworks": {
"dnx451": { },
"dnx451": {},
"dnxcore50": {
"dependencies": {
"System.Console": "4.0.0-beta-*"
"System.Console": "4.0.0-beta-23409"
}
}
}
}
}
Loading

0 comments on commit 57ed970

Please sign in to comment.