Skip to content

Commit 26f0163

Browse files
committed
Add .Net Standard 1.3
1 parent 8475979 commit 26f0163

2 files changed

Lines changed: 13 additions & 3 deletions

File tree

src/AutoMapper.Collection-Signed/project.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@
3333
"portable-net45+win8+dnxcore50",
3434
"portable-net45+win8"
3535
]
36+
},
37+
"netstandard1.3": {
38+
"dependencies": {
39+
"NETStandard.Library": "1.5.0-rc2-24027",
40+
"System.Linq.Expressions": "4.0.11-rc2-24027"
41+
}
42+
}
3643
}
37-
}
38-
}
44+
}

src/AutoMapper.Collection/project.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,17 @@
1818
},
1919
"netstandard1.1": {
2020
"dependencies": {
21-
"NETStandard.Library": "1.5.0-rc2-24027",
2221
"System.Linq.Expressions": "4.0.11-rc2-24027"
2322
},
2423
"imports": [
2524
"portable-net45+win8+dnxcore50",
2625
"portable-net45+win8"
2726
]
27+
},
28+
"netstandard1.3": {
29+
"dependencies": {
30+
"System.Linq.Expressions": "4.0.11-rc2-24027"
31+
}
2832
}
2933
}
3034
}

0 commit comments

Comments
 (0)