Skip to content

Commit

Permalink
use prerelease version of Serilog.Sinks.File to fix publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
ScanMountGoat committed Jan 23, 2021
1 parent 163ddc6 commit 605d33f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ArcExplorer/ArcExplorer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PackageReference Include="Avalonia.ReactiveUI" Version="0.10.0" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="Serilog" Version="2.10.0" />
<PackageReference Include="Serilog.Sinks.File" Version="4.1.0" />
<PackageReference Include="Serilog.Sinks.File" Version="5.0.0-dev-00909" />
<PackageReference Include="SerilogTimings" Version="2.3.0" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit 605d33f

Please sign in to comment.