parent
84ec6a30a9
commit
9bd852f7b4
Binary file not shown.
@ -0,0 +1,18 @@
|
|||||||
|
*.bak
|
||||||
|
*.suo
|
||||||
|
*.db
|
||||||
|
*.db-shm
|
||||||
|
*.db-wal
|
||||||
|
*.user
|
||||||
|
.vs
|
||||||
|
obj
|
||||||
|
Obj
|
||||||
|
bin
|
||||||
|
Bin
|
||||||
|
debug
|
||||||
|
Debug
|
||||||
|
release
|
||||||
|
Release
|
||||||
|
Logs
|
||||||
|
logs
|
||||||
|
node_modules
|
@ -0,0 +1,14 @@
|
|||||||
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
|
||||||
|
<PropertyGroup>
|
||||||
|
<OutputType>Exe</OutputType>
|
||||||
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||||
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.2" />
|
||||||
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="3.1.2" />
|
||||||
|
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="3.1.1" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
|
</Project>
|
Loading…
Reference in new issue