Skip to content

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
Suhas Joshi committed May 12, 2015
1 parent 28cb0f3 commit a875475
Show file tree
Hide file tree
Showing 14 changed files with 4,300 additions and 14 deletions.
1 change: 1 addition & 0 deletions NuGet.Config
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="NuGet" value="https://nuget.org/api/v2/" />
<add key="AspNetMaster" value="https://www.myget.org/F/aspnetmaster/api/v2" />
</packageSources>
Expand Down
12 changes: 10 additions & 2 deletions build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,19 @@ copy %CACHED_NUGET% .nuget\nuget.exe > nul

:restore
IF EXIST packages\KoreBuild goto run
.nuget\NuGet.exe install KoreBuild -ExcludeVersion -o packages -nocache -pre
IF DEFINED BUILDCMD_RELEASE (
.nuget\NuGet.exe install KoreBuild -version 0.2.1-%BUILDCMD_RELEASE% -ExcludeVersion -o packages -nocache -pre
) ELSE (
.nuget\NuGet.exe install KoreBuild -ExcludeVersion -o packages -nocache -pre
)
.nuget\NuGet.exe install Sake -version 0.2 -o packages -ExcludeVersion

IF "%SKIP_DNX_INSTALL%"=="1" goto run
CALL packages\KoreBuild\build\dnvm upgrade -runtime CLR -arch x86
IF DEFINED BUILDCMD_RELEASE (
CALL packages\KoreBuild\build\dnvm install 1.0.0-%BUILDCMD_RELEASE% -runtime CLR -arch x86 -a default
) ELSE (
CALL packages\KoreBuild\build\dnvm upgrade -runtime CLR -arch x86
)
CALL packages\KoreBuild\build\dnvm install default -runtime CoreCLR -arch x86

:run
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-*",
"version": "1.0.0-beta4",
"shared": "*.cs",
"dependencies": {
},
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,121 @@
{
"locked": true,
"version": -9998,
"projectFileDependencyGroups": {
"": [],
".NETFramework,Version=v4.5": [],
"DNX,Version=v4.5.1": [],
"DNXCore,Version=v5.0": [
"System.Runtime >= 4.0.20-*",
"System.Collections >= 4.0.10-*",
"System.Diagnostics.Debug >= 4.0.10-*"
]
},
"libraries": {
"System.Collections/4.0.10.0": {
"serviceable": false,
"sha": "YsU7e47CUc8yeLyDHBfcKQGQZNPHZmVJx02qXcLi7fAiUGvnnBeSUhywdtyJrpG1Q5WXu3+ebqavG48cgcxOeA==",
"frameworks": {
".NETFramework,Version=v4.5": {
"dependencies": {},
"frameworkAssemblies": [],
"runtimeAssemblies": [],
"compileAssemblies": []
},
"DNX,Version=v4.5.1": {
"dependencies": {},
"frameworkAssemblies": [],
"runtimeAssemblies": [],
"compileAssemblies": []
},
"DNXCore,Version=v5.0": {
"dependencies": {},
"frameworkAssemblies": [],
"runtimeAssemblies": [
"lib/aspnetcore50/System.Collections.dll"
],
"compileAssemblies": [
"lib/contract/System.Collections.dll"
]
}
},
"files": [
"System.Collections.4.0.10.0.nupkg",
"System.Collections.4.0.10.0.nupkg.sha512",
"System.Collections.nuspec",
"lib/aspnetcore50/System.Collections.dll",
"lib/contract/System.Collections.dll"
]
},
"System.Diagnostics.Debug/4.0.10.0": {
"serviceable": false,
"sha": "HyUQ5FL78j4D7ywFUytYBMOoSDa94sRpGvtfgXuNjwESMp28irW7vBrNTaYI4ivTVmp9aBH1zkAz26CdzH59sA==",
"frameworks": {
".NETFramework,Version=v4.5": {
"dependencies": {},
"frameworkAssemblies": [],
"runtimeAssemblies": [],
"compileAssemblies": []
},
"DNX,Version=v4.5.1": {
"dependencies": {},
"frameworkAssemblies": [],
"runtimeAssemblies": [],
"compileAssemblies": []
},
"DNXCore,Version=v5.0": {
"dependencies": {},
"frameworkAssemblies": [],
"runtimeAssemblies": [
"lib/aspnetcore50/System.Diagnostics.Debug.dll"
],
"compileAssemblies": [
"lib/contract/System.Diagnostics.Debug.dll"
]
}
},
"files": [
"System.Diagnostics.Debug.4.0.10.0.nupkg",
"System.Diagnostics.Debug.4.0.10.0.nupkg.sha512",
"System.Diagnostics.Debug.nuspec",
"lib/aspnetcore50/System.Diagnostics.Debug.dll",
"lib/contract/System.Diagnostics.Debug.dll"
]
},
"System.Runtime/4.0.20.0": {
"serviceable": false,
"sha": "mKeVIcXozI9BvOA9M9MTDv0G14Z1pQRoSGuAfSQz9VfEBsNUpaGTRUInyeKb7QmIQUKSZ5RPYwRFDKqA1F/Ksw==",
"frameworks": {
".NETFramework,Version=v4.5": {
"dependencies": {},
"frameworkAssemblies": [],
"runtimeAssemblies": [],
"compileAssemblies": []
},
"DNX,Version=v4.5.1": {
"dependencies": {},
"frameworkAssemblies": [],
"runtimeAssemblies": [],
"compileAssemblies": []
},
"DNXCore,Version=v5.0": {
"dependencies": {},
"frameworkAssemblies": [],
"runtimeAssemblies": [
"lib/aspnetcore50/System.Runtime.dll"
],
"compileAssemblies": [
"lib/contract/System.Runtime.dll"
]
}
},
"files": [
"System.Runtime.4.0.20.0.nupkg",
"System.Runtime.4.0.20.0.nupkg.sha512",
"System.Runtime.nuspec",
"lib/aspnetcore50/System.Runtime.dll",
"lib/contract/System.Runtime.dll"
]
}
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-*",
"version": "1.0.0-beta4",
"shared": "*.cs",
"dependencies": {
},
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"locked": true,
"version": -9998,
"projectFileDependencyGroups": {
"": [],
".NETFramework,Version=v4.5": [],
"DNX,Version=v4.5.1": [],
"DNXCore,Version=v5.0": [
"System.Runtime >= 4.0.20-*"
]
},
"libraries": {
"System.Runtime/4.0.20.0": {
"serviceable": false,
"sha": "mKeVIcXozI9BvOA9M9MTDv0G14Z1pQRoSGuAfSQz9VfEBsNUpaGTRUInyeKb7QmIQUKSZ5RPYwRFDKqA1F/Ksw==",
"frameworks": {
".NETFramework,Version=v4.5": {
"dependencies": {},
"frameworkAssemblies": [],
"runtimeAssemblies": [],
"compileAssemblies": []
},
"DNX,Version=v4.5.1": {
"dependencies": {},
"frameworkAssemblies": [],
"runtimeAssemblies": [],
"compileAssemblies": []
},
"DNXCore,Version=v5.0": {
"dependencies": {},
"frameworkAssemblies": [],
"runtimeAssemblies": [
"lib/aspnetcore50/System.Runtime.dll"
],
"compileAssemblies": [
"lib/contract/System.Runtime.dll"
]
}
},
"files": [
"System.Runtime.4.0.20.0.nupkg",
"System.Runtime.4.0.20.0.nupkg.sha512",
"System.Runtime.nuspec",
"lib/aspnetcore50/System.Runtime.dll",
"lib/contract/System.Runtime.dll"
]
}
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-*",
"version": "1.0.0-beta4",
"shared": "*.cs",
"dependencies": {
},
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"locked": true,
"version": -9998,
"projectFileDependencyGroups": {
"": [],
".NETFramework,Version=v4.5": [],
"DNX,Version=v4.5.1": [],
"DNXCore,Version=v5.0": [
"System.Runtime >= 4.0.20-*"
]
},
"libraries": {
"System.Runtime/4.0.20.0": {
"serviceable": false,
"sha": "mKeVIcXozI9BvOA9M9MTDv0G14Z1pQRoSGuAfSQz9VfEBsNUpaGTRUInyeKb7QmIQUKSZ5RPYwRFDKqA1F/Ksw==",
"frameworks": {
".NETFramework,Version=v4.5": {
"dependencies": {},
"frameworkAssemblies": [],
"runtimeAssemblies": [],
"compileAssemblies": []
},
"DNX,Version=v4.5.1": {
"dependencies": {},
"frameworkAssemblies": [],
"runtimeAssemblies": [],
"compileAssemblies": []
},
"DNXCore,Version=v5.0": {
"dependencies": {},
"frameworkAssemblies": [],
"runtimeAssemblies": [
"lib/aspnetcore50/System.Runtime.dll"
],
"compileAssemblies": [
"lib/contract/System.Runtime.dll"
]
}
},
"files": [
"System.Runtime.4.0.20.0.nupkg",
"System.Runtime.4.0.20.0.nupkg.sha512",
"System.Runtime.nuspec",
"lib/aspnetcore50/System.Runtime.dll",
"lib/contract/System.Runtime.dll"
]
}
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-*",
"version": "1.0.0-beta4",
"shared": "*.cs",
"dependencies": {
},
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"locked": true,
"version": -9998,
"projectFileDependencyGroups": {
"": [],
".NETFramework,Version=v4.5": [],
"DNX,Version=v4.5.1": [],
"DNXCore,Version=v5.0": [
"System.Runtime >= 4.0.20-*"
]
},
"libraries": {
"System.Runtime/4.0.20.0": {
"serviceable": false,
"sha": "mKeVIcXozI9BvOA9M9MTDv0G14Z1pQRoSGuAfSQz9VfEBsNUpaGTRUInyeKb7QmIQUKSZ5RPYwRFDKqA1F/Ksw==",
"frameworks": {
".NETFramework,Version=v4.5": {
"dependencies": {},
"frameworkAssemblies": [],
"runtimeAssemblies": [],
"compileAssemblies": []
},
"DNX,Version=v4.5.1": {
"dependencies": {},
"frameworkAssemblies": [],
"runtimeAssemblies": [],
"compileAssemblies": []
},
"DNXCore,Version=v5.0": {
"dependencies": {},
"frameworkAssemblies": [],
"runtimeAssemblies": [
"lib/aspnetcore50/System.Runtime.dll"
],
"compileAssemblies": [
"lib/contract/System.Runtime.dll"
]
}
},
"files": [
"System.Runtime.4.0.20.0.nupkg",
"System.Runtime.4.0.20.0.nupkg.sha512",
"System.Runtime.nuspec",
"lib/aspnetcore50/System.Runtime.dll",
"lib/contract/System.Runtime.dll"
]
}
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-*",
"version": "1.0.0-beta4",
"shared": "*.cs",
"dependencies": {
},
Expand Down
49 changes: 49 additions & 0 deletions src/Microsoft.Framework.PropertyHelper.Internal/project.lock.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"locked": true,
"version": -9998,
"projectFileDependencyGroups": {
"": [],
".NETFramework,Version=v4.5": [],
"DNX,Version=v4.5.1": [],
"DNXCore,Version=v5.0": [
"System.Runtime >= 4.0.20-*"
]
},
"libraries": {
"System.Runtime/4.0.20.0": {
"serviceable": false,
"sha": "mKeVIcXozI9BvOA9M9MTDv0G14Z1pQRoSGuAfSQz9VfEBsNUpaGTRUInyeKb7QmIQUKSZ5RPYwRFDKqA1F/Ksw==",
"frameworks": {
".NETFramework,Version=v4.5": {
"dependencies": {},
"frameworkAssemblies": [],
"runtimeAssemblies": [],
"compileAssemblies": []
},
"DNX,Version=v4.5.1": {
"dependencies": {},
"frameworkAssemblies": [],
"runtimeAssemblies": [],
"compileAssemblies": []
},
"DNXCore,Version=v5.0": {
"dependencies": {},
"frameworkAssemblies": [],
"runtimeAssemblies": [
"lib/aspnetcore50/System.Runtime.dll"
],
"compileAssemblies": [
"lib/contract/System.Runtime.dll"
]
}
},
"files": [
"System.Runtime.4.0.20.0.nupkg",
"System.Runtime.4.0.20.0.nupkg.sha512",
"System.Runtime.nuspec",
"lib/aspnetcore50/System.Runtime.dll",
"lib/contract/System.Runtime.dll"
]
}
}
}
Loading

0 comments on commit a875475

Please sign in to comment.