Skip to content

Commit a60976c

Browse files
committed
Cleaned up dependencies
1 parent b38484b commit a60976c

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

src/Exceptionless.Signed/project.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
"define": [ "SIGNED", "NO_SQL_CLIENT", "NETSTANDARD", "NETSTANDARD1_2" ]
5050
},
5151
"dependencies": {
52-
"Microsoft.CSharp": "4.0.1",
5352
"System.Collections": "4.0.11",
5453
"System.Collections.Concurrent": "4.0.12",
5554
"System.ComponentModel.TypeConverter": "4.1.0",
@@ -91,7 +90,6 @@
9190
"define": [ "SIGNED", "NO_SQL_CLIENT", "NETSTANDARD", "NETSTANDARD1_3" ]
9291
},
9392
"dependencies": {
94-
"Microsoft.CSharp": "4.0.1",
9593
"Microsoft.Extensions.PlatformAbstractions": "1.0.0",
9694
"System.AppDomain": "2.0.10",
9795
"System.Collections": "4.0.11",
@@ -146,7 +144,6 @@
146144
"define": [ "SIGNED", "NO_SQL_CLIENT", "NETSTANDARD", "NETSTANDARD1_4" ]
147145
},
148146
"dependencies": {
149-
"Microsoft.CSharp": "4.0.1",
150147
"Microsoft.Extensions.PlatformAbstractions": "1.0.0",
151148
"System.AppDomain": "2.0.10",
152149
"System.Collections": "4.0.11",
@@ -202,7 +199,6 @@
202199
"define": [ "SIGNED", "NO_SQL_CLIENT", "NETSTANDARD", "NETSTANDARD1_5" ]
203200
},
204201
"dependencies": {
205-
"Microsoft.CSharp": "4.0.1",
206202
"Microsoft.Extensions.PlatformAbstractions": "1.0.0",
207203
"System.AppDomain": "2.0.10",
208204
"System.Collections": "4.0.11",

src/Exceptionless/project.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
"define": [ "NO_SQL_CLIENT", "NETSTANDARD", "NETSTANDARD1_2" ]
4141
},
4242
"dependencies": {
43-
"Microsoft.CSharp": "4.0.1",
4443
"System.Collections": "4.0.11",
4544
"System.Collections.Concurrent": "4.0.12",
4645
"System.ComponentModel.TypeConverter": "4.1.0",
@@ -82,7 +81,6 @@
8281
"define": [ "NO_SQL_CLIENT", "NETSTANDARD", "NETSTANDARD1_3" ]
8382
},
8483
"dependencies": {
85-
"Microsoft.CSharp": "4.0.1",
8684
"Microsoft.Extensions.PlatformAbstractions": "1.0.0",
8785
"System.AppDomain": "2.0.10",
8886
"System.Collections": "4.0.11",
@@ -137,7 +135,6 @@
137135
"define": [ "NO_SQL_CLIENT", "NETSTANDARD", "NETSTANDARD1_4" ]
138136
},
139137
"dependencies": {
140-
"Microsoft.CSharp": "4.0.1",
141138
"Microsoft.Extensions.PlatformAbstractions": "1.0.0",
142139
"System.AppDomain": "2.0.10",
143140
"System.Collections": "4.0.11",
@@ -193,7 +190,6 @@
193190
"define": [ "NO_SQL_CLIENT", "NETSTANDARD", "NETSTANDARD1_5" ]
194191
},
195192
"dependencies": {
196-
"Microsoft.CSharp": "4.0.1",
197193
"Microsoft.Extensions.PlatformAbstractions": "1.0.0",
198194
"System.AppDomain": "2.0.10",
199195
"System.Collections": "4.0.11",

0 commit comments

Comments
 (0)