Skip to content

Commit

Permalink
fix: remove support for .NET Standard 2.0 (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
FantasticFiasco authored Jan 10, 2018
1 parent 4040db4 commit ede49c7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ This project adheres to [Semantic Versioning](http://semver.org/) and is followi

## Unreleased

### Removed

- Support for .NET Standard 2.0 since the sink also has support for .NET Standard 1.3

## [4.2.1] - 2017-10-11

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[![Help](https://img.shields.io/badge/stackoverflow-serilog-orange.svg)](http://stackoverflow.com/questions/tagged/serilog)

__Package__ - [Serilog.Sinks.Http](https://www.nuget.org/packages/serilog.sinks.http)
| __Platforms__ - .NET 4.5, .NET Standard 1.3, .NET Standard 2.0
| __Platforms__ - .NET 4.5, .NET Standard 1.3

## Table of contents

Expand Down
2 changes: 1 addition & 1 deletion src/Serilog.Sinks.Http/Serilog.Sinks.Http.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<VersionPrefix>4.2.1</VersionPrefix>
<AssemblyName>Serilog.Sinks.Http</AssemblyName>
<Description>A Serilog sink sending log events over HTTP.</Description>
<TargetFrameworks>net45;netstandard1.3;netstandard2.0</TargetFrameworks>
<TargetFrameworks>net45;netstandard1.3</TargetFrameworks>
<RootNamespace>Serilog</RootNamespace>
<Authors>Mattias Kindborg</Authors>
<Company />
Expand Down

0 comments on commit ede49c7

Please sign in to comment.