File tree Expand file tree Collapse file tree 3 files changed +16
-3
lines changed
EasyPost.Compatibility.NetStandard Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <TargetFramework >netstandard2.0</TargetFramework >
55 <RestorePackagesWithLockFile >true</RestorePackagesWithLockFile >
6- <EnableDefaultCompileItems >false</EnableDefaultCompileItems >
76 <RootNamespace >EasyPost.Compatibility.NetStandard</RootNamespace >
87 </PropertyGroup >
98
109 <ItemGroup >
11- <Compile Include =" NetStandardCompileTest.cs " />
10+ <ProjectReference Include =" ..\EasyPost\EasyPost.csproj " />
1211 </ItemGroup >
1312
1413 <ItemGroup >
Original file line number Diff line number Diff line change 4242 "resolved" : " 17.3.0" ,
4343 "contentHash" : " /xxz+e29F2V5pePtInjbLffoqWVTm60KCX87vSj2laNboeWq65WFJ634fGtBcMZO3VEfOmh9/XcoWEfLlWWG+g=="
4444 },
45+ "Newtonsoft.Json" : {
46+ "type" : " Transitive" ,
47+ "resolved" : " 13.0.1" ,
48+ "contentHash" : " ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A=="
49+ },
4550 "Microsoft.NETCore.Platforms" : {
4651 "type" : " Transitive" ,
4752 "resolved" : " 1.1.0" ,
9196 "NETStandard.Library" : " 1.6.1" ,
9297 "xunit.extensibility.core" : " [2.4.2]"
9398 }
99+ },
100+ "easypost" : {
101+ "type" : " Project" ,
102+ "dependencies" : {
103+ "Newtonsoft.Json" : " [13.0.1, 14.0.0)"
104+ }
94105 }
95106 }
96107 }
97- }
108+ }
Original file line number Diff line number Diff line change @@ -89,8 +89,11 @@ Global
8989 {064D7BB1-5B9F-482F-BD10-A1767B2CD774} .Debug| x86 .ActiveCfg = Debug| Any CPU
9090 {064D7BB1-5B9F-482F-BD10-A1767B2CD774} .Debug| x86 .Build .0 = Debug| Any CPU
9191 {064D7BB1-5B9F-482F-BD10-A1767B2CD774} .Release| Any CPU .ActiveCfg = Release| Any CPU
92+ {064D7BB1-5B9F-482F-BD10-A1767B2CD774} .Release| Any CPU .Build .0 = Release| Any CPU
9293 {064D7BB1-5B9F-482F-BD10-A1767B2CD774} .Release| x64 .ActiveCfg = Release| Any CPU
94+ {064D7BB1-5B9F-482F-BD10-A1767B2CD774} .Release| x64 .Build .0 = Release| Any CPU
9395 {064D7BB1-5B9F-482F-BD10-A1767B2CD774} .Release| x86 .ActiveCfg = Release| Any CPU
96+ {064D7BB1-5B9F-482F-BD10-A1767B2CD774} .Release| x86 .Build .0 = Release| Any CPU
9497 EndGlobalSection
9598 GlobalSection (SolutionProperties ) = preSolution
9699 HideSolutionNode = FALSE
You can’t perform that action at this time.
0 commit comments