File tree Expand file tree Collapse file tree 5 files changed +22
-24
lines changed
Serilog.Sinks.Http.LogServer Expand file tree Collapse file tree 5 files changed +22
-24
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ This project adheres to [Semantic Versioning](http://semver.org/) and is followi
66
77## Unreleased
88
9+ ### Added
10+
11+ - Support for .NET Core 2.0
12+
913## [ 4.1.0] - 2017-08-13
1014
1115### Added
Original file line number Diff line number Diff line change 77[ ![ Join the chat at https://gitter.im/serilog/serilog ] ( https://img.shields.io/gitter/room/serilog/serilog.svg )] ( https://gitter.im/serilog/serilog )
88[ ![ Help] ( https://img.shields.io/badge/stackoverflow-serilog-orange.svg )] ( http://stackoverflow.com/questions/tagged/serilog )
99
10- ** Package ** - [ Serilog.Sinks.Http] ( https://www.nuget.org/packages/serilog.sinks.http )
11- | ** Platforms ** - .NET 4.5, .NET Standard 1.3
10+ __ Package __ - [ Serilog.Sinks.Http] ( https://www.nuget.org/packages/serilog.sinks.http )
11+ | __ Platforms __ - .NET 4.5, .NET Standard 1.3, .NET Standard 2.0
1212
1313## Table of contents
1414
Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <VersionPrefix >4.1.0</VersionPrefix >
55 <AssemblyName >Serilog.Sinks.Http</AssemblyName >
6- <Description >Serilog event sink that sends HTTP POST requests over the network .</Description >
7- <TargetFrameworks >net45;netstandard1.3</TargetFrameworks >
6+ <Description >A Serilog sink sending log events over HTTP .</Description >
7+ <TargetFrameworks >net45;netstandard1.3;netstandard2.0 </TargetFrameworks >
88 <RootNamespace >Serilog</RootNamespace >
99 <Authors >Mattias Kindborg</Authors >
1010 <Company />
2323 </PropertyGroup >
2424
2525 <ItemGroup >
26- <PackageReference Include =" Serilog" Version =" 2.4 .0" />
27- <PackageReference Include =" Serilog.Sinks.PeriodicBatching" Version =" 2.0 .1" />
26+ <PackageReference Include =" Serilog" Version =" 2.5 .0" />
27+ <PackageReference Include =" Serilog.Sinks.PeriodicBatching" Version =" 2.1 .1" />
2828 <PackageReference Include =" Serilog.Sinks.RollingFile" Version =" 3.3.0" />
2929 </ItemGroup >
3030
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Web" >
22
3- <PropertyGroup Label =" Configuration" >
4- <OutputType >Library</OutputType >
5- </PropertyGroup >
6-
73 <PropertyGroup >
8- <TargetFramework >netcoreapp1.1</TargetFramework >
9- <OutputTypeEx >library</OutputTypeEx >
10- <StartupObject />
4+ <OutputType >Library</OutputType >
5+ <TargetFramework >netcoreapp2.0</TargetFramework >
116 <TreatWarningsAsErrors >True</TreatWarningsAsErrors >
127 <TreatSpecificWarningsAsErrors />
138 </PropertyGroup >
149
1510 <ItemGroup >
16- <PackageReference Include =" Microsoft.AspNetCore" Version =" 1.1.1" />
17- <PackageReference Include =" Microsoft.AspNetCore.Mvc" Version =" 1.1.2" />
18- <PackageReference Include =" Microsoft.Extensions.Logging.Debug" Version =" 1.1.1" />
19- <PackageReference Include =" Serilog" Version =" 2.4.0" />
11+ <PackageReference Include =" Microsoft.AspNetCore.All" Version =" 2.0.0" />
12+ <PackageReference Include =" Serilog" Version =" 2.5.0" />
2013 </ItemGroup >
2114
2215 <ItemGroup >
23- <DotNetCliToolReference Include =" Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version =" 1 .0.0" />
16+ <DotNetCliToolReference Include =" Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version =" 2 .0.0" />
2417 </ItemGroup >
2518
2619</Project >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >netcoreapp1.1 </TargetFrameworks >
4+ <TargetFrameworks >netcoreapp2.0 </TargetFrameworks >
55 <RootNamespace >Serilog</RootNamespace >
6+ <IsPackable >false</IsPackable >
67 <TreatWarningsAsErrors >True</TreatWarningsAsErrors >
78 <TreatSpecificWarningsAsErrors />
89 </PropertyGroup >
910
1011 <ItemGroup >
11- <PackageReference Include =" Microsoft.AspNetCore.TestHost" Version =" 1.1 .0" />
12- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.0 .0" />
13- <PackageReference Include =" Polly" Version =" 5.0.6 " />
14- <PackageReference Include =" Serilog.Settings.Configuration" Version =" 2.3.1 " />
15- <PackageReference Include =" Shouldly" Version =" 2.8.2 " />
12+ <PackageReference Include =" Microsoft.AspNetCore.TestHost" Version =" 2.0 .0" />
13+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.3 .0" />
14+ <PackageReference Include =" Polly" Version =" 5.3.1 " />
15+ <PackageReference Include =" Serilog.Settings.Configuration" Version =" 2.4.0 " />
16+ <PackageReference Include =" Shouldly" Version =" 2.8.3 " />
1617 <PackageReference Include =" xunit" Version =" 2.2.0" />
1718 <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.2.0" />
1819 <PackageReference Include =" Moq" Version =" 4.7.99" />
You can’t perform that action at this time.
0 commit comments