diff --git a/assets/serilog-extension-nuget.png b/assets/serilog-extension-nuget.png new file mode 100644 index 0000000..75e36fb Binary files /dev/null and b/assets/serilog-extension-nuget.png differ diff --git a/global.json b/global.json index 6b64107..79422f0 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "2.2.103" + "version": "3.0.100" } } diff --git a/samples/Sample/Sample.csproj b/samples/Sample/Sample.csproj index c557b8a..0097c06 100644 --- a/samples/Sample/Sample.csproj +++ b/samples/Sample/Sample.csproj @@ -1,7 +1,7 @@  - netcoreapp2.0 + netcoreapp2.0;netcoreapp3.0 Sample Exe Sample @@ -12,10 +12,19 @@ + + + + - + + + + + + \ No newline at end of file diff --git a/src/Serilog.Extensions.Logging/Serilog.Extensions.Logging.csproj b/src/Serilog.Extensions.Logging/Serilog.Extensions.Logging.csproj index c73c885..4bcffdc 100644 --- a/src/Serilog.Extensions.Logging/Serilog.Extensions.Logging.csproj +++ b/src/Serilog.Extensions.Logging/Serilog.Extensions.Logging.csproj @@ -4,7 +4,7 @@ Low-level Serilog provider for Microsoft.Extensions.Logging 3.0.2 Microsoft;Serilog Contributors - netstandard2.0 + netstandard2.0;netcoreapp3.0 true true Serilog.Extensions.Logging @@ -13,9 +13,9 @@ true Serilog.Extensions.Logging serilog;Microsoft.Extensions.Logging - http://serilog.net/images/serilog-extension-nuget.png + serilog-extension-nuget.png https://github.com/serilog/serilog-extensions-logging - http://www.apache.org/licenses/LICENSE-2.0 + Apache-2.0 https://github.com/serilog/serilog-extensions-logging git false @@ -23,9 +23,20 @@ 7.3 + + + + + + + + + + + diff --git a/test/Serilog.Extensions.Logging.Benchmarks/Serilog.Extensions.Logging.Benchmarks.csproj b/test/Serilog.Extensions.Logging.Benchmarks/Serilog.Extensions.Logging.Benchmarks.csproj index 7840f21..723065f 100644 --- a/test/Serilog.Extensions.Logging.Benchmarks/Serilog.Extensions.Logging.Benchmarks.csproj +++ b/test/Serilog.Extensions.Logging.Benchmarks/Serilog.Extensions.Logging.Benchmarks.csproj @@ -1,7 +1,7 @@  - netcoreapp2.2 + netcoreapp2.2;netcoreapp3.0 true diff --git a/test/Serilog.Extensions.Logging.Tests/Serilog.Extensions.Logging.Tests.csproj b/test/Serilog.Extensions.Logging.Tests/Serilog.Extensions.Logging.Tests.csproj index e1a144a..5a3b04e 100644 --- a/test/Serilog.Extensions.Logging.Tests/Serilog.Extensions.Logging.Tests.csproj +++ b/test/Serilog.Extensions.Logging.Tests/Serilog.Extensions.Logging.Tests.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0;net472 + netcoreapp2.0;net472;netcoreapp3.0; Serilog.Extensions.Logging.Tests ../../assets/Serilog.snk true