This repository was archived by the owner on Feb 23, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +37
-31
lines changed
Microsoft.Extensions.Configuration.UserSecrets
Microsoft.Extensions.SecretManager
test/Microsoft.Extensions.SecretManager.Tests Expand file tree Collapse file tree 4 files changed +37
-31
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "projects" : [ " src" , " test" ]
3
- }
2
+ "projects" : [
3
+ " src" ,
4
+ " test"
5
+ ],
6
+ "sdk" : {
7
+ "version" : " 1.0.0-rc1-final"
8
+ }
9
+ }
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.0.0-* " ,
2
+ "version" : " 1.0.0-rc1-final " ,
3
3
"compilationOptions" : {
4
4
"warningsAsErrors" : true ,
5
5
"keyFile" : " ../../tools/Key.snk"
10
10
"url" : " git://github.com/aspnet/usersecrets"
11
11
},
12
12
"dependencies" : {
13
- "Microsoft.Extensions.Configuration.Json" : " 1.0.0-* "
13
+ "Microsoft.Extensions.Configuration.Json" : " 1.0.0-rc1-final "
14
14
},
15
15
"frameworks" : {
16
16
"net451" : {},
17
17
"dotnet5.4" : {
18
18
"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 "
21
21
}
22
22
}
23
23
}
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.0.0-* " ,
2
+ "version" : " 1.0.0-rc1-final " ,
3
3
"compilationOptions" : {
4
4
"warningsAsErrors" : true ,
5
5
"keyFile" : " ../../tools/Key.snk"
10
10
"url" : " git://github.com/aspnet/usersecrets"
11
11
},
12
12
"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 " ,
15
15
"Microsoft.Extensions.CommandLineUtils.Sources" : {
16
- "version" : " 1.0.0-* " ,
16
+ "version" : " 1.0.0-rc1-final " ,
17
17
"type" : " build"
18
18
},
19
- "Microsoft.Extensions.Logging" : " 1.0.0-* " ,
19
+ "Microsoft.Extensions.Logging" : " 1.0.0-rc1-final " ,
20
20
"Newtonsoft.Json" : " 6.0.6"
21
21
},
22
22
"commands" : {
23
23
"user-secret" : " Microsoft.Extensions.SecretManager"
24
24
},
25
25
"frameworks" : {
26
- "dnx451" : { },
26
+ "dnx451" : {},
27
27
"dnxcore50" : {
28
28
"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 "
31
31
}
32
32
}
33
33
}
Original file line number Diff line number Diff line change 1
1
{
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
+ }
You can’t perform that action at this time.
0 commit comments