Skip to content

Commit 06d55fd

Browse files
Update compatibility information.
1 parent 8c69e11 commit 06d55fd

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

TROUBLESHOOTING.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ If you can't find a solution below, please open an [issue](https://github.com/se
99
* [Continue Using the v2 API](#v2)
1010
* [Migrating from the v8 SDK to v9](#sdkmigration)
1111
* [Testing v3 /mail/send Calls Directly](#testing)
12+
* [Using .NET 4.5.1 and lower](#net45)
1213
* [Missing Classes](#missing)
1314
* [Error Messages](#error)
1415
* [Versions](#versions)
@@ -42,6 +43,11 @@ v9 of this SDK is a complete rewrite that includes the removal of dynamic depend
4243

4344
Please begin at the [README](https://github.com/sendgrid/sendgrid-csharp) and if you need further assistance, please [create an issue on GitHub](https://github.com/sendgrid/sendgrid-csharp/issues).
4445

46+
<a name="net45"></a>
47+
## Using .NET 4.5.1 and lower
48+
49+
[Microsoft is no longer supporting these versions](https://blogs.msdn.microsoft.com/dotnet/2015/12/09/support-ending-for-the-net-framework-4-4-5-and-4-5-1/). We strongly advise upgrading your software to target .NET 4.5.2 or higher. If you are unable to do so, the current solution is to download the code directly into your project and change the compile target to the desired version.
50+
4551
<a name="missing"></a>
4652
## Missing Classes
4753

@@ -54,8 +60,6 @@ it means that you are probably not compiling your application to .NET 4.5.2. Cur
5460

5561
The current solution is to download the code directly into your project and change the compile target to the desired version.
5662

57-
If you are using ASP.NET Core, please [upvote this issue](https://github.com/sendgrid/sendgrid-csharp/issues/221).
58-
5963
<a name="testing"></a>
6064
## Testing v3 /mail/send Calls Directly
6165

0 commit comments

Comments
 (0)