diff --git a/UnicodeInformation.Tests/UnicodeInformation.Tests.csproj b/UnicodeInformation.Tests/UnicodeInformation.Tests.csproj
index afa3597..60ea406 100644
--- a/UnicodeInformation.Tests/UnicodeInformation.Tests.csproj
+++ b/UnicodeInformation.Tests/UnicodeInformation.Tests.csproj
@@ -15,6 +15,7 @@
+
diff --git a/UnicodeInformation.Tests/packages.config b/UnicodeInformation.Tests/packages.config
deleted file mode 100644
index c6f83f9..0000000
--- a/UnicodeInformation.Tests/packages.config
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/appveyor.yml b/appveyor.yml
index 5114a1b..efb1c6e 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -8,8 +8,12 @@ assembly_info:
assembly_version: 2.1.0.{build}
assembly_file_version: 2.1.0.{build}
assembly_informational_version: 2.1.0.{build}-CI
+before_build:
+- cmd: nuget restore
build:
verbosity: minimal
+test_script:
+- cmd: dotnet xunit
artifacts:
- path: UnicodeCharacterInspector\bin\Release
name: UnicodeCharacterInspector