This repository was archived by the owner on Dec 24, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +45
-13
lines changed
ServiceStack.Text.NetCore/ServiceStack.Text Expand file tree Collapse file tree 4 files changed +45
-13
lines changed Original file line number Diff line number Diff line change 1919 "frameworks" : {
2020 "netstandard1.1" : {
2121 "dependencies" : {
22- "System.Runtime.Serialization.Primitives" : " 4.1.1-*" ,
23- "System.Runtime.Serialization.Xml" : " 4.1.1" ,
24- "System.Net.Requests" : " 4.0.11" ,
25- "System.Dynamic.Runtime" : " 4.0.11" ,
26- "Microsoft.CSharp" : " 4.0.1-*" ,
27- "System.Reflection.Emit" : " 4.0.1" ,
22+ "System.Runtime.Serialization.Primitives" : " 4.1.1-*" ,
23+ "System.Runtime.Serialization.Xml" : " 4.1.1" ,
24+ "System.Net.Requests" : " 4.0.11" ,
25+ "System.Dynamic.Runtime" : " 4.0.11" ,
26+ "Microsoft.CSharp" : " 4.0.1-*" ,
27+ "System.Reflection.Emit" : " 4.0.1"
2828 }
2929 }
30-
3130 },
3231 "version" : " 1.0.0"
3332}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ {
2+ "frameworks" : {
3+ "net45" : {}
4+ },
5+ "runtimes" : {
6+ "win" : {}
7+ }
8+ }
Original file line number Diff line number Diff line change 1+ {
2+ "configurations" : {
3+ "Debug" : {
4+ "buildOptions" : {
5+ "define" : [ " DEBUG" , " TRACE" ]
6+ }
7+ },
8+ "Release" : {
9+ "buildOptions" : {
10+ "define" : [ " TRACE" ],
11+ "optimize" : true
12+ }
13+ }
14+ },
15+ "dependencies" : {
16+ "NETStandard.Library" : " 1.6.0"
17+ },
18+ "frameworks" : {
19+ "netstandard1.1" : {
20+ "dependencies" : {
21+ "System.Runtime.Serialization.Primitives" : " 4.1.1-*" ,
22+ "System.Runtime.Serialization.Xml" : " 4.1.1" ,
23+ "System.Net.Requests" : " 4.0.11" ,
24+ "System.Dynamic.Runtime" : " 4.0.11" ,
25+ "Microsoft.CSharp" : " 4.0.1-*" ,
26+ "System.Reflection.Emit" : " 4.0.1"
27+ }
28+ }
29+ },
30+ "version" : " 1.0.0"
31+ }
You can’t perform that action at this time.
0 commit comments