DateTime replaced Timestamp, StockController methods
This commit is contained in:
@@ -4,6 +4,13 @@
|
||||
<TargetFramework>netstandard2.1</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Remove="Migrations\20210318105825_init.cs" />
|
||||
<Compile Remove="Migrations\20210318105825_init.Designer.cs" />
|
||||
<Compile Remove="Migrations\20210318192056_DateTimeUpdate.cs" />
|
||||
<Compile Remove="Migrations\20210318192056_DateTimeUpdate.Designer.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.12" />
|
||||
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="3.1.12">
|
||||
@@ -18,4 +25,8 @@
|
||||
</PackageReference>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Folder Include="Migrations\" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
Reference in New Issue
Block a user