This repository was archived by the owner on Oct 17, 2018. It is now read-only.

Description
After upgrading from RC1 to RC2 , previously protected data cannot be unprotectedю
IDataProtector.Unprotect throws an exception that have the following inner exception:
"Could not load file or assembly 'Microsoft.AspNet.DataProtection, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60' or one of its dependencies. The system cannot find the file specified.":"Microsoft.AspNet.DataProtection, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60"
So it tries to load assembly with old naming from RC1, although it is not mentioned in project.json
The old assembly name is mentioned in xml files at c:\Users%username%\AppData\Local\ASP.NET\DataProtection-Keys
OS: windows 10 x64