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

Commit 03f6369

Browse files
committed
Updating json files to pin versions and build.cmd to pin KoreBuild and DNX
1 parent eab05ba commit 03f6369

File tree

9 files changed

+109
-103
lines changed

9 files changed

+109
-103
lines changed

global.json

+7-2
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.AspNet.Razor.Runtime.Precompilation/project.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"description": "Supports tag helper resolution during precompilation.",
3-
"version": "4.0.0-*",
3+
"version": "4.0.0-rc1-final",
44
"repository": {
55
"type": "git",
66
"url": "git://github.com/aspnet/razor"
@@ -11,15 +11,15 @@
1111
},
1212
"dependencies": {
1313
"Microsoft.Extensions.PropertyActivator.Sources": {
14-
"version": "1.0.0-*",
14+
"version": "1.0.0-rc1-final",
1515
"type": "build"
1616
},
1717
"Microsoft.Extensions.PropertyHelper.Sources": {
18-
"version": "1.0.0-*",
18+
"version": "1.0.0-rc1-final",
1919
"type": "build"
2020
},
21-
"Microsoft.AspNet.Razor.Runtime": "4.0.0-*",
22-
"Microsoft.Dnx.Compilation.CSharp.Abstractions": "1.0.0-*"
21+
"Microsoft.AspNet.Razor.Runtime": "4.0.0-rc1-final",
22+
"Microsoft.Dnx.Compilation.CSharp.Abstractions": "1.0.0-rc1-final"
2323
},
2424
"frameworks": {
2525
"net451": {
@@ -29,9 +29,9 @@
2929
},
3030
"dotnet5.4": {
3131
"dependencies": {
32-
"System.Collections.Concurrent": "4.0.11-*",
33-
"System.Linq.Expressions": "4.0.11-*",
34-
"System.Reflection.TypeExtensions": "4.0.1-*"
32+
"System.Collections.Concurrent": "4.0.11-beta-23516",
33+
"System.Linq.Expressions": "4.0.11-beta-23516",
34+
"System.Reflection.TypeExtensions": "4.1.0-beta-23516"
3535
}
3636
}
3737
}

src/Microsoft.AspNet.Razor.Runtime/project.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"description": "Runtime components for rendering Razor pages.",
3-
"version": "4.0.0-*",
3+
"version": "4.0.0-rc1-final",
44
"compilationOptions": {
55
"warningsAsErrors": true,
66
"keyFile": "../../tools/Key.snk"
@@ -10,19 +10,19 @@
1010
"url": "git://github.com/aspnet/razor"
1111
},
1212
"dependencies": {
13-
"Microsoft.AspNet.Html.Abstractions": "1.0.0-*",
14-
"Microsoft.AspNet.Razor": "4.0.0-*",
13+
"Microsoft.AspNet.Html.Abstractions": "1.0.0-rc1-final",
14+
"Microsoft.AspNet.Razor": "4.0.0-rc1-final",
1515
"Microsoft.Extensions.BufferedHtmlContent.Sources": {
1616
"type": "build",
17-
"version": "1.0.0-*"
17+
"version": "1.0.0-rc1-final"
1818
},
1919
"Microsoft.Extensions.ClosedGenericMatcher.Sources": {
2020
"type": "build",
21-
"version": "1.0.0-*"
21+
"version": "1.0.0-rc1-final"
2222
},
2323
"Microsoft.Extensions.CopyOnWriteDictionary.Sources": {
2424
"type": "build",
25-
"version": "1.0.0-*"
25+
"version": "1.0.0-rc1-final"
2626
}
2727
},
2828
"frameworks": {
@@ -34,8 +34,8 @@
3434
},
3535
"dotnet5.4": {
3636
"dependencies": {
37-
"System.Reflection.Extensions": "4.0.1-beta-*",
38-
"System.Text.RegularExpressions": "4.0.11-beta-*"
37+
"System.Reflection.Extensions": "4.0.1-beta-23516",
38+
"System.Text.RegularExpressions": "4.0.11-beta-23516"
3939
}
4040
}
4141
}
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"version": "4.0.0-*",
2+
"version": "4.0.0-rc1-final",
33
"shared": "*.cs",
44
"dependencies": {
55
"xunit.assert": "2.1.0-*"
66
},
77
"frameworks": {
8-
"net451": { },
9-
"dotnet5.4": { }
8+
"net451": {},
9+
"dotnet5.4": {}
1010
}
1111
}

src/Microsoft.AspNet.Razor/project.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"description": "Razor is a markup syntax for adding server-side logic to web pages. This package contains the Razor parser and code generation infrastructure.",
3-
"version": "4.0.0-*",
3+
"version": "4.0.0-rc1-final",
44
"compilationOptions": {
55
"warningsAsErrors": true,
66
"keyFile": "../../tools/Key.snk"
@@ -12,18 +12,18 @@
1212
"dependencies": {
1313
"Microsoft.Extensions.HashCodeCombiner.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.Diagnostics.Tools": "4.0.1-beta-*",
23-
"System.IO.FileSystem": "4.0.1-beta-*",
24-
"System.Linq": "4.0.1-beta-*",
25-
"System.Security.Cryptography.Algorithms": "4.0.0-beta-*",
26-
"System.Threading.Thread": "4.0.0-beta-*"
22+
"System.Diagnostics.Tools": "4.0.1-beta-23516",
23+
"System.IO.FileSystem": "4.0.1-beta-23516",
24+
"System.Linq": "4.0.1-beta-23516",
25+
"System.Security.Cryptography.Algorithms": "4.0.0-beta-23516",
26+
"System.Threading.Thread": "4.0.0-beta-23516"
2727
}
2828
}
2929
}
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
{
2-
"version": "1.0.0-*",
3-
"compilationOptions": {
4-
"warningsAsErrors": true,
5-
"keyFile": "../../tools/Key.snk"
1+
{
2+
"version": "1.0.0-*",
3+
"compilationOptions": {
4+
"warningsAsErrors": true,
5+
"keyFile": "../../tools/Key.snk"
6+
},
7+
"dependencies": {
8+
"Microsoft.AspNet.Razor.Runtime.Precompilation": "4.0.0-rc1-final"
9+
},
10+
"frameworks": {
11+
"dnx451": {
12+
"frameworkAssemblies": {
13+
"System.ComponentModel.DataAnnotations": "4.0.0.0"
14+
}
615
},
7-
"dependencies": {
8-
"Microsoft.AspNet.Razor.Runtime.Precompilation": "4.0.0-*"
9-
},
10-
"frameworks": {
11-
"dnx451": {
12-
"frameworkAssemblies": {
13-
"System.ComponentModel.DataAnnotations": "4.0.0.0"
14-
}
15-
},
16-
"dnxcore50": {
17-
"dependencies": {
18-
"System.ComponentModel.Annotations": "4.0.11-*"
19-
}
20-
}
16+
"dnxcore50": {
17+
"dependencies": {
18+
"System.ComponentModel.Annotations": "4.0.11-beta-23516"
19+
}
2120
}
22-
}
21+
}
22+
}
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,39 @@
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+
"Microsoft.AspNet.Razor.Runtime.Precompilation.Files": "1.0.0-*",
9+
"Microsoft.AspNet.Razor.Runtime.Test": "1.0.0-*",
10+
"Microsoft.AspNet.Razor.Test.Sources": {
11+
"version": "4.0.0-rc1-final",
12+
"type": "build"
613
},
7-
"dependencies": {
8-
"Microsoft.AspNet.Razor.Runtime.Precompilation.Files": "1.0.0-*",
9-
"Microsoft.AspNet.Razor.Runtime.Test": "1.0.0-*",
10-
"Microsoft.AspNet.Razor.Test.Sources": {
11-
"version": "4.0.0-*",
12-
"type": "build"
13-
},
14-
"Microsoft.Dnx.Compilation.CSharp.Common": "1.0.0-*",
15-
"Microsoft.Extensions.HashCodeCombiner.Sources": {
16-
"type": "build",
17-
"version": "1.0.0-*"
18-
}
19-
},
20-
"resource": [
21-
"../Microsoft.AspNet.Razor.Runtime.Precompilation.Files/*.cs",
22-
"../Microsoft.AspNet.Razor.Runtime.Test/Runtime/TagHelpers/TestTagHelpers/*.cs",
23-
"BadFiles/*.cs"
24-
],
25-
"commands": {
26-
"test": "xunit.runner.aspnet"
27-
},
28-
"frameworks": {
29-
"dnx451": {
30-
"frameworkAssemblies": {
31-
"System.Text.Encoding": ""
32-
},
33-
"dependencies": {
34-
"Moq": "4.2.1312.1622"
35-
}
36-
},
37-
"dnxcore50": {
38-
}
14+
"Microsoft.Dnx.Compilation.CSharp.Common": "1.0.0-rc1-final",
15+
"Microsoft.Extensions.HashCodeCombiner.Sources": {
16+
"type": "build",
17+
"version": "1.0.0-rc1-final"
3918
}
40-
}
19+
},
20+
"resource": [
21+
"../Microsoft.AspNet.Razor.Runtime.Precompilation.Files/*.cs",
22+
"../Microsoft.AspNet.Razor.Runtime.Test/Runtime/TagHelpers/TestTagHelpers/*.cs",
23+
"BadFiles/*.cs"
24+
],
25+
"commands": {
26+
"test": "xunit.runner.aspnet"
27+
},
28+
"frameworks": {
29+
"dnx451": {
30+
"frameworkAssemblies": {
31+
"System.Text.Encoding": ""
32+
},
33+
"dependencies": {
34+
"Moq": "4.2.1312.1622"
35+
}
36+
},
37+
"dnxcore50": {}
38+
}
39+
}

test/Microsoft.AspNet.Razor.Runtime.Test/project.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@
55
"keyFile": "../../tools/Key.snk"
66
},
77
"dependencies": {
8-
"Microsoft.AspNet.Razor.Runtime": "4.0.0-*",
8+
"Microsoft.AspNet.Razor.Runtime": "4.0.0-rc1-final",
99
"Microsoft.AspNet.Razor.Test.Sources": {
10-
"version": "4.0.0-*",
10+
"version": "4.0.0-rc1-final",
1111
"type": "build"
1212
},
13-
"Microsoft.AspNet.Testing": "1.0.0-*",
13+
"Microsoft.AspNet.Testing": "1.0.0-rc1-final",
1414
"Microsoft.Extensions.HashCodeCombiner.Sources": {
1515
"type": "build",
16-
"version": "1.0.0-*"
16+
"version": "1.0.0-rc1-final"
1717
},
18-
"Microsoft.Extensions.WebEncoders.Testing": "1.0.0-*",
19-
"xunit.runner.aspnet": "2.0.0-aspnet-*"
18+
"Microsoft.Extensions.WebEncoders.Testing": "1.0.0-rc1-final",
19+
"xunit.runner.aspnet": "2.0.0-aspnet-rc1-final"
2020
},
2121
"commands": {
2222
"test": "xunit.runner.aspnet"
@@ -29,9 +29,9 @@
2929
},
3030
"dnxcore50": {
3131
"dependencies": {
32-
"System.Reflection.TypeExtensions": "4.0.1-beta-*",
33-
"System.Runtime.Extensions": "4.0.11-beta-*"
32+
"System.Reflection.TypeExtensions": "4.1.0-beta-23516",
33+
"System.Runtime.Extensions": "4.0.11-beta-23516"
3434
}
3535
}
3636
}
37-
}
37+
}

test/Microsoft.AspNet.Razor.Test/project.json

+11-9
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"version": "1.0.0",
33
"resource": "TestFiles/**/*",
44
"dependencies": {
5-
"Microsoft.AspNet.Razor": "4.0.0-*",
5+
"Microsoft.AspNet.Razor": "4.0.0-rc1-final",
66
"Microsoft.AspNet.Razor.Test.Sources": {
7-
"version": "4.0.0-*",
7+
"version": "4.0.0-rc1-final",
88
"type": "build"
99
},
10-
"Microsoft.AspNet.Testing": "1.0.0-*",
11-
"xunit.runner.aspnet": "2.0.0-aspnet-*"
10+
"Microsoft.AspNet.Testing": "1.0.0-rc1-final",
11+
"xunit.runner.aspnet": "2.0.0-aspnet-rc1-final"
1212
},
1313
"commands": {
1414
"test": "xunit.runner.aspnet"
@@ -21,15 +21,17 @@
2121
},
2222
"dnxcore50": {
2323
"dependencies": {
24-
"System.Diagnostics.TraceSource": "4.0.0-beta-*",
25-
"System.Reflection.TypeExtensions": "4.0.1-beta-*",
26-
"System.Runtime.Serialization.Primitives": "4.0.11-beta-*"
24+
"System.Diagnostics.TraceSource": "4.0.0-beta-23516",
25+
"System.Reflection.TypeExtensions": "4.1.0-beta-23516",
26+
"System.Runtime.Serialization.Primitives": "4.1.0-beta-23516"
2727
}
2828
}
2929
},
3030
"compilationOptions": {
31-
"define": [ "__RemoveThisBitTo__GENERATE_BASELINES" ],
31+
"define": [
32+
"__RemoveThisBitTo__GENERATE_BASELINES"
33+
],
3234
"warningsAsErrors": true,
3335
"keyFile": "../../tools/Key.snk"
3436
}
35-
}
37+
}

0 commit comments

Comments
 (0)