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

Commit ba92009

Browse files
committed
Updating json files to pin versions and build.cmd to pin KoreBuild and DNX
1 parent 1b51b99 commit ba92009

File tree

22 files changed

+172
-169
lines changed

22 files changed

+172
-169
lines changed

global.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
{
2-
"projects": ["src"]
3-
}
2+
"projects": [
3+
"src"
4+
],
5+
"sdk": {
6+
"version": "1.0.0-rc1-final"
7+
}
8+
}
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0-*",
2+
"version": "1.0.0-rc1-final",
33
"compilationOptions": {
44
"warningsAsErrors": true,
55
"keyFile": "../../tools/Key.snk"
@@ -10,19 +10,19 @@
1010
"url": "https://github.com/aspnet/configuration"
1111
},
1212
"dependencies": {
13-
"Microsoft.Extensions.Primitives": "1.0.0-*"
13+
"Microsoft.Extensions.Primitives": "1.0.0-rc1-final"
1414
},
1515
"frameworks": {
16-
"net451": { },
16+
"net451": {},
1717
"netcore50": {
1818
"dependencies": {
19-
"System.Collections": "4.0.10"
19+
"System.Collections": "4.0.11-beta-23516"
2020
}
2121
},
2222
"dotnet5.4": {
2323
"dependencies": {
24-
"System.Linq": "4.0.1-beta-*"
24+
"System.Linq": "4.0.1-beta-23516"
2525
}
2626
}
2727
}
28-
}
28+
}
Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0-*",
2+
"version": "1.0.0-rc1-final",
33
"compilationOptions": {
44
"warningsAsErrors": true,
55
"keyFile": "../../tools/Key.snk"
@@ -10,26 +10,26 @@
1010
"url": "https://github.com/aspnet/configuration"
1111
},
1212
"dependencies": {
13-
"Microsoft.Extensions.Configuration": "1.0.0-*"
13+
"Microsoft.Extensions.Configuration": "1.0.0-rc1-final"
1414
},
1515
"frameworks": {
1616
"net451": {},
1717
"dotnet5.4": {
1818
"dependencies": {
19-
"System.ComponentModel.TypeConverter": "4.0.1-beta-*"
19+
"System.ComponentModel.TypeConverter": "4.0.1-beta-23516"
2020
}
2121
},
2222
"netcore50": {
2323
"dependencies": {
24-
"System.Collections": "4.0.10",
25-
"System.ComponentModel.TypeConverter": "4.0.0",
26-
"System.Diagnostics.Debug": "4.0.10",
27-
"System.Globalization": "4.0.10",
28-
"System.Linq": "4.0.0",
29-
"System.Reflection": "4.0.10",
30-
"System.Resources.ResourceManager": "4.0.0",
31-
"System.Runtime": "4.0.20"
24+
"System.Collections": "4.0.11-beta-23516",
25+
"System.ComponentModel.TypeConverter": "4.0.1-beta-23516",
26+
"System.Diagnostics.Debug": "4.0.11-beta-23516",
27+
"System.Globalization": "4.0.11-beta-23516",
28+
"System.Linq": "4.0.1-beta-23516",
29+
"System.Reflection": "4.1.0-beta-23516",
30+
"System.Resources.ResourceManager": "4.0.1-beta-23516",
31+
"System.Runtime": "4.0.21-beta-23516"
3232
}
3333
}
3434
}
35-
}
35+
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0-*",
2+
"version": "1.0.0-rc1-final",
33
"compilationOptions": {
44
"warningsAsErrors": true,
55
"keyFile": "../../tools/Key.snk"
@@ -10,11 +10,11 @@
1010
"url": "https://github.com/aspnet/configuration"
1111
},
1212
"dependencies": {
13-
"Microsoft.Extensions.Configuration": "1.0.0-*"
13+
"Microsoft.Extensions.Configuration": "1.0.0-rc1-final"
1414
},
1515
"frameworks": {
1616
"net451": {},
1717
"dotnet5.4": {},
1818
"netcore50": {}
1919
}
20-
}
20+
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0-*",
2+
"version": "1.0.0-rc1-final",
33
"compilationOptions": {
44
"warningsAsErrors": true,
55
"keyFile": "../../tools/Key.snk"
@@ -10,11 +10,11 @@
1010
"url": "https://github.com/aspnet/configuration"
1111
},
1212
"dependencies": {
13-
"Microsoft.Extensions.Configuration": "1.0.0-*"
13+
"Microsoft.Extensions.Configuration": "1.0.0-rc1-final"
1414
},
1515
"frameworks": {
1616
"net451": {},
1717
"dotnet5.4": {},
1818
"netcore50": {}
1919
}
20-
}
20+
}
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0-*",
2+
"version": "1.0.0-rc1-final",
33
"compilationOptions": {
44
"warningsAsErrors": true,
55
"keyFile": "../../tools/Key.snk"
@@ -10,19 +10,19 @@
1010
"url": "https://github.com/aspnet/configuration"
1111
},
1212
"dependencies": {
13-
"Microsoft.Extensions.Configuration.Abstractions": "1.0.0-*"
13+
"Microsoft.Extensions.Configuration.Abstractions": "1.0.0-rc1-final"
1414
},
1515
"frameworks": {
16-
"net451": { },
16+
"net451": {},
1717
"dotnet5.4": {
1818
"dependencies": {
19-
"System.AppContext": "4.0.0-*"
19+
"System.AppContext": "4.0.1-beta-23516"
2020
}
2121
},
2222
"netcore50": {
23-
"dependencies": {
24-
"System.AppContext": "4.0.0"
25-
}
23+
"dependencies": {
24+
"System.AppContext": "4.0.1-beta-23516"
2625
}
26+
}
2727
}
28-
}
28+
}
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0-*",
2+
"version": "1.0.0-rc1-final",
33
"compilationOptions": {
44
"warningsAsErrors": true,
55
"keyFile": "../../tools/Key.snk"
@@ -10,13 +10,13 @@
1010
"url": "https://github.com/aspnet/configuration"
1111
},
1212
"dependencies": {
13-
"Microsoft.AspNet.FileProviders.Physical": "1.0.0-*",
14-
"Microsoft.Extensions.Configuration.Abstractions": "1.0.0-*",
15-
"Microsoft.Extensions.Configuration.FileExtensions": "1.0.0-*"
13+
"Microsoft.AspNet.FileProviders.Physical": "1.0.0-rc1-final",
14+
"Microsoft.Extensions.Configuration.Abstractions": "1.0.0-rc1-final",
15+
"Microsoft.Extensions.Configuration.FileExtensions": "1.0.0-rc1-final"
1616
},
1717
"frameworks": {
18-
"net451": { },
19-
"dotnet5.4": { },
20-
"netcore50": { }
18+
"net451": {},
19+
"dotnet5.4": {},
20+
"netcore50": {}
2121
}
22-
}
22+
}
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0-*",
2+
"version": "1.0.0-rc1-final",
33
"compilationOptions": {
44
"warningsAsErrors": true,
55
"keyFile": "../../tools/Key.snk"
@@ -10,18 +10,18 @@
1010
"url": "https://github.com/aspnet/configuration"
1111
},
1212
"dependencies": {
13-
"Microsoft.Extensions.Configuration": "1.0.0-*",
14-
"Microsoft.Extensions.Configuration.FileExtensions": "1.0.0-*"
13+
"Microsoft.Extensions.Configuration": "1.0.0-rc1-final",
14+
"Microsoft.Extensions.Configuration.FileExtensions": "1.0.0-rc1-final"
1515
},
1616
"frameworks": {
1717
"net451": {},
1818
"dotnet5.4": {},
1919
"netcore50": {
2020
"dependencies": {
21-
"System.IO": "4.0.10",
22-
"System.IO.FileSystem": "4.0.0",
23-
"System.IO.FileSystem.Primitives": "4.0.0"
21+
"System.IO": "4.0.11-beta-23516",
22+
"System.IO.FileSystem": "4.0.1-beta-23516",
23+
"System.IO.FileSystem.Primitives": "4.0.1-beta-23516"
2424
}
2525
}
2626
}
27-
}
27+
}
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0-*",
2+
"version": "1.0.0-rc1-final",
33
"compilationOptions": {
44
"warningsAsErrors": true,
55
"keyFile": "../../tools/Key.snk"
@@ -11,23 +11,23 @@
1111
},
1212
"dependencies": {
1313
"Newtonsoft.Json": "6.0.6",
14-
"Microsoft.Extensions.Configuration": "1.0.0-*",
15-
"Microsoft.Extensions.Configuration.FileExtensions": "1.0.0-*"
14+
"Microsoft.Extensions.Configuration": "1.0.0-rc1-final",
15+
"Microsoft.Extensions.Configuration.FileExtensions": "1.0.0-rc1-final"
1616
},
1717
"frameworks": {
1818
"net451": {},
1919
"dotnet5.4": {
2020
"dependencies": {
21-
"System.Dynamic.Runtime": "4.0.11-beta-*"
21+
"System.Dynamic.Runtime": "4.0.11-beta-23516"
2222
}
2323
},
2424
"netcore50": {
2525
"dependencies": {
26-
"System.Dynamic.Runtime": "4.0.10",
27-
"System.IO": "4.0.10",
28-
"System.IO.FileSystem": "4.0.0",
29-
"System.IO.FileSystem.Primitives": "4.0.0"
26+
"System.Dynamic.Runtime": "4.0.11-beta-23516",
27+
"System.IO": "4.0.11-beta-23516",
28+
"System.IO.FileSystem": "4.0.1-beta-23516",
29+
"System.IO.FileSystem.Primitives": "4.0.1-beta-23516"
3030
}
3131
}
3232
}
33-
}
33+
}
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0-*",
2+
"version": "1.0.0-rc1-final",
33
"compilationOptions": {
44
"warningsAsErrors": true,
55
"keyFile": "../../tools/Key.snk"
@@ -10,8 +10,8 @@
1010
"url": "https://github.com/aspnet/configuration"
1111
},
1212
"dependencies": {
13-
"Microsoft.Extensions.Configuration": "1.0.0-*",
14-
"Microsoft.Extensions.Configuration.FileExtensions": "1.0.0-*"
13+
"Microsoft.Extensions.Configuration": "1.0.0-rc1-final",
14+
"Microsoft.Extensions.Configuration.FileExtensions": "1.0.0-rc1-final"
1515
},
1616
"frameworks": {
1717
"net451": {
@@ -22,18 +22,18 @@
2222
},
2323
"dotnet5.4": {
2424
"dependencies": {
25-
"System.Xml.XmlDocument": "4.0.1-beta-*",
26-
"System.Xml.XmlSerializer": "4.0.11-beta-*"
25+
"System.Xml.XmlDocument": "4.0.1-beta-23516",
26+
"System.Xml.XmlSerializer": "4.0.11-beta-23516"
2727
}
2828
},
2929
"netcore50": {
3030
"dependencies": {
31-
"System.IO": "4.0.10",
32-
"System.IO.FileSystem": "4.0.0",
33-
"System.IO.FileSystem.Primitives": "4.0.0",
34-
"System.Xml.ReaderWriter": "4.0.10",
35-
"System.Xml.XmlDocument": "4.0.0"
31+
"System.IO": "4.0.11-beta-23516",
32+
"System.IO.FileSystem": "4.0.1-beta-23516",
33+
"System.IO.FileSystem.Primitives": "4.0.1-beta-23516",
34+
"System.Xml.ReaderWriter": "4.0.11-beta-23516",
35+
"System.Xml.XmlDocument": "4.0.1-beta-23516"
3636
}
3737
}
3838
}
39-
}
39+
}

0 commit comments

Comments
 (0)