From 4ac67bb31b25bc282a02d07c9c1b5f6eb53bb661 Mon Sep 17 00:00:00 2001 From: Felipe Amorim Date: Fri, 27 Oct 2017 11:47:10 -0400 Subject: [PATCH 1/2] (feat) fixed net452 references --- nuspec/Sendgrid.9.9.0.nuspec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/nuspec/Sendgrid.9.9.0.nuspec b/nuspec/Sendgrid.9.9.0.nuspec index 8dd2f9359..efd87f300 100644 --- a/nuspec/Sendgrid.9.9.0.nuspec +++ b/nuspec/Sendgrid.9.9.0.nuspec @@ -19,16 +19,22 @@ SendGrid, Inc. 2017 SendGrid Email Mail Microsoft Azure Transactional .NET Core - + + + + - + + + + From dc6592fdfa80f2b0db377f83e0c5c605f8ae2db4 Mon Sep 17 00:00:00 2001 From: Felipe Amorim Date: Tue, 22 May 2018 14:37:06 +0000 Subject: [PATCH 2/2] included tarket framework netframework2.0 --- nuspec/Sendgrid.9.9.0.nuspec | 4 ++++ src/SendGrid/SendGrid.csproj | 7 ++++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/nuspec/Sendgrid.9.9.0.nuspec b/nuspec/Sendgrid.9.9.0.nuspec index efd87f300..02ef4ad27 100644 --- a/nuspec/Sendgrid.9.9.0.nuspec +++ b/nuspec/Sendgrid.9.9.0.nuspec @@ -31,6 +31,10 @@ + + + + diff --git a/src/SendGrid/SendGrid.csproj b/src/SendGrid/SendGrid.csproj index fd8cab6c1..005906386 100644 --- a/src/SendGrid/SendGrid.csproj +++ b/src/SendGrid/SendGrid.csproj @@ -2,7 +2,7 @@ 9.9.0 - netstandard1.3;net452 + netstandard1.3;netstandard2.0;net452 anycpu true SendGrid @@ -30,6 +30,11 @@ + + + + +