diff options
author | Brandon West <brawest@gmail.com> | 2014-06-20 15:24:57 -0600 |
---|---|---|
committer | Brandon West <brawest@gmail.com> | 2014-06-20 15:24:57 -0600 |
commit | 4322aa383740981e43f87031cf2225c4ab13cb3a (patch) | |
tree | 4692747326089ce056c0b2c230c04ca6bf83ca7e /SendGrid/Example/Example.csproj | |
parent | b63c708da2f511b3926be4aa768de59292b01438 (diff) | |
download | sendgrid-csharp-4322aa383740981e43f87031cf2225c4ab13cb3a.zip sendgrid-csharp-4322aa383740981e43f87031cf2225c4ab13cb3a.tar.gz sendgrid-csharp-4322aa383740981e43f87031cf2225c4ab13cb3a.tar.bz2 |
deprecate NET40
Diffstat (limited to 'SendGrid/Example/Example.csproj')
-rw-r--r-- | SendGrid/Example/Example.csproj | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/SendGrid/Example/Example.csproj b/SendGrid/Example/Example.csproj index d498fb2..910bd0d 100644 --- a/SendGrid/Example/Example.csproj +++ b/SendGrid/Example/Example.csproj @@ -56,11 +56,6 @@ <Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Net" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="System.Data" />
- <Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Program.cs" />
@@ -91,4 +86,4 @@ <Name>Mail</Name>
</ProjectReference>
</ItemGroup>
-</Project>
+</Project>
\ No newline at end of file |