diff --git a/.travis.yml b/.travis.yml
index 5dddb4f9b..3bc803fac 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,8 +1,8 @@
language: csharp
-dotnet: 1.0.4
+dotnet: 2.1.803
solution: SendGrid.sln
os: linux
-dist: trusty
+dist: bionic
mono: latest
sudo: required
diff --git a/Makefile b/Makefile
index c136bb0cc..6d7291595 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ install:
test:
dotnet restore
dotnet build ./src/SendGrid -c Release
- dotnet test ./tests/SendGrid.Tests/SendGrid.Tests.csproj -c Release -f netcoreapp1.0
+ dotnet test ./tests/SendGrid.Tests/SendGrid.Tests.csproj -c Release -f netcoreapp2.1
curl -s https://codecov.io/bash > .codecov
chmod +x .codecov
./.codecov
diff --git a/src/SendGrid/SendGrid.csproj b/src/SendGrid/SendGrid.csproj
index 290ca21fc..150674821 100644
--- a/src/SendGrid/SendGrid.csproj
+++ b/src/SendGrid/SendGrid.csproj
@@ -8,7 +8,6 @@
Library
../../tools/sendgrid-csharp.snk
true
- true
true
full
$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb;.xml
diff --git a/tests/SendGrid.Tests/SendGrid.Tests.csproj b/tests/SendGrid.Tests/SendGrid.Tests.csproj
index b76f91437..cf692d132 100644
--- a/tests/SendGrid.Tests/SendGrid.Tests.csproj
+++ b/tests/SendGrid.Tests/SendGrid.Tests.csproj
@@ -1,11 +1,10 @@
- netcoreapp1.0
+ netcoreapp2.1
SendGrid.Tests
SendGrid.Tests
true
- 1.0.4
false
false
false