Skip to content
This repository has been archived by the owner on Dec 19, 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 999076b commit 37ff5c8
Show file tree
Hide file tree
Showing 17 changed files with 42,939 additions and 158 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
16 changes: 8 additions & 8 deletions src/Microsoft.AspNet.Razor.Runtime.Precompilation/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"description": "Supports tag helper resolution during precompilation.",
"version": "4.0.0-*",
"version": "4.0.0-beta8",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/razor"
Expand All @@ -10,15 +10,15 @@
},
"dependencies": {
"Microsoft.Framework.PropertyActivator.Sources": {
"version": "1.0.0-*",
"version": "1.0.0-beta8",
"type": "build"
},
"Microsoft.Framework.PropertyHelper.Sources": {
"version": "1.0.0-*",
"version": "1.0.0-beta8",
"type": "build"
},
"Microsoft.AspNet.Razor.Runtime": "4.0.0-*",
"Microsoft.Dnx.Compilation.CSharp.Abstractions": "1.0.0-*"
"Microsoft.AspNet.Razor.Runtime": "4.0.0-beta8",
"Microsoft.Dnx.Compilation.CSharp.Abstractions": "1.0.0-beta8"
},
"frameworks": {
"dnx451": {
Expand All @@ -28,9 +28,9 @@
},
"dnxcore50": {
"dependencies": {
"System.Collections.Concurrent": "4.0.11-*",
"System.Linq.Expressions": "4.0.11-*"
"System.Collections.Concurrent": "4.0.11-beta-23409",
"System.Linq.Expressions": "4.0.11-beta-23409"
}
}
}
}
}
Loading

0 comments on commit 37ff5c8

Please sign in to comment.