Skip to content

Commit

Permalink
chore: simplify framework dependencies (#1036)
Browse files Browse the repository at this point in the history
  • Loading branch information
childish-sambino authored Aug 18, 2020
1 parent c2dcabb commit 693f542
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions src/SendGrid/SendGrid.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,27 +41,18 @@

<ItemGroup>
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" PrivateAssets="All" Condition=" '$(OS)' != 'Windows_NT' " />
<PackageReference Include="starkbank-ecdsa" Version="[1.2.0, 2.0.0)" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.3' ">
<PackageReference Include="Newtonsoft.Json" Version="9.0.1" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
<PackageReference Include="Newtonsoft.Json" Version="9.0.1" />
<PackageReference Include="starkbank-ecdsa" Version="[1.2.0, 2.0.0)" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net452' ">
<PackageReference Include="Newtonsoft.Json" Version="9.0.1" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System" />
<Reference Include="Microsoft.CSharp" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net40' ">
<PackageReference Include="Newtonsoft.Json" Version="9.0.1" />
<PackageReference Include="Microsoft.Bcl.Async" Version="1.0.168" />
<PackageReference Include="Microsoft.Net.Http" Version="2.2.29" />
</ItemGroup>
Expand Down

0 comments on commit 693f542

Please sign in to comment.