Skip to content

Commit

Permalink
update paths
Browse files Browse the repository at this point in the history
  • Loading branch information
pwelter34 committed May 13, 2024
1 parent 7125a5d commit 36f7ef5
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 24 deletions.
2 changes: 1 addition & 1 deletion Serilog.Dashboard.sln
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{87D23873
test\Directory.Build.props = test\Directory.Build.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Serilog.Dashboard.TableStorage", "src\Serilog.Dashboard.AzureTableStorage\Serilog.Dashboard.TableStorage.csproj", "{7E7EF123-773D-4F98-9BCF-DC9BB957EDB8}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Serilog.Dashboard.TableStorage", "src\Serilog.Dashboard.TableStorage\Serilog.Dashboard.TableStorage.csproj", "{7E7EF123-773D-4F98-9BCF-DC9BB957EDB8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Serilog.Dashboard.CompactJson", "src\Serilog.Dashboard.CompactJson\Serilog.Dashboard.CompactJson.csproj", "{DE9794DC-DAF3-4E78-94C8-D102E52ACEE5}"
EndProject
Expand Down

This file was deleted.

6 changes: 0 additions & 6 deletions src/Serilog.Dashboard.TableStorage/Class1.cs

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,12 @@
<Nullable>enable</Nullable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="TableStorage.Abstracts" Version="1.3.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Serilog.Dashboard\Serilog.Dashboard.csproj" />
</ItemGroup>

</Project>

0 comments on commit 36f7ef5

Please sign in to comment.