Skip to content

Commit 403616c

Browse files
committed
fix: references
1 parent c6fec0b commit 403616c

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

EasyPost.Compatibility.NetStandard/EasyPost.Compatibility.NetStandard.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@
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>

EasyPost.Compatibility.NetStandard/packages.lock.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@
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",
@@ -91,7 +96,13 @@
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+
}

EasyPost.sln

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)