Skip to content

Commit bcb9a69

Browse files
committed
Revert "fix: references"
This reverts commit 403616c.
1 parent 403616c commit bcb9a69

File tree

3 files changed

+3
-16
lines changed

3 files changed

+3
-16
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
6+
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
67
<RootNamespace>EasyPost.Compatibility.NetStandard</RootNamespace>
78
</PropertyGroup>
89

910
<ItemGroup>
10-
<ProjectReference Include="..\EasyPost\EasyPost.csproj" />
11+
<Compile Include="NetStandardCompileTest.cs" />
1112
</ItemGroup>
1213

1314
<ItemGroup>

EasyPost.Compatibility.NetStandard/packages.lock.json

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@
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-
},
5045
"Microsoft.NETCore.Platforms": {
5146
"type": "Transitive",
5247
"resolved": "1.1.0",
@@ -96,13 +91,7 @@
9691
"NETStandard.Library": "1.6.1",
9792
"xunit.extensibility.core": "[2.4.2]"
9893
}
99-
},
100-
"easypost": {
101-
"type": "Project",
102-
"dependencies": {
103-
"Newtonsoft.Json": "[13.0.1, 14.0.0)"
104-
}
10594
}
10695
}
10796
}
108-
}
97+
}

EasyPost.sln

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,8 @@ 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
9392
{064D7BB1-5B9F-482F-BD10-A1767B2CD774}.Release|x64.ActiveCfg = Release|Any CPU
94-
{064D7BB1-5B9F-482F-BD10-A1767B2CD774}.Release|x64.Build.0 = Release|Any CPU
9593
{064D7BB1-5B9F-482F-BD10-A1767B2CD774}.Release|x86.ActiveCfg = Release|Any CPU
96-
{064D7BB1-5B9F-482F-BD10-A1767B2CD774}.Release|x86.Build.0 = Release|Any CPU
9794
EndGlobalSection
9895
GlobalSection(SolutionProperties) = preSolution
9996
HideSolutionNode = FALSE

0 commit comments

Comments
 (0)