Compiles and passes tests
This commit is contained in:
parent
1a40e7254d
commit
bc80dab39d
|
|
@ -7,7 +7,7 @@ using System.ComponentModel;
|
||||||
using System.Diagnostics;
|
using System.Diagnostics;
|
||||||
using Microsoft.AspNet.DataProtection.Infrastructure;
|
using Microsoft.AspNet.DataProtection.Infrastructure;
|
||||||
using Microsoft.AspNet.DataProtection.Abstractions;
|
using Microsoft.AspNet.DataProtection.Abstractions;
|
||||||
using Microsoft.Dnx.Runtime;
|
using Microsoft.Extensions.PlatformAbstractions;
|
||||||
|
|
||||||
namespace Microsoft.AspNet.DataProtection
|
namespace Microsoft.AspNet.DataProtection
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
"type": "build",
|
"type": "build",
|
||||||
"version": ""
|
"version": ""
|
||||||
},
|
},
|
||||||
"Microsoft.Dnx.Runtime.Abstractions": "1.0.0-*"
|
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-*"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"net451": {},
|
"net451": {},
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ using System.Text;
|
||||||
using Microsoft.AspNet.DataProtection.Infrastructure;
|
using Microsoft.AspNet.DataProtection.Infrastructure;
|
||||||
using Microsoft.AspNet.DataProtection.Abstractions;
|
using Microsoft.AspNet.DataProtection.Abstractions;
|
||||||
using Microsoft.AspNet.Testing;
|
using Microsoft.AspNet.Testing;
|
||||||
using Microsoft.Dnx.Runtime;
|
using Microsoft.Extensions.PlatformAbstractions;
|
||||||
using Moq;
|
using Moq;
|
||||||
using Xunit;
|
using Xunit;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue