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

Commit e20bf25

Browse files
committed
Updating json files to pin versions and build.cmd to pin KoreBuild and DNX
1 parent 90ed150 commit e20bf25

File tree

3 files changed

+43
-34
lines changed

3 files changed

+43
-34
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+
}

src/Microsoft.Extensions.DiagnosticAdapter/project.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"version": "1.0.0-*",
2+
"version": "1.0.0-rc1-final",
33
"description": "A DiagnosticListener implementation which provides duck-typing through generated proxy types.",
44
"dependencies": {
5-
"Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-*",
6-
"System.Diagnostics.DiagnosticSource": "4.0.0-beta-*"
5+
"Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final",
6+
"System.Diagnostics.DiagnosticSource": "4.0.0-beta-23516"
77
},
88
"compilationOptions": {
99
"define": [
@@ -22,22 +22,22 @@
2222
},
2323
"dotnet5.4": {
2424
"dependencies": {
25-
"System.ComponentModel": "4.0.1-beta-*",
26-
"System.Collections.Concurrent": "4.0.11-beta-*",
27-
"System.Collections": "4.0.11-beta-*",
28-
"System.Diagnostics.Debug": "4.0.11-beta-*",
29-
"System.Globalization": "4.0.11-beta-*",
30-
"System.Linq": "4.0.1-beta-*",
31-
"System.Linq.Expressions": "4.0.11-beta-*",
32-
"System.Threading": "4.0.11-beta-*",
33-
"System.Reflection": "4.0.11-beta-*",
34-
"System.Reflection.Emit": "4.0.1-beta-*",
35-
"System.Reflection.Emit.Lightweight": "4.0.1-beta-*",
36-
"System.Reflection.Extensions": "4.0.1-beta-*",
37-
"System.Reflection.TypeExtensions": "4.0.1-beta-*",
38-
"System.Resources.ResourceManager": "4.0.1-beta-*",
39-
"System.Runtime": "4.0.21-beta-*",
40-
"System.Runtime.Extensions": "4.0.11-beta-*"
25+
"System.ComponentModel": "4.0.1-beta-23516",
26+
"System.Collections.Concurrent": "4.0.11-beta-23516",
27+
"System.Collections": "4.0.11-beta-23516",
28+
"System.Diagnostics.Debug": "4.0.11-beta-23516",
29+
"System.Globalization": "4.0.11-beta-23516",
30+
"System.Linq": "4.0.1-beta-23516",
31+
"System.Linq.Expressions": "4.0.11-beta-23516",
32+
"System.Threading": "4.0.11-beta-23516",
33+
"System.Reflection": "4.1.0-beta-23516",
34+
"System.Reflection.Emit": "4.0.1-beta-23516",
35+
"System.Reflection.Emit.Lightweight": "4.0.1-beta-23516",
36+
"System.Reflection.Extensions": "4.0.1-beta-23516",
37+
"System.Reflection.TypeExtensions": "4.1.0-beta-23516",
38+
"System.Resources.ResourceManager": "4.0.1-beta-23516",
39+
"System.Runtime": "4.0.21-beta-23516",
40+
"System.Runtime.Extensions": "4.0.11-beta-23516"
4141
}
4242
}
4343
}
Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
11
{
22
"dependencies": {
3-
"Microsoft.AspNet.Testing": "1.0.0-*",
4-
"Microsoft.Extensions.DiagnosticAdapter": "1.0.0-*",
5-
"xunit.runner.aspnet": "2.0.0-aspnet-*"
3+
"Microsoft.AspNet.Testing": "1.0.0-rc1-final",
4+
"Microsoft.Extensions.DiagnosticAdapter": "1.0.0-rc1-final",
5+
"xunit.runner.aspnet": "2.0.0-aspnet-rc1-final"
66
},
7-
"compilationOptions": {"define": ["TEST"]},
8-
"commands": {
9-
"run": "xunit.runner.aspnet",
10-
"test": "xunit.runner.aspnet"
11-
},
12-
"frameworks": {
13-
"dnx451": { },
14-
"dnxcore50": { }
15-
}
16-
}
7+
"compilationOptions": {
8+
"define": [
9+
"TEST"
10+
]
11+
},
12+
"commands": {
13+
"run": "xunit.runner.aspnet",
14+
"test": "xunit.runner.aspnet"
15+
},
16+
"frameworks": {
17+
"dnx451": {},
18+
"dnxcore50": {}
19+
}
20+
}

0 commit comments

Comments
 (0)