Skip to content

Commit

Permalink
Bumping up Serilog to 3.*
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshGlue committed Sep 19, 2023
1 parent ca333ec commit afc7bb8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion SumoLogic.Logging.Serilog/SumoLogic.Logging.Serilog.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
<Link>CustomDictionary.xml</Link>
</CodeAnalysisDictionary>
<ProjectReference Include="..\SumoLogic.Logging.Common\SumoLogic.Logging.Common.csproj" />
<PackageReference Include="Serilog" Version="[2.0,3.0)" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
<PackageReference Include="Serilog" Version="[2.0,4.0)" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net45' Or '$(TargetFramework)' == 'netstandard1.3'">
<PackageReference Include="Serilog" Version="[2.0,3.0)" />
</ItemGroup>
</Project>

0 comments on commit afc7bb8

Please sign in to comment.