Skip to content

Commit cdc86d3

Browse files
committed
Deploy v1.0.0-rc2-build02.
1 parent 647e4c6 commit cdc86d3

File tree

2 files changed

+5
-13
lines changed

2 files changed

+5
-13
lines changed

NuGet.Config

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<packageSources>
44
<clear />
55
<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" />
77
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
88
</packageSources>
99
</configuration>

src/CryptoHelper/project.json

+4-12
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,7 @@
1919

2020
"net451": {
2121
"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-*"
3223
},
3324
"compilationOptions": {
3425
"define": [ "COREFX" ]
@@ -37,14 +28,15 @@
3728

3829
"dotnet5.4": {
3930
"dependencies": {
40-
"Microsoft.AspNet.Cryptography.KeyDerivation": "1.0.0-rc2-*",
31+
"Microsoft.AspNet.Cryptography.KeyDerivation": "1.0.0-*",
4132
"Microsoft.CSharp": "4.0.1-*",
4233
"System.Runtime": "4.0.21-*",
4334
"System.Security.Cryptography.Algorithms": "4.0.0-*"
4435
},
4536
"compilationOptions": {
4637
"define": [ "COREFX" ]
47-
}
38+
},
39+
"imports": "portable-net451+win8"
4840
}
4941
}
5042
}

0 commit comments

Comments
 (0)