Fix JSON DLL, NativeUI as git submodule, Add LogManager, Fix DB Migrations

This commit is contained in:
hydrant
2020-03-02 21:36:53 +01:00
parent d7a76caf2a
commit 2c978537d9
35 changed files with 280 additions and 107 deletions

View File

@@ -0,0 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging" Version="3.1.2" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="3.1.2" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="3.1.2" />
</ItemGroup>
</Project>