Skip to content

Commit 3f8fe88

Browse files
author
mwatson
committed
Remove un-needed references v1.24.2
1 parent 8625626 commit 3f8fe88

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

Src/StackifyLib/project.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.24.0",
2+
"version": "1.24.2",
33

44
"title": "Stackify API",
55

@@ -37,7 +37,6 @@
3737
"Newtonsoft.Json": "6.0.4"
3838
},
3939
"frameworkAssemblies": {
40-
"System.Runtime.Serialization": "4.0.0.0",
4140
"System.Configuration": "4.0.0.0",
4241
"System.Management": "4.0.0.0",
4342
"System.Web": "4.0.0.0",
@@ -49,15 +48,10 @@
4948
"Newtonsoft.Json": "6.0.4"
5049
},
5150
"frameworkAssemblies": {
52-
"System.Runtime.Serialization": "4.0.0.0",
5351
"System.Configuration": "4.0.0.0",
5452
"System.Management": "4.0.0.0",
5553
"System.Web": "4.0.0.0",
56-
"System.Data": "4.0.0.0",
57-
"System.Collections.Concurrent": "4.0.0",
58-
"System.Net.Requests": "4.0.0",
59-
"System.Reflection": "4.0.0",
60-
"System.Runtime.Extensions": "4.0.0"
54+
"System.Data": "4.0.0.0"
6155

6256
}
6357
}

0 commit comments

Comments
 (0)