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

Commit bec14b8

Browse files
committed
Updating json files to pin versions and build.cmd to pin KoreBuild and DNX
1 parent 070a81e commit bec14b8

File tree

3 files changed

+34
-27
lines changed

3 files changed

+34
-27
lines changed

global.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
{
2-
"projects": ["src", "test/WebSites", "samples"]
3-
}
2+
"projects": [
3+
"src",
4+
"test/WebSites",
5+
"samples"
6+
],
7+
"sdk": {
8+
"version": "1.0.0-rc1-final"
9+
}
10+
}

src/Microsoft.AspNet.JsonPatch/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
"compilationOptions": {
44
"warningsAsErrors": true,
55
"keyFile": "../../tools/Key.snk"
@@ -15,14 +15,14 @@
1515
"net451": {},
1616
"dotnet5.4": {
1717
"dependencies": {
18-
"Microsoft.CSharp": "4.0.1-beta-*",
19-
"System.Collections.Concurrent": "4.0.11-beta-*",
20-
"System.ComponentModel.TypeConverter": "4.0.1-beta-*",
21-
"System.Globalization": "4.0.11-beta-*",
22-
"System.Reflection.Extensions": "4.0.1-beta-*",
23-
"System.Resources.ResourceManager": "4.0.1-beta-*",
24-
"System.Runtime.Extensions": "4.0.11-beta-*",
25-
"System.Text.Encoding.Extensions": "4.0.11-beta-*"
18+
"Microsoft.CSharp": "4.0.1-beta-23516",
19+
"System.Collections.Concurrent": "4.0.11-beta-23516",
20+
"System.ComponentModel.TypeConverter": "4.0.1-beta-23516",
21+
"System.Globalization": "4.0.11-beta-23516",
22+
"System.Reflection.Extensions": "4.0.1-beta-23516",
23+
"System.Resources.ResourceManager": "4.0.1-beta-23516",
24+
"System.Runtime.Extensions": "4.0.11-beta-23516",
25+
"System.Text.Encoding.Extensions": "4.0.11-beta-23516"
2626
}
2727
}
2828
}
Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
2-
"compilationOptions": {
3-
"warningsAsErrors": true
4-
},
5-
"dependencies": {
6-
"Microsoft.AspNet.JsonPatch": "1.0.0-*",
7-
"Microsoft.AspNet.Testing": "1.0.0-*",
8-
"Moq": "4.2.1312.1622",
9-
"Newtonsoft.Json": "6.0.6",
10-
"xunit.runner.aspnet": "2.0.0-aspnet-*"
11-
},
12-
"commands": {
13-
"test": "xunit.runner.aspnet"
14-
},
15-
"frameworks": {
16-
"dnx451": { }
17-
}
2+
"compilationOptions": {
3+
"warningsAsErrors": true
4+
},
5+
"dependencies": {
6+
"Microsoft.AspNet.JsonPatch": "1.0.0-rc1-final",
7+
"Microsoft.AspNet.Testing": "1.0.0-rc1-final",
8+
"Moq": "4.2.1312.1622",
9+
"Newtonsoft.Json": "6.0.6",
10+
"xunit.runner.aspnet": "2.0.0-aspnet-rc1-final"
11+
},
12+
"commands": {
13+
"test": "xunit.runner.aspnet"
14+
},
15+
"frameworks": {
16+
"dnx451": {}
17+
}
1818
}

0 commit comments

Comments
 (0)