diff --git a/appveyor.yml b/appveyor.yml
index 3e6b79bfc1..5d84e6cea3 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,5 +1,5 @@
version: 1.0.0.{build}
-image: Visual Studio 2017
+image: Previous Visual Studio 2017
# prevent the double build when a branch has an active PR
skip_branch_with_pr: true
diff --git a/src/ImageSharp/ImageSharp.csproj b/src/ImageSharp/ImageSharp.csproj
index 6646feaa06..b40884f4b1 100644
--- a/src/ImageSharp/ImageSharp.csproj
+++ b/src/ImageSharp/ImageSharp.csproj
@@ -29,7 +29,7 @@
portable
True
IOperation
- latest
+ 7.3
diff --git a/tests/ImageSharp.Tests/ImageSharp.Tests.csproj b/tests/ImageSharp.Tests/ImageSharp.Tests.csproj
index 7eeff2fdd9..9e15b6abad 100644
--- a/tests/ImageSharp.Tests/ImageSharp.Tests.csproj
+++ b/tests/ImageSharp.Tests/ImageSharp.Tests.csproj
@@ -2,7 +2,7 @@
net471;netcoreapp2.0;netcoreapp2.1;net47;net462
True
- latest
+ 7.2
full
portable
True
@@ -22,8 +22,11 @@
true
-
-
+
+
+
+
+