Skip to content
This repository has been archived by the owner on Nov 20, 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 Nov 18, 2015
1 parent fb3e7f0 commit 5be8d15
Show file tree
Hide file tree
Showing 23 changed files with 196 additions and 187 deletions.
9 changes: 7 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
{
"projects": ["src"]
}
"projects": [
"src"
],
"sdk": {
"version": "1.0.0-rc1-final"
}
}
11 changes: 4 additions & 7 deletions samples/SampleApp/project.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
{
{
"version": "1.0.0-*",

"dependencies": {
"Microsoft.AspNet.Http": "1.0.0-*"
"Microsoft.AspNet.Http": "1.0.0-rc1-final"
},

"commands": {
"SampleApp": "SampleApp"
},

"frameworks": {
"dnx451": { }
"dnx451": {}
}
}
}
6 changes: 3 additions & 3 deletions src/Microsoft.AspNet.Html.Abstractions/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-*",
"version": "1.0.0-rc1-final",
"description": "ASP.NET 5 HTML content interface.",
"repository": {
"type": "git",
Expand All @@ -10,13 +10,13 @@
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"Microsoft.Extensions.WebEncoders.Core": "1.0.0-*"
"Microsoft.Extensions.WebEncoders.Core": "1.0.0-rc1-final"
},
"frameworks": {
"net451": {},
"dotnet5.4": {
"dependencies": {
"System.Resources.ResourceManager": "4.0.1-beta-*"
"System.Resources.ResourceManager": "4.0.1-beta-23516"
}
}
}
Expand Down
38 changes: 19 additions & 19 deletions src/Microsoft.AspNet.Http.Abstractions/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-*",
"version": "1.0.0-rc1-final",
"description": "ASP.NET 5 HTTP object model. HttpContext and family.",
"repository": {
"type": "git",
Expand All @@ -10,32 +10,32 @@
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"Microsoft.AspNet.Http.Features": "1.0.0-*",
"Microsoft.AspNet.Http.Features": "1.0.0-rc1-final",
"Microsoft.Extensions.ActivatorUtilities.Sources": {
"type": "build",
"version": "1.0.0-*"
"version": "1.0.0-rc1-final"
},
"Microsoft.Extensions.WebEncoders.Core": "1.0.0-*"
"Microsoft.Extensions.WebEncoders.Core": "1.0.0-rc1-final"
},
"frameworks": {
"net451": {},
"dotnet5.4": {
"dependencies": {
"System.Collections": "4.0.11-beta-*",
"System.Diagnostics.Tools": "4.0.1-beta-*",
"System.Globalization": "4.0.11-beta-*",
"System.Globalization.Extensions": "4.0.1-beta-*",
"System.Linq": "4.0.1-beta-*",
"System.Linq.Expressions": "4.0.11-beta-*",
"System.Net.Primitives": "4.0.11-beta-*",
"System.Net.WebSockets": "4.0.0-beta-*",
"System.Reflection.TypeExtensions": "4.0.1-beta-*",
"System.Runtime": "4.0.21-beta-*",
"System.Runtime.InteropServices": "4.0.21-beta-*",
"System.Security.Claims": "4.0.1-beta-*",
"System.Security.Cryptography.X509Certificates": "4.0.0-beta-*",
"System.Security.Principal": "4.0.1-beta-*",
"System.Threading.Tasks": "4.0.11-beta-*"
"System.Collections": "4.0.11-beta-23516",
"System.Diagnostics.Tools": "4.0.1-beta-23516",
"System.Globalization": "4.0.11-beta-23516",
"System.Globalization.Extensions": "4.0.1-beta-23516",
"System.Linq": "4.0.1-beta-23516",
"System.Linq.Expressions": "4.0.11-beta-23516",
"System.Net.Primitives": "4.0.11-beta-23516",
"System.Net.WebSockets": "4.0.0-beta-23516",
"System.Reflection.TypeExtensions": "4.1.0-beta-23516",
"System.Runtime": "4.0.21-beta-23516",
"System.Runtime.InteropServices": "4.0.21-beta-23516",
"System.Security.Claims": "4.0.1-beta-23516",
"System.Security.Cryptography.X509Certificates": "4.0.0-beta-23516",
"System.Security.Principal": "4.0.1-beta-23516",
"System.Threading.Tasks": "4.0.11-beta-23516"
}
}
}
Expand Down
14 changes: 7 additions & 7 deletions src/Microsoft.AspNet.Http.Extensions/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-*",
"version": "1.0.0-rc1-final",
"description": "ASP.NET 5 common extension methods for HTTP abstractions and IApplicationBuilder.",
"repository": {
"type": "git",
Expand All @@ -10,17 +10,17 @@
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"Microsoft.AspNet.Http.Abstractions": "1.0.0-*",
"Microsoft.Extensions.WebEncoders.Core": "1.0.0-*",
"Microsoft.Net.Http.Headers": "1.0.0-*"
"Microsoft.AspNet.Http.Abstractions": "1.0.0-rc1-final",
"Microsoft.Extensions.WebEncoders.Core": "1.0.0-rc1-final",
"Microsoft.Net.Http.Headers": "1.0.0-rc1-final"
},
"frameworks": {
"net451": {},
"dotnet5.4": {
"dependencies": {
"System.IO.FileSystem": "4.0.1-beta-*",
"System.Runtime": "4.0.21-beta-*",
"System.Resources.ResourceManager": "4.0.1-beta-*"
"System.IO.FileSystem": "4.0.1-beta-23516",
"System.Runtime": "4.0.21-beta-23516",
"System.Resources.ResourceManager": "4.0.1-beta-23516"
}
}
}
Expand Down
20 changes: 10 additions & 10 deletions src/Microsoft.AspNet.Http.Features/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-*",
"version": "1.0.0-rc1-final",
"description": "ASP.NET 5 HTTP feature interface definitions.",
"repository": {
"type": "git",
Expand All @@ -10,20 +10,20 @@
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"Microsoft.Extensions.Primitives": "1.0.0-*"
"Microsoft.Extensions.Primitives": "1.0.0-rc1-final"
},
"frameworks": {
"net451": {},
"dotnet5.4": {
"dependencies": {
"System.Collections": "4.0.11-beta-*",
"System.Linq": "4.0.1-beta-*",
"System.Net.Primitives": "4.0.11-beta-*",
"System.Net.WebSockets": "4.0.0-beta-*",
"System.Runtime.Extensions": "4.0.11-beta-*",
"System.Security.Claims": "4.0.1-beta-*",
"System.Security.Cryptography.X509Certificates": "4.0.0-beta-*",
"System.Security.Principal": "4.0.1-beta-*"
"System.Collections": "4.0.11-beta-23516",
"System.Linq": "4.0.1-beta-23516",
"System.Net.Primitives": "4.0.11-beta-23516",
"System.Net.WebSockets": "4.0.0-beta-23516",
"System.Runtime.Extensions": "4.0.11-beta-23516",
"System.Security.Claims": "4.0.1-beta-23516",
"System.Security.Cryptography.X509Certificates": "4.0.0-beta-23516",
"System.Security.Principal": "4.0.1-beta-23516"
}
}
}
Expand Down
12 changes: 6 additions & 6 deletions src/Microsoft.AspNet.Http/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-*",
"version": "1.0.0-rc1-final",
"description": "ASP.NET 5 HTTP feature implementations.",
"repository": {
"type": "git",
Expand All @@ -11,16 +11,16 @@
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"Microsoft.AspNet.Http.Abstractions": "1.0.0-*",
"Microsoft.AspNet.WebUtilities": "1.0.0-*",
"Microsoft.Net.Http.Headers": "1.0.0-*"
"Microsoft.AspNet.Http.Abstractions": "1.0.0-rc1-final",
"Microsoft.AspNet.WebUtilities": "1.0.0-rc1-final",
"Microsoft.Net.Http.Headers": "1.0.0-rc1-final"
},
"frameworks": {
"net451": {},
"dotnet5.4": {
"dependencies": {
"System.Diagnostics.Debug": "4.0.11-beta-*",
"System.Text.Encoding": "4.0.11-beta-*"
"System.Diagnostics.Debug": "4.0.11-beta-23516",
"System.Text.Encoding": "4.0.11-beta-23516"
}
}
}
Expand Down
32 changes: 16 additions & 16 deletions src/Microsoft.AspNet.Owin/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-*",
"version": "1.0.0-rc1-final",
"description": "ASP.NET 5 component for running OWIN middleware.",
"repository": {
"type": "git",
Expand All @@ -10,26 +10,26 @@
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"Microsoft.AspNet.Http": "1.0.0-*"
"Microsoft.AspNet.Http": "1.0.0-rc1-final"
},
"frameworks": {
"net451": {},
"dotnet5.4": {
"dependencies": {
"System.Collections": "4.0.11-beta-*",
"System.ComponentModel": "4.0.1-beta-*",
"System.Diagnostics.Tools": "4.0.1-beta-*",
"System.Globalization": "4.0.11-beta-*",
"System.IO": "4.0.11-beta-*",
"System.Linq": "4.0.1-beta-*",
"System.Net.Primitives": "4.0.11-beta-*",
"System.Runtime": "4.0.21-beta-*",
"System.Runtime.Extensions": "4.0.11-beta-*",
"System.Runtime.InteropServices": "4.0.21-beta-*",
"System.Security.Claims": "4.0.1-beta-*",
"System.Security.Cryptography.X509Certificates": "4.0.0-beta-*",
"System.Security.Principal": "4.0.1-beta-*",
"System.Threading.Tasks": "4.0.11-beta-*"
"System.Collections": "4.0.11-beta-23516",
"System.ComponentModel": "4.0.1-beta-23516",
"System.Diagnostics.Tools": "4.0.1-beta-23516",
"System.Globalization": "4.0.11-beta-23516",
"System.IO": "4.0.11-beta-23516",
"System.Linq": "4.0.1-beta-23516",
"System.Net.Primitives": "4.0.11-beta-23516",
"System.Runtime": "4.0.21-beta-23516",
"System.Runtime.Extensions": "4.0.11-beta-23516",
"System.Runtime.InteropServices": "4.0.21-beta-23516",
"System.Security.Claims": "4.0.1-beta-23516",
"System.Security.Cryptography.X509Certificates": "4.0.0-beta-23516",
"System.Security.Principal": "4.0.1-beta-23516",
"System.Threading.Tasks": "4.0.11-beta-23516"
}
}
}
Expand Down
18 changes: 9 additions & 9 deletions src/Microsoft.AspNet.WebUtilities/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-*",
"version": "1.0.0-rc1-final",
"description": "ASP.NET 5 common helper methods.",
"repository": {
"type": "git",
Expand All @@ -10,19 +10,19 @@
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"Microsoft.Extensions.Primitives": "1.0.0-*",
"Microsoft.Extensions.WebEncoders.Core": "1.0.0-*"
"Microsoft.Extensions.Primitives": "1.0.0-rc1-final",
"Microsoft.Extensions.WebEncoders.Core": "1.0.0-rc1-final"
},
"frameworks": {
"net451": {},
"dotnet5.4": {
"dependencies": {
"System.Collections": "4.0.11-beta-*",
"System.Diagnostics.Debug": "4.0.11-beta-*",
"System.IO": "4.0.11-beta-*",
"System.IO.FileSystem": "4.0.1-beta-*",
"System.Runtime": "4.0.21-beta-*",
"System.Runtime.Extensions": "4.0.11-beta-*"
"System.Collections": "4.0.11-beta-23516",
"System.Diagnostics.Debug": "4.0.11-beta-23516",
"System.IO": "4.0.11-beta-23516",
"System.IO.FileSystem": "4.0.1-beta-23516",
"System.Runtime": "4.0.21-beta-23516",
"System.Runtime.Extensions": "4.0.11-beta-23516"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-*",
"version": "1.0.0-rc1-final",
"compilationOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk"
Expand All @@ -10,8 +10,8 @@
"net451": {},
"dotnet5.4": {
"dependencies": {
"System.Resources.ResourceManager": "4.0.1-beta-*",
"System.Runtime": "4.0.21-beta-*"
"System.Resources.ResourceManager": "4.0.1-beta-23516",
"System.Runtime": "4.0.21-beta-23516"
}
}
}
Expand Down
16 changes: 8 additions & 8 deletions src/Microsoft.Extensions.WebEncoders.Core/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-*",
"version": "1.0.0-rc1-final",
"description": "Contains core encoders for HTML, JavaScript strings, and URLs.",
"repository": {
"type": "git",
Expand All @@ -14,13 +14,13 @@
"net451": {},
"dotnet5.4": {
"dependencies": {
"System.ComponentModel": "4.0.1-beta-*",
"System.Diagnostics.Debug": "4.0.11-beta-*",
"System.IO": "4.0.11-beta-*",
"System.Reflection": "4.0.10-*",
"System.Resources.ResourceManager": "4.0.1-beta-*",
"System.Runtime.Extensions": "4.0.11-beta-*",
"System.Threading": "4.0.11-beta-*"
"System.ComponentModel": "4.0.1-beta-23516",
"System.Diagnostics.Debug": "4.0.11-beta-23516",
"System.IO": "4.0.11-beta-23516",
"System.Reflection": "4.1.0-beta-23516",
"System.Resources.ResourceManager": "4.0.1-beta-23516",
"System.Runtime.Extensions": "4.0.11-beta-23516",
"System.Threading": "4.0.11-beta-23516"
}
}
}
Expand Down
8 changes: 4 additions & 4 deletions src/Microsoft.Extensions.WebEncoders/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-*",
"version": "1.0.0-rc1-final",
"description": "Contains registration and configuration APIs for the core framework encoders.",
"repository": {
"type": "git",
Expand All @@ -10,9 +10,9 @@
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-*",
"Microsoft.Extensions.OptionsModel": "1.0.0-*",
"Microsoft.Extensions.WebEncoders.Core": "1.0.0-*"
"Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final",
"Microsoft.Extensions.OptionsModel": "1.0.0-rc1-final",
"Microsoft.Extensions.WebEncoders.Core": "1.0.0-rc1-final"
},
"frameworks": {
"net451": {},
Expand Down
16 changes: 8 additions & 8 deletions src/Microsoft.Net.Http.Headers/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-*",
"version": "1.0.0-rc1-final",
"description": "ASP.NET 5 HTTP header implementations.",
"repository": {
"type": "git",
Expand All @@ -13,13 +13,13 @@
"net451": {},
"dotnet5.4": {
"dependencies": {
"System.Collections": "4.0.11-beta-*",
"System.Diagnostics.Contracts": "4.0.1-beta-*",
"System.Globalization": "4.0.11-beta-*",
"System.Globalization.Extensions": "4.0.1-beta-*",
"System.Linq": "4.0.1-beta-*",
"System.Text.Encoding": "4.0.11-beta-*",
"System.Runtime": "4.0.21-beta-*"
"System.Collections": "4.0.11-beta-23516",
"System.Diagnostics.Contracts": "4.0.1-beta-23516",
"System.Globalization": "4.0.11-beta-23516",
"System.Globalization.Extensions": "4.0.1-beta-23516",
"System.Linq": "4.0.1-beta-23516",
"System.Text.Encoding": "4.0.11-beta-23516",
"System.Runtime": "4.0.21-beta-23516"
}
}
}
Expand Down
Loading

0 comments on commit 5be8d15

Please sign in to comment.