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/Serilog.Enrichers.Environment.Tests.csproj b/test/Serilog.Enrichers.Environment.Tests/Serilog.Enrichers.Environment.Tests.csproj index 3bbac4b..c3bb95f 100644 --- a/test/Serilog.Enrichers.Environment.Tests/Serilog.Enrichers.Environment.Tests.csproj +++ b/test/Serilog.Enrichers.Environment.Tests/Serilog.Enrichers.Environment.Tests.csproj @@ -1,7 +1,7 @@  - netcoreapp1.0;net46 + netcoreapp2.1;netcoreapp3.1;net46 Serilog.Enrichers.Environment.Tests ../../assets/Serilog.snk true @@ -21,9 +21,12 @@ - - - + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + +