PBKDF2 was moved to its own package

This commit is contained in:
Levi B 2015-02-24 16:30:29 -08:00
parent e1502bce00
commit cad9ead28d
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
using System;
using System.Runtime.CompilerServices;
using System.Security.Cryptography;
using Microsoft.AspNet.Security.DataProtection;
using Microsoft.AspNet.Cryptography.KeyDerivation;
using Microsoft.Framework.OptionsModel;
namespace Microsoft.AspNet.Identity

View File

@ -1,10 +1,10 @@
{
"version": "3.0.0-*",
"dependencies": {
"Microsoft.AspNet.Cryptography.KeyDerivation": "1.0.0-*",
"Microsoft.AspNet.Http" : "1.0.0-*",
"Microsoft.AspNet.Security" : "1.0.0-*",
"Microsoft.AspNet.Security.Cookies": "1.0.0-*",
"Microsoft.AspNet.Security.DataProtection": "1.0.0-*",
"Microsoft.Framework.ConfigurationModel": "1.0.0-*",
"Microsoft.Framework.DependencyInjection" : "1.0.0-*",
"Microsoft.Framework.OptionsModel": "1.0.0-*",