now it runs the normal and the admin

This commit is contained in:
2023-05-11 22:03:34 +03:00
parent 6453f6f9d3
commit 7a9c05bfc4
435 changed files with 1916 additions and 365 deletions

View File

@@ -21,8 +21,15 @@
<Optimize>True</Optimize>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
<EmbeddedResource Include="Resources\fu">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<PackageReference Include="LiteDB" Version="5.0.16" />
<PackageReference Include="Serilog" Version="2.12.0" />
<PackageReference Include="Serilog.Enrichers.Environment" Version="2.2.0" />
<PackageReference Include="Serilog.Enrichers.Thread" Version="3.1.0" />