diff --git a/.travis.yml b/.travis.yml
index 35354f61..a796b5e1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,6 @@
language: csharp
mono: none
-dotnet: 2.1.301
+dotnet: 2.1.403
dist: trusty
env:
global:
diff --git a/build.ps1 b/build.ps1
index 5a5f9fb4..4b0abdc1 100644
--- a/build.ps1
+++ b/build.ps1
@@ -13,6 +13,7 @@ function Exec
if(Test-Path .\src\Dommel\artifacts) { Remove-Item .\src\Dommel\artifacts -Force -Recurse }
+exec { & dotnet --info }
exec { & dotnet restore }
$branch = @{ $true = $env:APPVEYOR_REPO_BRANCH; $false = $(git symbolic-ref --short -q HEAD) }[$env:APPVEYOR_REPO_BRANCH -ne $NULL];
diff --git a/src/Dommel/Dommel.csproj b/src/Dommel/Dommel.csproj
index 90279371..4f1348a6 100644
--- a/src/Dommel/Dommel.csproj
+++ b/src/Dommel/Dommel.csproj
@@ -20,6 +20,6 @@
-
+
diff --git a/test/Dommel.IntegrationTests/Dommel.IntegrationTests.csproj b/test/Dommel.IntegrationTests/Dommel.IntegrationTests.csproj
index cf81eb25..0ef653b6 100644
--- a/test/Dommel.IntegrationTests/Dommel.IntegrationTests.csproj
+++ b/test/Dommel.IntegrationTests/Dommel.IntegrationTests.csproj
@@ -1,12 +1,12 @@
-
+
- netcoreapp2.0
+ netcoreapp2.1
false
-
-
-
+
+
+
diff --git a/test/Dommel.Tests/Dommel.Tests.csproj b/test/Dommel.Tests/Dommel.Tests.csproj
index 373fa2f1..095f1dad 100644
--- a/test/Dommel.Tests/Dommel.Tests.csproj
+++ b/test/Dommel.Tests/Dommel.Tests.csproj
@@ -1,14 +1,14 @@
-
+
- netcoreapp2.0
+ netcoreapp2.1
false
-
-
+
+
-
-
+
+