diff --git a/appveyor.yml b/appveyor.yml
index 7b3a805..d7b73c0 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,6 +1,6 @@
version: '{build}'
skip_tags: true
-image: Visual Studio 2017
+image: Visual Studio 2019
configuration: Release
install:
- ps: mkdir -Force ".\build\" | Out-Null
diff --git a/test/Serilog.Enrichers.Environment.Tests/Properties/launchSettings.json b/test/Serilog.Enrichers.Environment.Tests/Properties/launchSettings.json
deleted file mode 100644
index 3ab0635..0000000
--- a/test/Serilog.Enrichers.Environment.Tests/Properties/launchSettings.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "profiles": {
- "test": {
- "commandName": "test"
- },
- "test-dnxcore50": {
- "commandName": "test",
- "sdkVersion": "dnx-coreclr-win-x86.1.0.0-rc1-final"
- }
- }
-}
\ No newline at end of file
diff --git a/test/Serilog.Enrichers.Environment.Tests/Serilog.Enrichers.Environment.Tests.csproj b/test/Serilog.Enrichers.Environment.Tests/Serilog.Enrichers.Environment.Tests.csproj
index 3bbac4b..bac1647 100644
--- a/test/Serilog.Enrichers.Environment.Tests/Serilog.Enrichers.Environment.Tests.csproj
+++ b/test/Serilog.Enrichers.Environment.Tests/Serilog.Enrichers.Environment.Tests.csproj
@@ -1,38 +1,18 @@
- netcoreapp1.0;net46
- Serilog.Enrichers.Environment.Tests
- ../../assets/Serilog.snk
- true
- true
- Serilog.Enrichers.Environment.Tests
- true
- $(PackageTargetFallback);dnxcore50;portable-net45+win8
- 1.0.4
+ netcoreapp3.1;net46
+ false
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
diff --git a/test/Serilog.Enrichers.Environment.Tests/app.config b/test/Serilog.Enrichers.Environment.Tests/app.config
deleted file mode 100644
index afad5d2..0000000
--- a/test/Serilog.Enrichers.Environment.Tests/app.config
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file