Skip to content
This repository has been archived by the owner on Oct 18, 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 8ccfcfc commit 2bc4935
Show file tree
Hide file tree
Showing 17 changed files with 21,901 additions and 59 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
8 changes: 4 additions & 4 deletions src/Microsoft.AspNet.WebSockets.Client/project.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"version": "1.0.0-*",
"version": "1.0.0-beta8",
"description": "Client for communicating over web sockets.",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/websockets"
},
"dependencies": {
"Microsoft.AspNet.WebSockets.Protocol": "1.0.0-*"
"Microsoft.AspNet.WebSockets.Protocol": "1.0.0-beta8"
},
"frameworks": {
"net45": { }
"net45": {}
}
}
}
108 changes: 108 additions & 0 deletions src/Microsoft.AspNet.WebSockets.Client/project.lock.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,108 @@
{
"locked": true,
"version": 2,
"targets": {
".NETFramework,Version=v4.5": {
"Microsoft.AspNet.WebSockets.Protocol/1.0.0-beta8": {
"type": "project",
"framework": ".NETFramework,Version=v4.5",
"dependencies": {
"Microsoft.Framework.NotNullAttribute.Sources": "1.0.0-beta8"
}
},
"Microsoft.Framework.NotNullAttribute.Sources/1.0.0-beta8": {
"type": "package",
"frameworkAssemblies": [
"Microsoft.CSharp",
"mscorlib",
"System",
"System.Core"
],
"compile": {
"lib/net45/Microsoft.Framework.NotNullAttribute.Sources.dll": {}
},
"runtime": {
"lib/net45/Microsoft.Framework.NotNullAttribute.Sources.dll": {}
}
}
},
".NETFramework,Version=v4.5/win7-x86": {
"Microsoft.AspNet.WebSockets.Protocol/1.0.0-beta8": {
"type": "project",
"framework": ".NETFramework,Version=v4.5",
"dependencies": {
"Microsoft.Framework.NotNullAttribute.Sources": "1.0.0-beta8"
}
},
"Microsoft.Framework.NotNullAttribute.Sources/1.0.0-beta8": {
"type": "package",
"frameworkAssemblies": [
"Microsoft.CSharp",
"mscorlib",
"System",
"System.Core"
],
"compile": {
"lib/net45/Microsoft.Framework.NotNullAttribute.Sources.dll": {}
},
"runtime": {
"lib/net45/Microsoft.Framework.NotNullAttribute.Sources.dll": {}
}
}
},
".NETFramework,Version=v4.5/win7-x64": {
"Microsoft.AspNet.WebSockets.Protocol/1.0.0-beta8": {
"type": "project",
"framework": ".NETFramework,Version=v4.5",
"dependencies": {
"Microsoft.Framework.NotNullAttribute.Sources": "1.0.0-beta8"
}
},
"Microsoft.Framework.NotNullAttribute.Sources/1.0.0-beta8": {
"type": "package",
"frameworkAssemblies": [
"Microsoft.CSharp",
"mscorlib",
"System",
"System.Core"
],
"compile": {
"lib/net45/Microsoft.Framework.NotNullAttribute.Sources.dll": {}
},
"runtime": {
"lib/net45/Microsoft.Framework.NotNullAttribute.Sources.dll": {}
}
}
}
},
"libraries": {
"Microsoft.AspNet.WebSockets.Protocol/1.0.0-beta8": {
"type": "project",
"path": "../Microsoft.AspNet.WebSockets.Protocol/project.json"
},
"Microsoft.Framework.NotNullAttribute.Sources/1.0.0-beta8": {
"type": "package",
"sha512": "oes7G+FuEP0jjKWYFiMbxvqreUehJOf2bmh029UQA8t+QJyxCVYEXrEBytWofFAHF6s+xZtjS/ZA+5v10VJuYQ==",
"files": [
"lib/dnx451/Microsoft.Framework.NotNullAttribute.Sources.dll",
"lib/dnx451/Microsoft.Framework.NotNullAttribute.Sources.xml",
"lib/dnxcore50/Microsoft.Framework.NotNullAttribute.Sources.dll",
"lib/dnxcore50/Microsoft.Framework.NotNullAttribute.Sources.xml",
"lib/dotnet/Microsoft.Framework.NotNullAttribute.Sources.dll",
"lib/dotnet/Microsoft.Framework.NotNullAttribute.Sources.xml",
"lib/net45/Microsoft.Framework.NotNullAttribute.Sources.dll",
"lib/net45/Microsoft.Framework.NotNullAttribute.Sources.xml",
"Microsoft.Framework.NotNullAttribute.Sources.1.0.0-beta8.nupkg",
"Microsoft.Framework.NotNullAttribute.Sources.1.0.0-beta8.nupkg.sha512",
"Microsoft.Framework.NotNullAttribute.Sources.nuspec",
"shared/NotNullAttribute.cs"
]
}
},
"projectFileDependencyGroups": {
"": [
"Microsoft.AspNet.WebSockets.Protocol >= 1.0.0-beta8"
],
".NETFramework,Version=v4.5": []
}
}
35 changes: 19 additions & 16 deletions src/Microsoft.AspNet.WebSockets.Protocol/project.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,33 @@
{
"version": "1.0.0-*",
"version": "1.0.0-beta8",
"description": "Managed web socket protocol parser.",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/websockets"
},
"dependencies": {
"Microsoft.Framework.NotNullAttribute.Sources": { "type": "build", "version": "1.0.0-*" }
"Microsoft.Framework.NotNullAttribute.Sources": {
"type": "build",
"version": "1.0.0-beta8"
}
},
"frameworks": {
"net45": { },
"net45": {},
"dnxcore50": {
"dependencies": {
"System.Diagnostics.Contracts": "4.0.1-beta-*",
"System.IO": "4.0.11-beta-*",
"System.Linq": "4.0.1-beta-*",
"System.Net.WebSockets": "4.0.0-beta-*",
"System.Runtime": "4.0.21-beta-*",
"System.Runtime.InteropServices": "4.0.21-beta-*",
"System.Runtime.Extensions": "4.0.11-beta-*",
"System.Security.Cryptography.Algorithms": "4.0.0-beta-*",
"System.Text.Encoding.Extensions": "4.0.11-beta-*",
"System.Threading": "4.0.11-beta-*",
"System.Threading.Tasks": "4.0.11-beta-*",
"System.Threading.Timer": "4.0.1-beta-*"
"System.Diagnostics.Contracts": "4.0.1-beta-23409",
"System.IO": "4.0.11-beta-23409",
"System.Linq": "4.0.1-beta-23409",
"System.Net.WebSockets": "4.0.0-beta-23409",
"System.Runtime": "4.0.21-beta-23409",
"System.Runtime.InteropServices": "4.0.21-beta-23409",
"System.Runtime.Extensions": "4.0.11-beta-23409",
"System.Security.Cryptography.Algorithms": "4.0.0-beta-23409",
"System.Text.Encoding.Extensions": "4.0.11-beta-23409",
"System.Threading": "4.0.11-beta-23409",
"System.Threading.Tasks": "4.0.11-beta-23409",
"System.Threading.Timer": "4.0.1-beta-23409"
}
}
}
}
}
Loading

0 comments on commit 2bc4935

Please sign in to comment.