Ensure Microsoft.AspNet.DataProtection.Test.Shared can compile in dnxcore50
This commit is contained in:
parent
ca3e4669dc
commit
5f44e8540d
|
|
@ -1,7 +1,11 @@
|
||||||
{
|
{
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"dnx451": { },
|
"dnx451": { },
|
||||||
"dnxcore50": { }
|
"dnxcore50": {
|
||||||
|
"dependencies": {
|
||||||
|
"System.Runtime": "4.0.21-*"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"shared": "**/*.cs"
|
"shared": "**/*.cs"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue