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

Commit 31c4b14

Browse files
committed
Updating json files to pin versions and build.cmd to pin KoreBuild and DNX
1 parent 5036b0f commit 31c4b14

File tree

7 files changed

+8391
-51
lines changed

7 files changed

+8391
-51
lines changed

build.cmd

+3-3
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...

src/Microsoft.Framework.DependencyInjection.Abstractions/project.json

+22-20
Original file line numberDiff line numberDiff line change
@@ -9,34 +9,36 @@
99
"warningsAsErrors": true
1010
},
1111
"dependencies": {
12-
"Microsoft.Framework.NotNullAttribute.Sources": { "version": "1.0.0-*", "type": "build" }
12+
"Microsoft.Framework.NotNullAttribute.Sources": {
13+
"version": "1.0.0-*",
14+
"type": "build"
15+
}
1316
},
1417
"frameworks": {
15-
"net45": {
16-
},
17-
"dnx451": { },
18+
"net45": {},
19+
"dnx451": {},
1820
"dnxcore50": {
1921
"dependencies": {
20-
"System.ComponentModel": "4.0.1-beta-*",
21-
"System.Diagnostics.Debug": "4.0.11-beta-*",
22-
"System.Globalization": "4.0.11-beta-*",
23-
"System.Linq": "4.0.1-beta-*",
24-
"System.Linq.Expressions": "4.0.11-beta-*",
25-
"System.Reflection": "4.0.11-beta-*",
26-
"System.Resources.ResourceManager": "4.0.1-beta-*"
22+
"System.ComponentModel": "4.0.1-beta-23409",
23+
"System.Diagnostics.Debug": "4.0.11-beta-23409",
24+
"System.Globalization": "4.0.11-beta-23409",
25+
"System.Linq": "4.0.1-beta-23409",
26+
"System.Linq.Expressions": "4.0.11-beta-23409",
27+
"System.Reflection": "4.1.0-beta-23409",
28+
"System.Resources.ResourceManager": "4.0.1-beta-23409"
2729
}
2830
},
2931
"dotnet": {
3032
"dependencies": {
31-
"System.ComponentModel": "4.0.0",
32-
"System.Diagnostics.Debug": "4.0.10",
33-
"System.Globalization": "4.0.10",
34-
"System.Linq": "4.0.0",
35-
"System.Linq.Expressions": "4.0.10",
36-
"System.Reflection": "4.0.10",
37-
"System.Resources.ResourceManager": "4.0.0",
38-
"System.Runtime": "4.0.20"
33+
"System.ComponentModel": "4.0.1-beta-23409",
34+
"System.Diagnostics.Debug": "4.0.11-beta-23409",
35+
"System.Globalization": "4.0.11-beta-23409",
36+
"System.Linq": "4.0.1-beta-23409",
37+
"System.Linq.Expressions": "4.0.11-beta-23409",
38+
"System.Reflection": "4.1.0-beta-23409",
39+
"System.Resources.ResourceManager": "4.0.1-beta-23409",
40+
"System.Runtime": "4.0.21-beta-23409"
3941
}
4042
}
4143
}
42-
}
44+
}

0 commit comments

Comments
 (0)