We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24dc5af commit f707d50Copy full SHA for f707d50
src/SendGrid/SendGrid.csproj
@@ -28,14 +28,6 @@
28
<PackageReference Include="Newtonsoft.Json" Version="9.0.1" />
29
</ItemGroup>
30
31
- <PropertyGroup Condition=" '$(TargetFramework)' == 'netstandard1.3' ">
32
- <DefineConstants>$(DefineConstants);NETSTANDARD</DefineConstants>
33
- </PropertyGroup>
34
-
35
- <PropertyGroup Condition=" '$(TargetFramework)' == 'net452' ">
36
- <DefineConstants>$(DefineConstants);NET452</DefineConstants>
37
38
39
<ItemGroup Condition=" '$(TargetFramework)' == 'net452' ">
40
41
<Reference Include="System.Net.Http" />
0 commit comments