Skip to content

Commit

Permalink
Merge pull request #122 from mprice-gcmlp/main
Browse files Browse the repository at this point in the history
Bumping to allow Serilog 4.*
  • Loading branch information
rnishtala-sumo authored Aug 21, 2024
2 parents 69dfa86 + 44407b0 commit a30ed9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SumoLogic.Logging.Serilog/SumoLogic.Logging.Serilog.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<ProjectReference Include="..\SumoLogic.Logging.Common\SumoLogic.Logging.Common.csproj" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
<PackageReference Include="Serilog" Version="[2.0,4.0)" />
<PackageReference Include="Serilog" Version="[2.0,)" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net45' Or '$(TargetFramework)' == 'netstandard1.3'">
<PackageReference Include="Serilog" Version="[2.0,3.0)" />
Expand Down

0 comments on commit a30ed9c

Please sign in to comment.