Compiles and passes tests

This commit is contained in:
Pavel Krymets 2015-10-22 16:46:31 -07:00
parent 1a40e7254d
commit bc80dab39d
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ using System.ComponentModel;
using System.Diagnostics;
using Microsoft.AspNet.DataProtection.Infrastructure;
using Microsoft.AspNet.DataProtection.Abstractions;
using Microsoft.Dnx.Runtime;
using Microsoft.Extensions.PlatformAbstractions;
namespace Microsoft.AspNet.DataProtection
{

View File

@ -10,7 +10,7 @@
"type": "build",
"version": ""
},
"Microsoft.Dnx.Runtime.Abstractions": "1.0.0-*"
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-*"
},
"frameworks": {
"net451": {},

View File

@ -8,7 +8,7 @@ using System.Text;
using Microsoft.AspNet.DataProtection.Infrastructure;
using Microsoft.AspNet.DataProtection.Abstractions;
using Microsoft.AspNet.Testing;
using Microsoft.Dnx.Runtime;
using Microsoft.Extensions.PlatformAbstractions;
using Moq;
using Xunit;