Reacting to CoreFx package changes
This commit is contained in:
parent
22d133cefa
commit
7ec3da701c
|
|
@ -22,9 +22,9 @@
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"net451": { },
|
"net451": { },
|
||||||
"netstandard1.3": {
|
"netstandard1.4": {
|
||||||
"imports": [
|
"imports": [
|
||||||
"dotnet5.4",
|
"dotnet5.5",
|
||||||
"portable-net451+win8"
|
"portable-net451+win8"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -22,9 +22,9 @@
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"net451": { },
|
"net451": { },
|
||||||
"netstandard1.3": {
|
"netstandard1.4": {
|
||||||
"imports": [
|
"imports": [
|
||||||
"dotnet5.4",
|
"dotnet5.5",
|
||||||
"portable-net451+win8"
|
"portable-net451+win8"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue