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

Commit d40afcd

Browse files
committed
Updating json files to pin versions and build.cmd to pin KoreBuild and DNX
1 parent 691cf29 commit d40afcd

File tree

18 files changed

+16993
-105
lines changed

18 files changed

+16993
-105
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/SampleApp/project.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@
33
"SampleApp": "SampleApp"
44
},
55
"dependencies": {
6-
"Microsoft.Framework.Logging": "1.0.0-*",
7-
"Microsoft.Framework.Logging.Console": "1.0.0-*"
6+
"Microsoft.Framework.Logging": "1.0.0-beta8",
7+
"Microsoft.Framework.Logging.Console": "1.0.0-beta8"
88
},
99
"frameworks": {
1010
"dnx451": {
1111
"dependencies": {
12-
"Microsoft.Framework.Logging.EventLog": "1.0.0-*",
13-
"Microsoft.Framework.Logging.NLog": "1.0.0-*"
12+
"Microsoft.Framework.Logging.EventLog": "1.0.0-beta8",
13+
"Microsoft.Framework.Logging.NLog": "1.0.0-beta8"
1414
}
1515
},
1616
"dnxcore50": {
1717
"dependencies": {
18-
"System.Console": "4.0.0-beta-*"
18+
"System.Console": "4.0.0-beta-23409"
1919
}
2020
}
2121
}
22-
}
22+
}

0 commit comments

Comments
 (0)