Skip to content

Commit

Permalink
Add support for netcore 2.0 and netstandard 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshSchreuderMO committed Aug 24, 2017
1 parent 7f4b30d commit ba53199
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Serilog.Enrichers.Memory/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System;
using System.Reflection;

[assembly: AssemblyVersion("1.0.3.0")]
[assembly: AssemblyVersion("1.0.4.0")]

[assembly: CLSCompliant(true)]
5 changes: 2 additions & 3 deletions src/Serilog.Enrichers.Memory/Serilog.Enrichers.Memory.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Description>The memory enricher for Serilog.</Description>
<VersionPrefix>1.0.3</VersionPrefix>
<Authors>Josh Schreuder</Authors>
<TargetFrameworks>net45;netstandard1.3</TargetFrameworks>
<TargetFrameworks>net45;netstandard1.3;netcoreapp2.0;netstandard2.0</TargetFrameworks>
<AssemblyName>Serilog.Enrichers.Memory</AssemblyName>
<AssemblyOriginatorKeyFile>../../assets/SerilogMemory.snk</AssemblyOriginatorKeyFile>
<SignAssembly>true</SignAssembly>
Expand All @@ -15,6 +15,7 @@
<PackageProjectUrl>https://github.com/JoshSchreuder/serilog-enrichers-memory</PackageProjectUrl>
<PackageLicenseUrl>http://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl>
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
<Version>1.0.4</Version>
</PropertyGroup>

<ItemGroup>
Expand All @@ -25,6 +26,4 @@
<Reference Include="System" />
<Reference Include="Microsoft.CSharp" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.3' ">
</ItemGroup>
</Project>

0 comments on commit ba53199

Please sign in to comment.