Skip to content

Commit 1dd8f13

Browse files
authored
fix(ravendb): missing PrivateAssets on Core dll, wrong asset path in readme (#127)
1 parent 39d8083 commit 1dd8f13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ A simple Serilog log viewer for the following sinks:
1717
- Serilog.Sinks.**ElasticSearch** ([Nuget](https://github.com/serilog/serilog-sinks-elasticsearch))
1818
- Serilog.Sinks.**RavenDB** ([Nuget](https://github.com/ravendb/serilog-sinks-ravendb))
1919

20-
<img src="https://raw.githubusercontent.com/mo-esmp/serilog-ui/master/assets/serilog-ui-v3.jpg" width="100%" />
20+
<img src="https://raw.githubusercontent.com/serilog-contrib/serilog-ui/master/assets/serilog-ui-v3.jpg" width="100%" />
2121

2222
# Read the [Wiki :blue_book:](https://github.com/serilog-contrib/serilog-ui/wiki)
2323

src/Serilog.Ui.RavenDbProvider/Serilog.Ui.RavenDbProvider.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</ItemGroup>
2020

2121
<ItemGroup>
22-
<ProjectReference Include="..\Serilog.Ui.Core\Serilog.Ui.Core.csproj" />
22+
<ProjectReference Include="..\Serilog.Ui.Core\Serilog.Ui.Core.csproj" PrivateAssets="all" />
2323
<InternalsVisibleTo Include="RavenDb.Tests" />
2424
</ItemGroup>
2525

0 commit comments

Comments
 (0)