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

Commit 2bc4935

Browse files
committed
Updating json files to pin versions and build.cmd to pin KoreBuild and DNX
1 parent 8ccfcfc commit 2bc4935

File tree

17 files changed

+21901
-59
lines changed

17 files changed

+21901
-59
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...
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
"version": "1.0.0-*",
2+
"version": "1.0.0-beta8",
33
"description": "Client for communicating over web sockets.",
44
"repository": {
55
"type": "git",
66
"url": "git://github.com/aspnet/websockets"
77
},
88
"dependencies": {
9-
"Microsoft.AspNet.WebSockets.Protocol": "1.0.0-*"
9+
"Microsoft.AspNet.WebSockets.Protocol": "1.0.0-beta8"
1010
},
1111
"frameworks": {
12-
"net45": { }
12+
"net45": {}
1313
}
14-
}
14+
}
Lines changed: 108 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,108 @@
1+
{
2+
"locked": true,
3+
"version": 2,
4+
"targets": {
5+
".NETFramework,Version=v4.5": {
6+
"Microsoft.AspNet.WebSockets.Protocol/1.0.0-beta8": {
7+
"type": "project",
8+
"framework": ".NETFramework,Version=v4.5",
9+
"dependencies": {
10+
"Microsoft.Framework.NotNullAttribute.Sources": "1.0.0-beta8"
11+
}
12+
},
13+
"Microsoft.Framework.NotNullAttribute.Sources/1.0.0-beta8": {
14+
"type": "package",
15+
"frameworkAssemblies": [
16+
"Microsoft.CSharp",
17+
"mscorlib",
18+
"System",
19+
"System.Core"
20+
],
21+
"compile": {
22+
"lib/net45/Microsoft.Framework.NotNullAttribute.Sources.dll": {}
23+
},
24+
"runtime": {
25+
"lib/net45/Microsoft.Framework.NotNullAttribute.Sources.dll": {}
26+
}
27+
}
28+
},
29+
".NETFramework,Version=v4.5/win7-x86": {
30+
"Microsoft.AspNet.WebSockets.Protocol/1.0.0-beta8": {
31+
"type": "project",
32+
"framework": ".NETFramework,Version=v4.5",
33+
"dependencies": {
34+
"Microsoft.Framework.NotNullAttribute.Sources": "1.0.0-beta8"
35+
}
36+
},
37+
"Microsoft.Framework.NotNullAttribute.Sources/1.0.0-beta8": {
38+
"type": "package",
39+
"frameworkAssemblies": [
40+
"Microsoft.CSharp",
41+
"mscorlib",
42+
"System",
43+
"System.Core"
44+
],
45+
"compile": {
46+
"lib/net45/Microsoft.Framework.NotNullAttribute.Sources.dll": {}
47+
},
48+
"runtime": {
49+
"lib/net45/Microsoft.Framework.NotNullAttribute.Sources.dll": {}
50+
}
51+
}
52+
},
53+
".NETFramework,Version=v4.5/win7-x64": {
54+
"Microsoft.AspNet.WebSockets.Protocol/1.0.0-beta8": {
55+
"type": "project",
56+
"framework": ".NETFramework,Version=v4.5",
57+
"dependencies": {
58+
"Microsoft.Framework.NotNullAttribute.Sources": "1.0.0-beta8"
59+
}
60+
},
61+
"Microsoft.Framework.NotNullAttribute.Sources/1.0.0-beta8": {
62+
"type": "package",
63+
"frameworkAssemblies": [
64+
"Microsoft.CSharp",
65+
"mscorlib",
66+
"System",
67+
"System.Core"
68+
],
69+
"compile": {
70+
"lib/net45/Microsoft.Framework.NotNullAttribute.Sources.dll": {}
71+
},
72+
"runtime": {
73+
"lib/net45/Microsoft.Framework.NotNullAttribute.Sources.dll": {}
74+
}
75+
}
76+
}
77+
},
78+
"libraries": {
79+
"Microsoft.AspNet.WebSockets.Protocol/1.0.0-beta8": {
80+
"type": "project",
81+
"path": "../Microsoft.AspNet.WebSockets.Protocol/project.json"
82+
},
83+
"Microsoft.Framework.NotNullAttribute.Sources/1.0.0-beta8": {
84+
"type": "package",
85+
"sha512": "oes7G+FuEP0jjKWYFiMbxvqreUehJOf2bmh029UQA8t+QJyxCVYEXrEBytWofFAHF6s+xZtjS/ZA+5v10VJuYQ==",
86+
"files": [
87+
"lib/dnx451/Microsoft.Framework.NotNullAttribute.Sources.dll",
88+
"lib/dnx451/Microsoft.Framework.NotNullAttribute.Sources.xml",
89+
"lib/dnxcore50/Microsoft.Framework.NotNullAttribute.Sources.dll",
90+
"lib/dnxcore50/Microsoft.Framework.NotNullAttribute.Sources.xml",
91+
"lib/dotnet/Microsoft.Framework.NotNullAttribute.Sources.dll",
92+
"lib/dotnet/Microsoft.Framework.NotNullAttribute.Sources.xml",
93+
"lib/net45/Microsoft.Framework.NotNullAttribute.Sources.dll",
94+
"lib/net45/Microsoft.Framework.NotNullAttribute.Sources.xml",
95+
"Microsoft.Framework.NotNullAttribute.Sources.1.0.0-beta8.nupkg",
96+
"Microsoft.Framework.NotNullAttribute.Sources.1.0.0-beta8.nupkg.sha512",
97+
"Microsoft.Framework.NotNullAttribute.Sources.nuspec",
98+
"shared/NotNullAttribute.cs"
99+
]
100+
}
101+
},
102+
"projectFileDependencyGroups": {
103+
"": [
104+
"Microsoft.AspNet.WebSockets.Protocol >= 1.0.0-beta8"
105+
],
106+
".NETFramework,Version=v4.5": []
107+
}
108+
}
Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,33 @@
11
{
2-
"version": "1.0.0-*",
2+
"version": "1.0.0-beta8",
33
"description": "Managed web socket protocol parser.",
44
"repository": {
55
"type": "git",
66
"url": "git://github.com/aspnet/websockets"
77
},
88
"dependencies": {
9-
"Microsoft.Framework.NotNullAttribute.Sources": { "type": "build", "version": "1.0.0-*" }
9+
"Microsoft.Framework.NotNullAttribute.Sources": {
10+
"type": "build",
11+
"version": "1.0.0-beta8"
12+
}
1013
},
1114
"frameworks": {
12-
"net45": { },
15+
"net45": {},
1316
"dnxcore50": {
1417
"dependencies": {
15-
"System.Diagnostics.Contracts": "4.0.1-beta-*",
16-
"System.IO": "4.0.11-beta-*",
17-
"System.Linq": "4.0.1-beta-*",
18-
"System.Net.WebSockets": "4.0.0-beta-*",
19-
"System.Runtime": "4.0.21-beta-*",
20-
"System.Runtime.InteropServices": "4.0.21-beta-*",
21-
"System.Runtime.Extensions": "4.0.11-beta-*",
22-
"System.Security.Cryptography.Algorithms": "4.0.0-beta-*",
23-
"System.Text.Encoding.Extensions": "4.0.11-beta-*",
24-
"System.Threading": "4.0.11-beta-*",
25-
"System.Threading.Tasks": "4.0.11-beta-*",
26-
"System.Threading.Timer": "4.0.1-beta-*"
18+
"System.Diagnostics.Contracts": "4.0.1-beta-23409",
19+
"System.IO": "4.0.11-beta-23409",
20+
"System.Linq": "4.0.1-beta-23409",
21+
"System.Net.WebSockets": "4.0.0-beta-23409",
22+
"System.Runtime": "4.0.21-beta-23409",
23+
"System.Runtime.InteropServices": "4.0.21-beta-23409",
24+
"System.Runtime.Extensions": "4.0.11-beta-23409",
25+
"System.Security.Cryptography.Algorithms": "4.0.0-beta-23409",
26+
"System.Text.Encoding.Extensions": "4.0.11-beta-23409",
27+
"System.Threading": "4.0.11-beta-23409",
28+
"System.Threading.Tasks": "4.0.11-beta-23409",
29+
"System.Threading.Timer": "4.0.1-beta-23409"
2730
}
2831
}
2932
}
30-
}
33+
}

0 commit comments

Comments
 (0)