We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce334de commit 5238819Copy full SHA for 5238819
1 file changed
src/NetCoreStack.DispatchProxyAsync/project.json
@@ -1,12 +1,6 @@
1
{
2
"version": "1.0.0-*",
3
4
- "dependencies": {
5
- "NETStandard.Library": "1.6.1",
6
- "System.Reflection.Emit": "4.3.0",
7
- "System.Reflection.TypeExtensions": "4.3.0"
8
- },
9
-
10
"frameworks": {
11
"netstandard1.3": {
12
"dependencies": {
@@ -15,6 +9,8 @@
15
"System.Diagnostics.Debug": "4.3.0",
16
"System.Linq": "4.3.0",
17
"System.Reflection": "4.3.0",
+ "System.Reflection.Emit": "4.3.0",
13
+ "System.Reflection.TypeExtensions": "4.3.0",
18
14
"System.Reflection.Emit.ILGeneration": "4.3.0",
19
"System.Reflection.Extensions": "4.3.0",
20
"System.Reflection.Primitives": "4.3.0",
@@ -23,7 +19,6 @@
23
"System.Threading": "4.3.0",
24
"System.Runtime.InteropServices": "4.3.0"
25
21
}
26
27
- "netstandard1.6": {}
22
+ }
28
29
0 commit comments