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 c3bb95f..539f9eb 100644 --- a/test/Serilog.Enrichers.Environment.Tests/Serilog.Enrichers.Environment.Tests.csproj +++ b/test/Serilog.Enrichers.Environment.Tests/Serilog.Enrichers.Environment.Tests.csproj @@ -1,41 +1,18 @@ - + - netcoreapp2.1;netcoreapp3.1;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 - - - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - + + - - - - - - - - - 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