Skip to content

Commit f707d50

Browse files
committed
Remove unused constant definitions
1 parent 24dc5af commit f707d50

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/SendGrid/SendGrid.csproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,6 @@
2828
<PackageReference Include="Newtonsoft.Json" Version="9.0.1" />
2929
</ItemGroup>
3030

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-
</PropertyGroup>
38-
3931
<ItemGroup Condition=" '$(TargetFramework)' == 'net452' ">
4032
<PackageReference Include="Newtonsoft.Json" Version="9.0.1" />
4133
<Reference Include="System.Net.Http" />

0 commit comments

Comments
 (0)