Skip to content

Commit

Permalink
Update target framework version to 4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
olsh committed Mar 5, 2018
1 parent 5c5c224 commit 2f996fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Description>A Sentry sink for Serilog</Description>
<VersionPrefix>2.1.2</VersionPrefix>
<VersionPrefix>2.1.3</VersionPrefix>
<Authors>Oleg Shevchenko</Authors>
<TargetFrameworks>net451;netstandard2.0</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand Down
6 changes: 3 additions & 3 deletions src/Serilog.Sinks.Sentry/Serilog.Sinks.Sentry.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

<PropertyGroup>
<Description>A Sentry sink for Serilog</Description>
<VersionPrefix>2.1.2</VersionPrefix>
<VersionPrefix>2.1.3</VersionPrefix>
<Authors>Oleg Shevchenko</Authors>
<TargetFrameworks>net451;netstandard2.0</TargetFrameworks>
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<AssemblyName>Serilog.Sinks.Sentry</AssemblyName>

Expand All @@ -23,7 +23,7 @@
<PackageReference Include="Serilog" Version="2.0.0" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net451' ">
<ItemGroup Condition=" '$(TargetFramework)' == 'net45' ">
<PackageReference Include="SharpRaven" Version="2.2.0" />
</ItemGroup>

Expand Down

0 comments on commit 2f996fb

Please sign in to comment.