We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8475979 commit 26f0163Copy full SHA for 26f0163
2 files changed
src/AutoMapper.Collection-Signed/project.json
@@ -33,6 +33,12 @@
33
"portable-net45+win8+dnxcore50",
34
"portable-net45+win8"
35
]
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
43
}
- }
-}
44
src/AutoMapper.Collection/project.json
@@ -18,13 +18,17 @@
18
},
19
"netstandard1.1": {
20
"dependencies": {
21
- "NETStandard.Library": "1.5.0-rc2-24027",
22
"System.Linq.Expressions": "4.0.11-rc2-24027"
23
24
"imports": [
25
26
27
28
29
30
31
32
0 commit comments