Skip to content

Commit 5238819

Browse files
committed
Support netstandard1.3
1 parent ce334de commit 5238819

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed
Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
{
22
"version": "1.0.0-*",
33

4-
"dependencies": {
5-
"NETStandard.Library": "1.6.1",
6-
"System.Reflection.Emit": "4.3.0",
7-
"System.Reflection.TypeExtensions": "4.3.0"
8-
},
9-
104
"frameworks": {
115
"netstandard1.3": {
126
"dependencies": {
@@ -15,6 +9,8 @@
159
"System.Diagnostics.Debug": "4.3.0",
1610
"System.Linq": "4.3.0",
1711
"System.Reflection": "4.3.0",
12+
"System.Reflection.Emit": "4.3.0",
13+
"System.Reflection.TypeExtensions": "4.3.0",
1814
"System.Reflection.Emit.ILGeneration": "4.3.0",
1915
"System.Reflection.Extensions": "4.3.0",
2016
"System.Reflection.Primitives": "4.3.0",
@@ -23,7 +19,6 @@
2319
"System.Threading": "4.3.0",
2420
"System.Runtime.InteropServices": "4.3.0"
2521
}
26-
},
27-
"netstandard1.6": {}
22+
}
2823
}
2924
}

0 commit comments

Comments
 (0)