Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit 0327ddd

Browse files
committed
Updating json files to pin versions and build.cmd to pin KoreBuild and DNX
1 parent ba06fe3 commit 0327ddd

File tree

4 files changed

+37
-31
lines changed

4 files changed

+37
-31
lines changed

global.json

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

src/Microsoft.Extensions.Configuration.UserSecrets/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/usersecrets"
1111
},
1212
"dependencies": {
13-
"Microsoft.Extensions.Configuration.Json": "1.0.0-*"
13+
"Microsoft.Extensions.Configuration.Json": "1.0.0-rc1-final"
1414
},
1515
"frameworks": {
1616
"net451": {},
1717
"dotnet5.4": {
1818
"dependencies": {
19-
"System.Runtime": "4.0.21-beta-*",
20-
"System.Runtime.Serialization.Primitives": "4.0.11-beta-*"
19+
"System.Runtime": "4.0.21-beta-23516",
20+
"System.Runtime.Serialization.Primitives": "4.1.0-beta-23516"
2121
}
2222
}
2323
}

src/Microsoft.Extensions.SecretManager/project.json

Lines changed: 8 additions & 8 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,24 +10,24 @@
1010
"url": "git://github.com/aspnet/usersecrets"
1111
},
1212
"dependencies": {
13-
"Microsoft.Extensions.Configuration.UserSecrets": "1.0.0-*",
14-
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-*",
13+
"Microsoft.Extensions.Configuration.UserSecrets": "1.0.0-rc1-final",
14+
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final",
1515
"Microsoft.Extensions.CommandLineUtils.Sources": {
16-
"version": "1.0.0-*",
16+
"version": "1.0.0-rc1-final",
1717
"type": "build"
1818
},
19-
"Microsoft.Extensions.Logging": "1.0.0-*",
19+
"Microsoft.Extensions.Logging": "1.0.0-rc1-final",
2020
"Newtonsoft.Json": "6.0.6"
2121
},
2222
"commands": {
2323
"user-secret": "Microsoft.Extensions.SecretManager"
2424
},
2525
"frameworks": {
26-
"dnx451": { },
26+
"dnx451": {},
2727
"dnxcore50": {
2828
"dependencies": {
29-
"System.Console": "4.0.0-beta-*",
30-
"System.Reflection.Extensions": "4.0.1-beta-*"
29+
"System.Console": "4.0.0-beta-23516",
30+
"System.Reflection.Extensions": "4.0.1-beta-23516"
3131
}
3232
}
3333
}
Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
2-
"compilationOptions": {
3-
"warningsAsErrors": true,
4-
"keyFile": "../../tools/Key.snk"
5-
},
6-
"dependencies": {
7-
"Microsoft.Dnx.Runtime.Abstractions": "1.0.0-*",
8-
"Microsoft.Extensions.SecretManager": "1.0.0-*",
9-
"xunit.runner.aspnet": "2.0.0-aspnet-*"
10-
},
11-
"frameworks": {
12-
"dnx451": { },
13-
"dnxcore50": { }
14-
},
15-
"commands": {
16-
"test": "xunit.runner.aspnet"
17-
}
18-
}
2+
"compilationOptions": {
3+
"warningsAsErrors": true,
4+
"keyFile": "../../tools/Key.snk"
5+
},
6+
"dependencies": {
7+
"Microsoft.Dnx.Runtime.Abstractions": "1.0.0-*",
8+
"Microsoft.Extensions.SecretManager": "1.0.0-rc1-final",
9+
"xunit.runner.aspnet": "2.0.0-aspnet-rc1-final"
10+
},
11+
"frameworks": {
12+
"dnx451": {},
13+
"dnxcore50": {}
14+
},
15+
"commands": {
16+
"test": "xunit.runner.aspnet"
17+
}
18+
}

0 commit comments

Comments
 (0)