Skip to content
This repository was archived by the owner on Nov 6, 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 0ccdbbb commit d436a51
Show file tree
Hide file tree
Showing 15 changed files with 19,318 additions and 69 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
14 changes: 7 additions & 7 deletions src/Microsoft.AspNet.FileProviders.Abstractions/project.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"version": "1.0.0-*",
"version": "1.0.0-beta8",
"description": "ASP.NET 5 file provider interfaces.",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/filesystem"
},
"dependencies": {
"Microsoft.Framework.Primitives": "1.0.0-*"
"Microsoft.Framework.Primitives": "1.0.0-beta8"
},
"frameworks": {
"net45": { },
"dnx451": { },
"net45": {},
"dnx451": {},
"dnxcore50": {
"dependencies": {
"System.IO": "4.0.11-beta-*",
"System.Resources.ResourceManager": "4.0.1-beta-*"
"System.IO": "4.0.11-beta-23409",
"System.Resources.ResourceManager": "4.0.1-beta-23409"
}
}
}
}
}
Loading

0 comments on commit d436a51

Please sign in to comment.