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

Commit e5960f6

Browse files
committed
Updating json files to pin versions and build.cmd to pin KoreBuild and DNX
1 parent 09457ca commit e5960f6

File tree

10 files changed

+141
-133
lines changed

10 files changed

+141
-133
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: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"description": "Various helpers for writing tests that use DNX or ASP.NET.",
3-
"version": "1.0.0-*",
3+
"version": "1.0.0-rc1-final",
44
"compilationOptions": {
55
"warningsAsErrors": true,
66
"keyFile": "../../tools/Key.snk"
@@ -10,8 +10,8 @@
1010
"url": "git://github.com/aspnet/testing"
1111
},
1212
"dependencies": {
13-
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-*",
14-
"xunit.runner.aspnet": "2.0.0-aspnet-*"
13+
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final",
14+
"xunit.runner.aspnet": "2.0.0-aspnet-rc1-final"
1515
},
1616
"frameworks": {
1717
"dnx451": {
@@ -23,13 +23,13 @@
2323
},
2424
"dnxcore50": {
2525
"dependencies": {
26-
"System.Runtime": "4.0.21-beta-*",
27-
"System.Runtime.InteropServices": "4.0.21-beta-*",
28-
"System.Globalization": "4.0.11-beta-*",
29-
"System.Threading.Tasks": "4.0.11-beta-*",
30-
"System.Reflection": "4.0.11-beta-*",
31-
"System.Threading.Thread": "4.0.0-beta-*"
26+
"System.Runtime": "4.0.21-beta-23516",
27+
"System.Runtime.InteropServices": "4.0.21-beta-23516",
28+
"System.Globalization": "4.0.11-beta-23516",
29+
"System.Threading.Tasks": "4.0.11-beta-23516",
30+
"System.Reflection": "4.1.0-beta-23516",
31+
"System.Threading.Thread": "4.0.0-beta-23516"
3232
}
3333
}
3434
}
35-
}
35+
}

src/Microsoft.Dnx.TestHost.Client.Sources/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
"description": "Shared sources for automating Microsoft.Dnx.TestHost",
44
"repository": {
55
"type": "git",
@@ -11,7 +11,7 @@
1111
"net451": {},
1212
"dotnet5.4": {
1313
"dependencies": {
14-
"System.Runtime": "4.0.21-beta-*"
14+
"System.Runtime": "4.0.21-beta-23516"
1515
}
1616
}
1717
}
Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,54 @@
11
{
2-
"description": "Test host for discovering and running unit tests at design time, such as in Visual Studio.",
3-
"version": "1.0.0-*",
4-
"repository": {
5-
"type": "git",
6-
"url": "git://github.com/aspnet/testing"
2+
"description": "Test host for discovering and running unit tests at design time, such as in Visual Studio.",
3+
"version": "1.0.0-rc1-final",
4+
"repository": {
5+
"type": "git",
6+
"url": "git://github.com/aspnet/testing"
7+
},
8+
"compilationOptions": {
9+
"warningsAsErrors": true,
10+
"keyFile": "../../tools/Key.snk"
11+
},
12+
"dependencies": {
13+
"Microsoft.Dnx.Compilation.Abstractions": "1.0.0-rc1-final",
14+
"Microsoft.Dnx.Runtime.CommandParsing.Sources": {
15+
"version": "1.0.0-rc1-final",
16+
"type": "build"
717
},
8-
"compilationOptions": {
9-
"warningsAsErrors": true,
10-
"keyFile": "../../tools/Key.snk"
18+
"Microsoft.Dnx.Runtime.Sources": {
19+
"version": "1.0.0-rc1-final",
20+
"type": "build"
1121
},
12-
"dependencies": {
13-
"Microsoft.Dnx.Compilation.Abstractions": "1.0.0-*",
14-
"Microsoft.Dnx.Runtime.CommandParsing.Sources": {
15-
"version": "1.0.0-*",
16-
"type": "build"
17-
},
18-
"Microsoft.Dnx.Runtime.Sources": {
19-
"version": "1.0.0-*",
20-
"type": "build"
21-
},
22-
"Microsoft.Dnx.Testing.Abstractions": "1.0.0-*",
23-
"Microsoft.Extensions.CommandLineUtils.Sources": {
24-
"version": "1.0.0-*",
25-
"type": "build"
26-
},
27-
"Microsoft.Extensions.Logging": "1.0.0-*",
28-
"Newtonsoft.Json": "6.0.6"
22+
"Microsoft.Dnx.Testing.Abstractions": "1.0.0-rc1-final",
23+
"Microsoft.Extensions.CommandLineUtils.Sources": {
24+
"version": "1.0.0-rc1-final",
25+
"type": "build"
2926
},
30-
"commands": {
31-
"run": "run"
27+
"Microsoft.Extensions.Logging": "1.0.0-rc1-final",
28+
"Newtonsoft.Json": "6.0.6"
29+
},
30+
"commands": {
31+
"run": "run"
32+
},
33+
"frameworks": {
34+
"dnx451": {
35+
"frameworkAssemblies": {
36+
"System.Runtime": "",
37+
"System.Threading.Tasks": ""
38+
}
3239
},
33-
"frameworks": {
34-
"dnx451": {
35-
"frameworkAssemblies": {
36-
"System.Runtime": "",
37-
"System.Threading.Tasks": ""
38-
}
39-
},
40-
"dnxcore50": {
41-
"dependencies": {
42-
"System.Console": "4.0.0-beta-*",
43-
"System.Diagnostics.Process": "4.1.0-beta-*",
44-
"System.Diagnostics.TextWriterTraceListener": "4.0.0-beta-*",
45-
"System.Diagnostics.TraceSource": "4.0.0-beta-*",
46-
"System.Net.Primitives": "4.0.11-beta-*",
47-
"System.Net.Sockets": "4.1.0-beta-*",
48-
"System.Reflection.Extensions": "4.0.1-beta-*",
49-
"System.Reflection.TypeExtensions": "4.0.1-beta-*",
50-
"System.Threading.Thread": "4.0.0-beta-*"
51-
}
52-
}
40+
"dnxcore50": {
41+
"dependencies": {
42+
"System.Console": "4.0.0-beta-23516",
43+
"System.Diagnostics.Process": "4.1.0-beta-23516",
44+
"System.Diagnostics.TextWriterTraceListener": "4.0.0-beta-23516",
45+
"System.Diagnostics.TraceSource": "4.0.0-beta-23516",
46+
"System.Net.Primitives": "4.0.11-beta-23516",
47+
"System.Net.Sockets": "4.1.0-beta-23516",
48+
"System.Reflection.Extensions": "4.0.1-beta-23516",
49+
"System.Reflection.TypeExtensions": "4.1.0-beta-23516",
50+
"System.Threading.Thread": "4.0.0-beta-23516"
51+
}
5352
}
54-
}
53+
}
54+
}

src/Microsoft.Dnx.Testing.Abstractions/project.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"description": "Abstractions for test runners to communicate to a tool, such as Visual Studio.",
3-
"version": "1.0.0-*",
3+
"version": "1.0.0-rc1-final",
44
"repository": {
55
"type": "git",
66
"url": "git://github.com/aspnet/testing"
@@ -13,11 +13,11 @@
1313
"net451": {},
1414
"dotnet5.4": {
1515
"dependencies": {
16-
"System.Collections": "4.0.11-beta-*",
17-
"System.Reflection": "4.0.11-beta-*",
18-
"System.Resources.ResourceManager": "4.0.1-beta-*",
19-
"System.Runtime": "4.0.21-beta-*",
20-
"System.Runtime.Extensions": "4.0.11-beta-*"
16+
"System.Collections": "4.0.11-beta-23516",
17+
"System.Reflection": "4.1.0-beta-23516",
18+
"System.Resources.ResourceManager": "4.0.1-beta-23516",
19+
"System.Runtime": "4.0.21-beta-23516",
20+
"System.Runtime.Extensions": "4.0.11-beta-23516"
2121
}
2222
}
2323
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"keyFile": "../../tools/Key.snk"
55
},
66
"description": "Helpers for writing tests that useMicrosoft.Extensions.WebEncoders.",
7-
"version": "1.0.0-*",
7+
"version": "1.0.0-rc1-final",
88
"repository": {
99
"type": "git",
1010
"url": "git://github.com/aspnet/testing"
1111
},
1212
"dependencies": {
13-
"Microsoft.Extensions.WebEncoders": "1.0.0-*",
13+
"Microsoft.Extensions.WebEncoders": "1.0.0-rc1-final",
1414
"xunit.assert": "2.1.0-*"
1515
},
1616
"frameworks": {
Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
2-
"version": "1.0.0-*",
3-
"compilationOptions": {
4-
"warningsAsErrors": true,
5-
"keyFile": "../../tools/Key.snk"
6-
},
7-
"dependencies": {
8-
"Microsoft.AspNet.Testing": "1.0.0-*",
9-
"xunit.runner.aspnet": "2.0.0-aspnet-*"
10-
},
11-
"commands": {
12-
"test": "xunit.runner.aspnet"
13-
},
14-
"frameworks": {
15-
"dnx451": { },
16-
"dnxcore50": { }
17-
}
18-
}
2+
"version": "1.0.0-*",
3+
"compilationOptions": {
4+
"warningsAsErrors": true,
5+
"keyFile": "../../tools/Key.snk"
6+
},
7+
"dependencies": {
8+
"Microsoft.AspNet.Testing": "1.0.0-rc1-final",
9+
"xunit.runner.aspnet": "2.0.0-aspnet-rc1-final"
10+
},
11+
"commands": {
12+
"test": "xunit.runner.aspnet"
13+
},
14+
"frameworks": {
15+
"dnx451": {},
16+
"dnxcore50": {}
17+
}
18+
}
Lines changed: 21 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,23 @@
11
{
2-
"version": "1.0.0-*",
3-
"compilationOptions": {
4-
"warningsAsErrors": true,
5-
"keyFile": "../../tools/Key.snk"
2+
"version": "1.0.0-*",
3+
"compilationOptions": {
4+
"warningsAsErrors": true,
5+
"keyFile": "../../tools/Key.snk"
6+
},
7+
"dependencies": {
8+
"Sample.Tests": "1.0.0-*",
9+
"Microsoft.AspNet.Testing": "1.0.0-rc1-final",
10+
"Microsoft.Dnx.TestHost": "1.0.0-rc1-final",
11+
"Microsoft.Dnx.TestHost.Client.Sources": {
12+
"type": "build",
13+
"version": "1.0.0-rc1-final"
614
},
7-
"dependencies": {
8-
"Sample.Tests": "1.0.0-*",
9-
"Microsoft.AspNet.Testing": "1.0.0-*",
10-
"Microsoft.Dnx.TestHost": "1.0.0-*",
11-
"Microsoft.Dnx.TestHost.Client.Sources": { "type": "build", "version": "1.0.0-*" },
12-
"xunit.runner.aspnet": "2.0.0-aspnet-*"
13-
},
14-
"commands": {
15-
"test": "xunit.runner.aspnet"
16-
},
17-
"frameworks": {
18-
"dnx451": { }
19-
}
20-
}
15+
"xunit.runner.aspnet": "2.0.0-aspnet-rc1-final"
16+
},
17+
"commands": {
18+
"test": "xunit.runner.aspnet"
19+
},
20+
"frameworks": {
21+
"dnx451": {}
22+
}
23+
}
Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
2-
"version": "1.0.0-*",
3-
"dependencies": {
4-
"Microsoft.Extensions.WebEncoders.Testing": "1.0.0-*",
5-
"xunit.runner.aspnet": "2.0.0-aspnet-*"
6-
},
7-
"commands": {
8-
"test": "xunit.runner.aspnet"
9-
},
10-
"frameworks": {
11-
"dnx451": { },
12-
"dnxcore50" : {
13-
"dependencies": {
14-
"System.Runtime": "4.0.21-beta-*"
15-
}
16-
}
2+
"version": "1.0.0-*",
3+
"dependencies": {
4+
"Microsoft.Extensions.WebEncoders.Testing": "1.0.0-rc1-final",
5+
"xunit.runner.aspnet": "2.0.0-aspnet-rc1-final"
6+
},
7+
"commands": {
8+
"test": "xunit.runner.aspnet"
9+
},
10+
"frameworks": {
11+
"dnx451": {},
12+
"dnxcore50": {
13+
"dependencies": {
14+
"System.Runtime": "4.0.21-beta-23516"
15+
}
1716
}
18-
}
17+
}
18+
}

test/Sample.Tests/project.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"version": "1.0.0-*",
3-
"dependencies": {
4-
"xunit.runner.aspnet": "2.0.0-aspnet-*"
5-
},
6-
"commands": {
7-
"test": "xunit.runner.aspnet"
8-
},
9-
"frameworks": {
10-
"dnx451": { },
11-
"dnxcore50": { }
12-
}
13-
}
2+
"version": "1.0.0-*",
3+
"dependencies": {
4+
"xunit.runner.aspnet": "2.0.0-aspnet-rc1-final"
5+
},
6+
"commands": {
7+
"test": "xunit.runner.aspnet"
8+
},
9+
"frameworks": {
10+
"dnx451": {},
11+
"dnxcore50": {}
12+
}
13+
}

0 commit comments

Comments
 (0)