File tree 2 files changed +5
-13
lines changed
2 files changed +5
-13
lines changed Original file line number Diff line number Diff line change 3
3
<packageSources >
4
4
<clear />
5
5
<add key =" xunit" value =" https://www.myget.org/F/xunit/api/v3/index.json" />
6
- <add key =" AspNetVNext " value =" https://www.myget.org/F/aspnetvnext /api/v2 " />
6
+ <add key =" AspNetCiDev " value =" https://www.myget.org/F/aspnetcidev /api/v3/index.json " />
7
7
<add key =" NuGet" value =" https://api.nuget.org/v3/index.json" />
8
8
</packageSources >
9
9
</configuration >
Original file line number Diff line number Diff line change 19
19
20
20
"net451" : {
21
21
"dependencies" : {
22
- "Microsoft.AspNet.Cryptography.KeyDerivation" : " 1.0.0-rc2-*"
23
- },
24
- "compilationOptions" : {
25
- "define" : [ " COREFX" ]
26
- }
27
- },
28
-
29
- "dnx451" : {
30
- "dependencies" : {
31
- "Microsoft.AspNet.Cryptography.KeyDerivation" : " 1.0.0-rc2-*"
22
+ "Microsoft.AspNet.Cryptography.KeyDerivation" : " 1.0.0-*"
32
23
},
33
24
"compilationOptions" : {
34
25
"define" : [ " COREFX" ]
37
28
38
29
"dotnet5.4" : {
39
30
"dependencies" : {
40
- "Microsoft.AspNet.Cryptography.KeyDerivation" : " 1.0.0-rc2- *" ,
31
+ "Microsoft.AspNet.Cryptography.KeyDerivation" : " 1.0.0-*" ,
41
32
"Microsoft.CSharp" : " 4.0.1-*" ,
42
33
"System.Runtime" : " 4.0.21-*" ,
43
34
"System.Security.Cryptography.Algorithms" : " 4.0.0-*"
44
35
},
45
36
"compilationOptions" : {
46
37
"define" : [ " COREFX" ]
47
- }
38
+ },
39
+ "imports" : " portable-net451+win8"
48
40
}
49
41
}
50
42
}
You can’t perform that action at this time.
0 commit comments