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

Commit 3f0c8d6

Browse files
committed
Updating json files to pin versions and build.cmd to pin KoreBuild and DNX
1 parent 56143ed commit 3f0c8d6

File tree

9 files changed

+89
-84
lines changed

9 files changed

+89
-84
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.AspNet.FileProviders.Abstractions/project.json

Lines changed: 4 additions & 4 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,14 +10,14 @@
1010
"url": "git://github.com/aspnet/filesystem"
1111
},
1212
"dependencies": {
13-
"Microsoft.Extensions.Primitives": "1.0.0-*"
13+
"Microsoft.Extensions.Primitives": "1.0.0-rc1-final"
1414
},
1515
"frameworks": {
1616
"net451": {},
1717
"dotnet5.4": {
1818
"dependencies": {
19-
"System.IO": "4.0.11-beta-*",
20-
"System.Resources.ResourceManager": "4.0.1-beta-*"
19+
"System.IO": "4.0.11-beta-23516",
20+
"System.Resources.ResourceManager": "4.0.1-beta-23516"
2121
}
2222
}
2323
}

src/Microsoft.AspNet.FileProviders.Embedded/project.json

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"
@@ -11,18 +11,18 @@
1111
},
1212
"dependencies": {
1313
"Microsoft.AspNet.FileProviders.Sources": {
14-
"version": "1.0.0-*",
14+
"version": "1.0.0-rc1-final",
1515
"type": "build"
1616
},
17-
"Microsoft.AspNet.FileProviders.Abstractions": "1.0.0-*"
17+
"Microsoft.AspNet.FileProviders.Abstractions": "1.0.0-rc1-final"
1818
},
1919
"frameworks": {
2020
"net451": {},
2121
"dotnet5.4": {
2222
"dependencies": {
23-
"System.Collections": "4.0.11-beta-*",
24-
"System.Reflection": "4.0.10-*",
25-
"System.Runtime.Extensions": "4.0.11-beta-*"
23+
"System.Collections": "4.0.11-beta-23516",
24+
"System.Reflection": "4.1.0-beta-23516",
25+
"System.Runtime.Extensions": "4.0.11-beta-23516"
2626
}
2727
}
2828
}

src/Microsoft.AspNet.FileProviders.Physical/project.json

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"
@@ -11,23 +11,23 @@
1111
},
1212
"dependencies": {
1313
"Microsoft.AspNet.FileProviders.Sources": {
14-
"version": "1.0.0-*",
14+
"version": "1.0.0-rc1-final",
1515
"type": "build"
1616
},
17-
"Microsoft.AspNet.FileProviders.Abstractions": "1.0.0-*"
17+
"Microsoft.AspNet.FileProviders.Abstractions": "1.0.0-rc1-final"
1818
},
1919
"frameworks": {
2020
"net451": {},
2121
"dotnet5.4": {
2222
"dependencies": {
23-
"System.Collections": "4.0.11-beta-*",
24-
"System.Collections.Concurrent": "4.0.11-beta-*",
25-
"System.IO.FileSystem.Watcher": "4.0.0-beta-*",
26-
"System.IO.FileSystem": "4.0.1-beta-*",
27-
"System.IO.FileSystem.Primitives": "4.0.1-beta-*",
28-
"System.Runtime.Extensions": "4.0.11-beta-*",
29-
"System.Text.RegularExpressions": "4.0.11-beta-*",
30-
"System.Threading": "4.0.11-beta-*"
23+
"System.Collections": "4.0.11-beta-23516",
24+
"System.Collections.Concurrent": "4.0.11-beta-23516",
25+
"System.IO.FileSystem.Watcher": "4.0.0-beta-23516",
26+
"System.IO.FileSystem": "4.0.1-beta-23516",
27+
"System.IO.FileSystem.Primitives": "4.0.1-beta-23516",
28+
"System.Runtime.Extensions": "4.0.11-beta-23516",
29+
"System.Text.RegularExpressions": "4.0.11-beta-23516",
30+
"System.Threading": "4.0.11-beta-23516"
3131
}
3232
}
3333
}

src/Microsoft.AspNet.FileProviders.Sources/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
2-
"version": "1.0.0-*",
2+
"version": "1.0.0-rc1-final",
33
"repository": {
44
"type": "git",
55
"url": "git://github.com/aspnet/filesystem"
66
},
77
"shared": "**/*.cs",
88
"dependencies": {
9-
"Microsoft.AspNet.FileProviders.Abstractions": "1.0.0-*"
9+
"Microsoft.AspNet.FileProviders.Abstractions": "1.0.0-rc1-final"
1010
},
1111
"frameworks": {
1212
"net451": {},
1313
"dotnet5.4": {
1414
"dependencies": {
15-
"System.Linq": "4.0.1-beta-*"
15+
"System.Linq": "4.0.1-beta-23516"
1616
}
1717
}
1818
}

src/Microsoft.Extensions.FileSystemGlobbing/project.json

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"
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"Microsoft.Extensions.HashCodeCombiner.Sources": {
14-
"version": "1.0.0-*",
14+
"version": "1.0.0-rc1-final",
1515
"type": "build"
1616
}
1717
},
@@ -21,11 +21,11 @@
2121
},
2222
"dotnet5.4": {
2323
"dependencies": {
24-
"System.Runtime": "4.0.21-beta-*",
25-
"System.Collections": "4.0.11-beta-*",
26-
"System.IO.FileSystem": "4.0.1-beta-*",
27-
"System.Linq": "4.0.1-beta-*",
28-
"System.Runtime.Extensions": "4.0.11-beta-*"
24+
"System.Runtime": "4.0.21-beta-23516",
25+
"System.Collections": "4.0.11-beta-23516",
26+
"System.IO.FileSystem": "4.0.1-beta-23516",
27+
"System.Linq": "4.0.1-beta-23516",
28+
"System.Runtime.Extensions": "4.0.11-beta-23516"
2929
}
3030
}
3131
}
Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"dependencies": {
3-
"Microsoft.AspNet.FileProviders.Embedded": "1.0.0-*",
4-
"Microsoft.AspNet.Testing": "1.0.0-*",
5-
"xunit.runner.aspnet": "2.0.0-aspnet-*"
6-
},
7-
"commands": {
8-
"test": "xunit.runner.aspnet"
9-
},
10-
"resource": "File.txt;sub/**;Resources/**",
11-
"frameworks": {
12-
"dnx451": { },
13-
"dnxcore50": {
14-
"dependencies": {
15-
"System.Reflection.Extensions": "4.0.1-beta-*"
16-
}
17-
}
2+
"dependencies": {
3+
"Microsoft.AspNet.FileProviders.Embedded": "1.0.0-rc1-final",
4+
"Microsoft.AspNet.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+
"resource": "File.txt;sub/**;Resources/**",
11+
"frameworks": {
12+
"dnx451": {},
13+
"dnxcore50": {
14+
"dependencies": {
15+
"System.Reflection.Extensions": "4.0.1-beta-23516"
16+
}
1817
}
19-
}
18+
}
19+
}

test/Microsoft.AspNet.FileProviders.Physical.Tests/project.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@
33
"warningsAsErrors": true,
44
"keyFile": "../../tools/Key.snk"
55
},
6-
"dependencies": {
7-
"Microsoft.AspNet.FileProviders.Physical": "1.0.0-*",
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-
"dependencies": {
18-
"System.Threading.Tasks.Parallel": "4.0.1-beta-*"
19-
}
20-
}
6+
"dependencies": {
7+
"Microsoft.AspNet.FileProviders.Physical": "1.0.0-rc1-final",
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+
"dependencies": {
18+
"System.Threading.Tasks.Parallel": "4.0.1-beta-23516"
19+
}
2120
}
22-
}
21+
}
22+
}
Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"version": "1.0.0-*",
3-
"compilationOptions": {
4-
"warningsAsErrors": true,
5-
"keyFile": "../../tools/Key.snk"
6-
},
7-
"dependencies": {
8-
"xunit.runner.aspnet": "2.0.0-aspnet-*",
9-
"Microsoft.Extensions.FileSystemGlobbing": "1.0.0-*",
10-
"Microsoft.AspNet.Testing": "1.0.0-*"
11-
},
12-
"frameworks": {
13-
"dnx451": { },
14-
"dnxcore50": { }
15-
},
16-
"commands": {
17-
"test": "xunit.runner.aspnet"
18-
}
19-
}
2+
"version": "1.0.0-*",
3+
"compilationOptions": {
4+
"warningsAsErrors": true,
5+
"keyFile": "../../tools/Key.snk"
6+
},
7+
"dependencies": {
8+
"xunit.runner.aspnet": "2.0.0-aspnet-rc1-final",
9+
"Microsoft.Extensions.FileSystemGlobbing": "1.0.0-rc1-final",
10+
"Microsoft.AspNet.Testing": "1.0.0-rc1-final"
11+
},
12+
"frameworks": {
13+
"dnx451": {},
14+
"dnxcore50": {}
15+
},
16+
"commands": {
17+
"test": "xunit.runner.aspnet"
18+
}
19+
}

0 commit comments

Comments
 (0)