Skip to content

Commit 2fa1e0f

Browse files
committed
Clean up references
1 parent 70e1c70 commit 2fa1e0f

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

src/AutoMapper.Collection-Signed/project.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,8 @@
2727
},
2828
"netstandard1.1": {
2929
"dependencies": {
30-
"Microsoft.CSharp": "4.0.1-rc2-24027",
3130
"NETStandard.Library": "1.5.0-rc2-24027",
32-
"System.Linq.Expressions": "4.0.11-rc2-24027",
33-
"System.Linq.Queryable": "4.0.1-rc2-24027",
34-
"System.Dynamic.Runtime": "4.0.11-rc2-24027"
31+
"System.Linq.Expressions": "4.0.11-rc2-24027"
3532
},
3633
"imports": [
3734
"portable-net45+win8+dnxcore50",

src/AutoMapper.Collection/project.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,8 @@
1818
},
1919
"netstandard1.1": {
2020
"dependencies": {
21-
"Microsoft.CSharp": "4.0.1-rc2-24027",
2221
"NETStandard.Library": "1.5.0-rc2-24027",
23-
"System.Linq.Expressions": "4.0.11-rc2-24027",
24-
"System.Linq.Queryable": "4.0.1-rc2-24027",
25-
"System.Dynamic.Runtime": "4.0.11-rc2-24027"
22+
"System.Linq.Expressions": "4.0.11-rc2-24027"
2623
},
2724
"imports": [
2825
"portable-net45+win8+dnxcore50",

0 commit comments

Comments
 (0)