This repository was archived by the owner on Dec 24, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
NuGet.Core/ServiceStack.Text.Core Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 2626 <dependency id =" System.Dynamic.Runtime" version =" [4.0.11, )" />
2727 <dependency id =" Microsoft.CSharp" version =" [4.0.1, )" />
2828 <dependency id =" System.Reflection.Emit" version =" [4.0.1, )" />
29+ <dependency id =" System.Reflection.Extensions" version =" [4.0.1, )" />
30+ <dependency id =" NETStandard.Library" version =" [1.6.0, )" />
31+ </group >
32+ <group targetFramework =" .NETStandard1.3" >
33+ <dependency id =" System.Runtime.Serialization.Primitives" version =" [4.1.1
34+ <dependency id=" System.Runtime.Serialization.Xml" version=" [4.1.1, )" />
35+ <dependency id=" System.Net.Requests" version=" [4.0.11, )" />
36+ <dependency id=" System.Dynamic.Runtime" version=" [4.0.11, )" />
37+ <dependency id=" Microsoft.CSharp" version=" [4.0.1, )" />
38+ <dependency id=" System.Reflection.Emit" version=" [4.0.1, )" />
39+ <dependency id=" System.Reflection.Extensions" version=" [4.0.1, )" />
40+ <dependency id=" System.Linq.Expressions" version=" [4.1.0, )" />
41+ <dependency id=" System.Collections.Specialized" version=" [4.0.1, )" />
2942 <dependency id=" NETStandard.Library" version=" [1.6.0, )" />
3043 </group>
3144 </dependencies>
Original file line number Diff line number Diff line change 4646 "Microsoft.CSharp" : " 4.0.1-*" ,
4747 "System.Reflection.Emit" : " 4.0.1" ,
4848 "System.Reflection.Extensions" : " 4.0.1" ,
49+ "System.Linq.Expressions" : " 4.1.0" ,
4950 "System.Collections.Specialized" : " 4.0.1"
5051 }
5152 },
You can’t perform that action at this time.
0 commit comments