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

Commit c2dd8ca

Browse files
committed
Updating json files to pin versions and build.cmd to pin KoreBuild and DNX
1 parent 24f82aa commit c2dd8ca

File tree

12 files changed

+130
-123
lines changed

12 files changed

+130
-123
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+
}

samples/SampleApp/project.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,24 @@
33
"SampleApp": "SampleApp"
44
},
55
"dependencies": {
6-
"Microsoft.AspNet.FileProviders.Physical": "1.0.0-*",
7-
"Microsoft.Extensions.Configuration.FileProviderExtensions": "1.0.0-*",
8-
"Microsoft.Extensions.Configuration.Json": "1.0.0-*",
9-
"Microsoft.Extensions.Logging": "1.0.0-*",
10-
"Microsoft.Extensions.Logging.Console": "1.0.0-*",
11-
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-*"
6+
"Microsoft.AspNet.FileProviders.Physical": "1.0.0-rc1-final",
7+
"Microsoft.Extensions.Configuration.FileProviderExtensions": "1.0.0-rc1-final",
8+
"Microsoft.Extensions.Configuration.Json": "1.0.0-rc1-final",
9+
"Microsoft.Extensions.Logging": "1.0.0-rc1-final",
10+
"Microsoft.Extensions.Logging.Console": "1.0.0-rc1-final",
11+
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final"
1212
},
1313
"frameworks": {
1414
"dnx451": {
1515
"dependencies": {
16-
"Microsoft.Extensions.Logging.EventLog": "1.0.0-*",
17-
"Microsoft.Extensions.Logging.NLog": "1.0.0-*"
16+
"Microsoft.Extensions.Logging.EventLog": "1.0.0-rc1-final",
17+
"Microsoft.Extensions.Logging.NLog": "1.0.0-rc1-final"
1818
}
1919
},
2020
"dnxcore50": {
2121
"dependencies": {
22-
"System.Console": "4.0.0-beta-*"
22+
"System.Console": "4.0.0-beta-23516"
2323
}
2424
}
2525
}
26-
}
26+
}

src/Microsoft.Extensions.Logging.Abstractions/project.json

Lines changed: 19 additions & 19 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
"repository": {
44
"type": "git",
55
"url": "git://github.com/aspnet/logging"
@@ -12,34 +12,34 @@
1212
"dependencies": {
1313
"Microsoft.Extensions.TypeNameHelper.Sources": {
1414
"type": "build",
15-
"version": "1.0.0-*"
15+
"version": "1.0.0-rc1-final"
1616
}
1717
},
1818
"frameworks": {
1919
"net451": {},
2020
"dotnet5.4": {
2121
"dependencies": {
22-
"System.Collections": "4.0.11-beta-*",
23-
"System.Collections.Concurrent": "4.0.11-beta-*",
24-
"System.Linq": "4.0.1-beta-*",
25-
"System.Globalization": "4.0.11-beta-*",
26-
"System.Reflection": "4.0.11-beta-*",
27-
"System.Runtime": "4.0.21-beta-*",
28-
"System.Runtime.Extensions": "4.0.11-beta-*",
29-
"System.Runtime.InteropServices": "4.0.21-beta-*"
22+
"System.Collections": "4.0.11-beta-23516",
23+
"System.Collections.Concurrent": "4.0.11-beta-23516",
24+
"System.Linq": "4.0.1-beta-23516",
25+
"System.Globalization": "4.0.11-beta-23516",
26+
"System.Reflection": "4.1.0-beta-23516",
27+
"System.Runtime": "4.0.21-beta-23516",
28+
"System.Runtime.Extensions": "4.0.11-beta-23516",
29+
"System.Runtime.InteropServices": "4.0.21-beta-23516"
3030
}
3131
},
3232
"netcore50": {
3333
"dependencies": {
34-
"System.Collections": "4.0.10",
35-
"System.Collections.Concurrent": "4.0.10",
36-
"System.Diagnostics.Debug": "4.0.10",
37-
"System.Globalization": "4.0.10",
38-
"System.Linq": "4.0.0",
39-
"System.Reflection": "4.0.10",
40-
"System.Resources.ResourceManager": "4.0.0",
41-
"System.Runtime": "4.0.20",
42-
"System.Runtime.Extensions": "4.0.10"
34+
"System.Collections": "4.0.11-beta-23516",
35+
"System.Collections.Concurrent": "4.0.11-beta-23516",
36+
"System.Diagnostics.Debug": "4.0.11-beta-23516",
37+
"System.Globalization": "4.0.11-beta-23516",
38+
"System.Linq": "4.0.1-beta-23516",
39+
"System.Reflection": "4.1.0-beta-23516",
40+
"System.Resources.ResourceManager": "4.0.1-beta-23516",
41+
"System.Runtime": "4.0.21-beta-23516",
42+
"System.Runtime.Extensions": "4.0.11-beta-23516"
4343
}
4444
}
4545
}

src/Microsoft.Extensions.Logging.Console/project.json

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
"repository": {
44
"type": "git",
55
"url": "git://github.com/aspnet/logging"
@@ -11,27 +11,27 @@
1111
},
1212
"dependencies": {
1313
"Microsoft.Dnx.Runtime.Sources": {
14-
"version": "1.0.0-*",
14+
"version": "1.0.0-rc1-final",
1515
"type": "build"
1616
},
17-
"Microsoft.Extensions.Configuration.Abstractions": "1.0.0-*",
18-
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-*",
19-
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-*"
17+
"Microsoft.Extensions.Configuration.Abstractions": "1.0.0-rc1-final",
18+
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc1-final",
19+
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final"
2020
},
2121
"frameworks": {
22-
"net451": { },
22+
"net451": {},
2323
"dotnet5.4": {
2424
"dependencies": {
25-
"System.Console": "4.0.0-beta-*",
26-
"System.IO": "4.0.11-beta-*",
27-
"System.Reflection.Extensions": "4.0.1-beta-*",
28-
"System.Runtime": "4.0.21-beta-*",
29-
"System.Threading": "4.0.11-beta-*"
25+
"System.Console": "4.0.0-beta-23516",
26+
"System.IO": "4.0.11-beta-23516",
27+
"System.Reflection.Extensions": "4.0.1-beta-23516",
28+
"System.Runtime": "4.0.21-beta-23516",
29+
"System.Threading": "4.0.11-beta-23516"
3030
}
3131
},
3232
"netcore50": {
3333
"dependencies": {
34-
"System.Console": "4.0.0-*"
34+
"System.Console": "4.0.0-beta-23516"
3535
}
3636
}
3737
}

src/Microsoft.Extensions.Logging.Debug/project.json

Lines changed: 5 additions & 5 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
"repository": {
44
"type": "git",
55
"url": "git://github.com/aspnet/logging"
@@ -9,15 +9,15 @@
99
"keyFile": "../../tools/Key.snk"
1010
},
1111
"dependencies": {
12-
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-*"
12+
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc1-final"
1313
},
1414
"frameworks": {
1515
"net451": {},
1616
"dotnet5.4": {
1717
"dependencies": {
18-
"System.Collections": "4.0.11-beta-*",
19-
"System.Globalization": "4.0.11-beta-*",
20-
"System.Linq": "4.0.1-beta-*"
18+
"System.Collections": "4.0.11-beta-23516",
19+
"System.Globalization": "4.0.11-beta-23516",
20+
"System.Linq": "4.0.1-beta-23516"
2121
}
2222
},
2323
"netcore50": {}

src/Microsoft.Extensions.Logging.EventLog/project.json

Lines changed: 2 additions & 2 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
"repository": {
44
"type": "git",
55
"url": "git://github.com/aspnet/logging"
@@ -10,7 +10,7 @@
1010
},
1111
"description": "Logger for Windows Event Log.",
1212
"dependencies": {
13-
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-*"
13+
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc1-final"
1414
},
1515
"frameworks": {
1616
"net451": {}

src/Microsoft.Extensions.Logging.NLog/project.json

Lines changed: 2 additions & 2 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
"repository": {
44
"type": "git",
55
"url": "git://github.com/aspnet/logging"
@@ -9,7 +9,7 @@
99
"keyFile": "../../tools/Key.snk"
1010
},
1111
"dependencies": {
12-
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-*",
12+
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc1-final",
1313
"NLog": "3.1.0"
1414
},
1515
"frameworks": {

src/Microsoft.Extensions.Logging.Testing/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"description": "Helpers for writing tests that use Microsoft.Extensions.Logging.",
3-
"version": "1.0.0-*",
3+
"version": "1.0.0-rc1-final",
44
"compilationOptions": {
55
"warningsAsErrors": true,
66
"keyFile": "../../tools/Key.snk"
@@ -10,7 +10,7 @@
1010
"url": "git://github.com/aspnet/logging"
1111
},
1212
"dependencies": {
13-
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-*",
13+
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc1-final",
1414
"xunit.assert": "2.1.0-*"
1515
},
1616
"frameworks": {

src/Microsoft.Extensions.Logging.TraceSource/project.json

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
"repository": {
44
"type": "git",
55
"url": "git://github.com/aspnet/logging"
@@ -9,7 +9,7 @@
99
"keyFile": "../../tools/Key.snk"
1010
},
1111
"dependencies": {
12-
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-*"
12+
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc1-final"
1313
},
1414
"frameworks": {
1515
"net451": {
@@ -19,17 +19,17 @@
1919
},
2020
"dotnet5.4": {
2121
"dependencies": {
22-
"System.Collections.Concurrent": "4.0.11-beta-*",
23-
"System.Collections": "4.0.11-beta-*",
24-
"System.Diagnostics.TraceSource": "4.0.0-beta-*",
25-
"System.Globalization": "4.0.11-beta-*",
26-
"System.Linq": "4.0.1-beta-*",
27-
"System.Threading": "4.0.11-beta-*"
22+
"System.Collections.Concurrent": "4.0.11-beta-23516",
23+
"System.Collections": "4.0.11-beta-23516",
24+
"System.Diagnostics.TraceSource": "4.0.0-beta-23516",
25+
"System.Globalization": "4.0.11-beta-23516",
26+
"System.Linq": "4.0.1-beta-23516",
27+
"System.Threading": "4.0.11-beta-23516"
2828
}
2929
},
3030
"netcore50": {
3131
"dependencies": {
32-
"System.Diagnostics.TraceSource": "4.0.0-*"
32+
"System.Diagnostics.TraceSource": "4.0.0-beta-23516"
3333
}
3434
}
3535
}

src/Microsoft.Extensions.Logging/project.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"version": "1.0.0-*",
2+
"version": "1.0.0-rc1-final",
33
"description": "Logging infrastructure.",
44
"repository": {
55
"type": "git",
66
"url": "git://github.com/aspnet/logging"
77
},
88
"dependencies": {
9-
"Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-*",
10-
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-*"
9+
"Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final",
10+
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc1-final"
1111
},
1212
"compilationOptions": {
1313
"warningsAsErrors": true,
@@ -24,24 +24,24 @@
2424
},
2525
"dotnet5.4": {
2626
"dependencies": {
27-
"System.Collections.Concurrent": "4.0.11-beta-*",
28-
"System.Collections": "4.0.11-beta-*",
29-
"System.ComponentModel": "4.0.1-beta-*",
30-
"System.Globalization": "4.0.11-beta-*",
31-
"System.Linq": "4.0.1-beta-*",
32-
"System.Threading": "4.0.11-beta-*"
27+
"System.Collections.Concurrent": "4.0.11-beta-23516",
28+
"System.Collections": "4.0.11-beta-23516",
29+
"System.ComponentModel": "4.0.1-beta-23516",
30+
"System.Globalization": "4.0.11-beta-23516",
31+
"System.Linq": "4.0.1-beta-23516",
32+
"System.Threading": "4.0.11-beta-23516"
3333
}
3434
},
3535
"netcore50": {
3636
"dependencies": {
37-
"System.Collections": "4.0.10",
38-
"System.Diagnostics.Debug": "4.0.10",
39-
"System.Linq": "4.0.0",
40-
"System.Resources.ResourceManager": "4.0.0",
41-
"System.Runtime": "4.0.20",
42-
"System.Runtime.Extensions": "4.0.10",
43-
"System.Threading": "4.0.10",
44-
"System.Threading.Tasks": "4.0.10"
37+
"System.Collections": "4.0.11-beta-23516",
38+
"System.Diagnostics.Debug": "4.0.11-beta-23516",
39+
"System.Linq": "4.0.1-beta-23516",
40+
"System.Resources.ResourceManager": "4.0.1-beta-23516",
41+
"System.Runtime": "4.0.21-beta-23516",
42+
"System.Runtime.Extensions": "4.0.11-beta-23516",
43+
"System.Threading": "4.0.11-beta-23516",
44+
"System.Threading.Tasks": "4.0.11-beta-23516"
4545
}
4646
}
4747
}

0 commit comments

Comments
 (0)