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
pranavkm committed Nov 18, 2015
1 parent 1b51b99 commit ba92009
Show file tree
Hide file tree
Showing 22 changed files with 172 additions and 169 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"
}
}
12 changes: 6 additions & 6 deletions src/Microsoft.Extensions.Configuration.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",
"compilationOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk"
Expand All @@ -10,19 +10,19 @@
"url": "https://github.com/aspnet/configuration"
},
"dependencies": {
"Microsoft.Extensions.Primitives": "1.0.0-*"
"Microsoft.Extensions.Primitives": "1.0.0-rc1-final"
},
"frameworks": {
"net451": { },
"net451": {},
"netcore50": {
"dependencies": {
"System.Collections": "4.0.10"
"System.Collections": "4.0.11-beta-23516"
}
},
"dotnet5.4": {
"dependencies": {
"System.Linq": "4.0.1-beta-*"
"System.Linq": "4.0.1-beta-23516"
}
}
}
}
}
24 changes: 12 additions & 12 deletions src/Microsoft.Extensions.Configuration.Binder/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",
"compilationOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk"
Expand All @@ -10,26 +10,26 @@
"url": "https://github.com/aspnet/configuration"
},
"dependencies": {
"Microsoft.Extensions.Configuration": "1.0.0-*"
"Microsoft.Extensions.Configuration": "1.0.0-rc1-final"
},
"frameworks": {
"net451": {},
"dotnet5.4": {
"dependencies": {
"System.ComponentModel.TypeConverter": "4.0.1-beta-*"
"System.ComponentModel.TypeConverter": "4.0.1-beta-23516"
}
},
"netcore50": {
"dependencies": {
"System.Collections": "4.0.10",
"System.ComponentModel.TypeConverter": "4.0.0",
"System.Diagnostics.Debug": "4.0.10",
"System.Globalization": "4.0.10",
"System.Linq": "4.0.0",
"System.Reflection": "4.0.10",
"System.Resources.ResourceManager": "4.0.0",
"System.Runtime": "4.0.20"
"System.Collections": "4.0.11-beta-23516",
"System.ComponentModel.TypeConverter": "4.0.1-beta-23516",
"System.Diagnostics.Debug": "4.0.11-beta-23516",
"System.Globalization": "4.0.11-beta-23516",
"System.Linq": "4.0.1-beta-23516",
"System.Reflection": "4.1.0-beta-23516",
"System.Resources.ResourceManager": "4.0.1-beta-23516",
"System.Runtime": "4.0.21-beta-23516"
}
}
}
}
}
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,11 +10,11 @@
"url": "https://github.com/aspnet/configuration"
},
"dependencies": {
"Microsoft.Extensions.Configuration": "1.0.0-*"
"Microsoft.Extensions.Configuration": "1.0.0-rc1-final"
},
"frameworks": {
"net451": {},
"dotnet5.4": {},
"netcore50": {}
}
}
}
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,11 +10,11 @@
"url": "https://github.com/aspnet/configuration"
},
"dependencies": {
"Microsoft.Extensions.Configuration": "1.0.0-*"
"Microsoft.Extensions.Configuration": "1.0.0-rc1-final"
},
"frameworks": {
"net451": {},
"dotnet5.4": {},
"netcore50": {}
}
}
}
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,19 +10,19 @@
"url": "https://github.com/aspnet/configuration"
},
"dependencies": {
"Microsoft.Extensions.Configuration.Abstractions": "1.0.0-*"
"Microsoft.Extensions.Configuration.Abstractions": "1.0.0-rc1-final"
},
"frameworks": {
"net451": { },
"net451": {},
"dotnet5.4": {
"dependencies": {
"System.AppContext": "4.0.0-*"
"System.AppContext": "4.0.1-beta-23516"
}
},
"netcore50": {
"dependencies": {
"System.AppContext": "4.0.0"
}
"dependencies": {
"System.AppContext": "4.0.1-beta-23516"
}
}
}
}
}
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,13 +10,13 @@
"url": "https://github.com/aspnet/configuration"
},
"dependencies": {
"Microsoft.AspNet.FileProviders.Physical": "1.0.0-*",
"Microsoft.Extensions.Configuration.Abstractions": "1.0.0-*",
"Microsoft.Extensions.Configuration.FileExtensions": "1.0.0-*"
"Microsoft.AspNet.FileProviders.Physical": "1.0.0-rc1-final",
"Microsoft.Extensions.Configuration.Abstractions": "1.0.0-rc1-final",
"Microsoft.Extensions.Configuration.FileExtensions": "1.0.0-rc1-final"
},
"frameworks": {
"net451": { },
"dotnet5.4": { },
"netcore50": { }
"net451": {},
"dotnet5.4": {},
"netcore50": {}
}
}
}
14 changes: 7 additions & 7 deletions src/Microsoft.Extensions.Configuration.Ini/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",
"compilationOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk"
Expand All @@ -10,18 +10,18 @@
"url": "https://github.com/aspnet/configuration"
},
"dependencies": {
"Microsoft.Extensions.Configuration": "1.0.0-*",
"Microsoft.Extensions.Configuration.FileExtensions": "1.0.0-*"
"Microsoft.Extensions.Configuration": "1.0.0-rc1-final",
"Microsoft.Extensions.Configuration.FileExtensions": "1.0.0-rc1-final"
},
"frameworks": {
"net451": {},
"dotnet5.4": {},
"netcore50": {
"dependencies": {
"System.IO": "4.0.10",
"System.IO.FileSystem": "4.0.0",
"System.IO.FileSystem.Primitives": "4.0.0"
"System.IO": "4.0.11-beta-23516",
"System.IO.FileSystem": "4.0.1-beta-23516",
"System.IO.FileSystem.Primitives": "4.0.1-beta-23516"
}
}
}
}
}
18 changes: 9 additions & 9 deletions src/Microsoft.Extensions.Configuration.Json/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",
"compilationOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk"
Expand All @@ -11,23 +11,23 @@
},
"dependencies": {
"Newtonsoft.Json": "6.0.6",
"Microsoft.Extensions.Configuration": "1.0.0-*",
"Microsoft.Extensions.Configuration.FileExtensions": "1.0.0-*"
"Microsoft.Extensions.Configuration": "1.0.0-rc1-final",
"Microsoft.Extensions.Configuration.FileExtensions": "1.0.0-rc1-final"
},
"frameworks": {
"net451": {},
"dotnet5.4": {
"dependencies": {
"System.Dynamic.Runtime": "4.0.11-beta-*"
"System.Dynamic.Runtime": "4.0.11-beta-23516"
}
},
"netcore50": {
"dependencies": {
"System.Dynamic.Runtime": "4.0.10",
"System.IO": "4.0.10",
"System.IO.FileSystem": "4.0.0",
"System.IO.FileSystem.Primitives": "4.0.0"
"System.Dynamic.Runtime": "4.0.11-beta-23516",
"System.IO": "4.0.11-beta-23516",
"System.IO.FileSystem": "4.0.1-beta-23516",
"System.IO.FileSystem.Primitives": "4.0.1-beta-23516"
}
}
}
}
}
22 changes: 11 additions & 11 deletions src/Microsoft.Extensions.Configuration.Xml/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",
"compilationOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk"
Expand All @@ -10,8 +10,8 @@
"url": "https://github.com/aspnet/configuration"
},
"dependencies": {
"Microsoft.Extensions.Configuration": "1.0.0-*",
"Microsoft.Extensions.Configuration.FileExtensions": "1.0.0-*"
"Microsoft.Extensions.Configuration": "1.0.0-rc1-final",
"Microsoft.Extensions.Configuration.FileExtensions": "1.0.0-rc1-final"
},
"frameworks": {
"net451": {
Expand All @@ -22,18 +22,18 @@
},
"dotnet5.4": {
"dependencies": {
"System.Xml.XmlDocument": "4.0.1-beta-*",
"System.Xml.XmlSerializer": "4.0.11-beta-*"
"System.Xml.XmlDocument": "4.0.1-beta-23516",
"System.Xml.XmlSerializer": "4.0.11-beta-23516"
}
},
"netcore50": {
"dependencies": {
"System.IO": "4.0.10",
"System.IO.FileSystem": "4.0.0",
"System.IO.FileSystem.Primitives": "4.0.0",
"System.Xml.ReaderWriter": "4.0.10",
"System.Xml.XmlDocument": "4.0.0"
"System.IO": "4.0.11-beta-23516",
"System.IO.FileSystem": "4.0.1-beta-23516",
"System.IO.FileSystem.Primitives": "4.0.1-beta-23516",
"System.Xml.ReaderWriter": "4.0.11-beta-23516",
"System.Xml.XmlDocument": "4.0.1-beta-23516"
}
}
}
}
}
42 changes: 21 additions & 21 deletions src/Microsoft.Extensions.Configuration/project.json
Original file line number Diff line number Diff line change
@@ -1,43 +1,43 @@
{
"version": "1.0.0-*",
"version": "1.0.0-rc1-final",
"compilationOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk"
},
"description": "Implementation of key-value pair based configuration. Includes the memory configuration provider.",
"dependencies": {
"Microsoft.Extensions.Configuration.Abstractions": "1.0.0-*"
"Microsoft.Extensions.Configuration.Abstractions": "1.0.0-rc1-final"
},
"repository": {
"type": "git",
"url": "https://github.com/aspnet/configuration"
},
"frameworks": {
"net451": { },
"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.Resources.ResourceManager": "4.0.1-beta-*",
"System.Runtime.Extensions": "4.0.11-beta-*",
"System.Runtime.InteropServices": "4.0.21-beta-*",
"System.Threading": "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.Resources.ResourceManager": "4.0.1-beta-23516",
"System.Runtime.Extensions": "4.0.11-beta-23516",
"System.Runtime.InteropServices": "4.0.21-beta-23516",
"System.Threading": "4.0.11-beta-23516"
}
},
"netcore50": {
"dependencies": {
"System.Collections": "4.0.10",
"System.Diagnostics.Debug": "4.0.10",
"System.Globalization": "4.0.10",
"System.Linq": "4.0.0",
"System.Reflection": "4.0.10",
"System.Resources.ResourceManager": "4.0.0",
"System.Runtime": "4.0.20",
"System.Runtime.Extensions": "4.0.10",
"System.Runtime.InteropServices": "4.0.20"
"System.Collections": "4.0.11-beta-23516",
"System.Diagnostics.Debug": "4.0.11-beta-23516",
"System.Globalization": "4.0.11-beta-23516",
"System.Linq": "4.0.1-beta-23516",
"System.Reflection": "4.1.0-beta-23516",
"System.Resources.ResourceManager": "4.0.1-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"
}
}
}
}
}
Loading

0 comments on commit ba92009

Please sign in to comment.