Skip to content

Commit

Permalink
Merge pull request #2 from JosephWoodward/NetStandard13
Browse files Browse the repository at this point in the history
.NET Standard 1.3 support
  • Loading branch information
josephwoodward authored Jan 26, 2019
2 parents c22e9e0 + ec7ab60 commit 2bf24de
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 @@ -9,7 +9,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Microsoft.AspNetCore.Razor.Design" Version="2.2.0" PrivateAssets="All" />
<PackageReference Include="Serilog" Version="2.7.2-dev-01033" />
<PackageReference Include="Serilog" Version="2.8.0" />
<PackageReference Include="Serilog.AspNetCore" Version="2.1.2-dev-00028" />
<PackageReference Include="Serilog.Sinks.Console" Version="3.1.2-dev-00786" />
</ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions src/Serilog.Sinks.Loki/Serilog.Sinks.Loki.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>netstandard1.3;netstandard2.0</TargetFrameworks>
<VersionPrefix>1.0.0-beta4</VersionPrefix>
<VersionPrefix>1.0.0</VersionPrefix>
<AssemblyName>Serilog.Sinks.Loki</AssemblyName>
<PackageId>Serilog.Sinks.Loki</PackageId>
<PackageTags>loki,serilog,sinks</PackageTags>
Expand All @@ -17,8 +17,8 @@

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="12.0.1" />
<PackageReference Include="Serilog" Version="2.7.2-dev-01033" />
<PackageReference Include="Serilog.Sinks.Http" Version="5.0.1" />
<PackageReference Include="Serilog" Version="2.8.0" />
<PackageReference Include="Serilog.Sinks.Http" Version="5.1.0" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0'">
Expand Down

0 comments on commit 2bf24de

Please sign in to comment.