GreenTree.Strohrmann.ERP.Domain.csproj 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netcoreapp3.1</TargetFramework>
  4. </PropertyGroup>
  5. <ItemGroup>
  6. <Compile Remove="Migrations\20200614195012_InitialCreate.cs" />
  7. <Compile Remove="Migrations\20200614195012_InitialCreate.Designer.cs" />
  8. <Compile Remove="Migrations\20200615110555_UserActivation.cs" />
  9. <Compile Remove="Migrations\20200615110555_UserActivation.Designer.cs" />
  10. <Compile Remove="Migrations\20200721115022_Calculation.cs" />
  11. <Compile Remove="Migrations\20200721115022_Calculation.Designer.cs" />
  12. <Compile Remove="Migrations\20200721125217_Titles.cs" />
  13. <Compile Remove="Migrations\20200721125217_Titles.Designer.cs" />
  14. <Compile Remove="Migrations\20200721125659_Titles.cs" />
  15. <Compile Remove="Migrations\20200721125659_Titles.Designer.cs" />
  16. <Compile Remove="Migrations\20200721130734_Titles.cs" />
  17. <Compile Remove="Migrations\20200721130734_Titles.Designer.cs" />
  18. <Compile Remove="Migrations\20200721130913_Titles.cs" />
  19. <Compile Remove="Migrations\20200721130913_Titles.Designer.cs" />
  20. <Compile Remove="Migrations\20200721131229_Titles.cs" />
  21. <Compile Remove="Migrations\20200721131229_Titles.Designer.cs" />
  22. <Compile Remove="Migrations\20200726163539_CraftMaterial_Hotfix.cs" />
  23. <Compile Remove="Migrations\20200726163539_CraftMaterial_Hotfix.Designer.cs" />
  24. <Compile Remove="Migrations\20200727144454_CraftEmployee_Hotfix.cs" />
  25. <Compile Remove="Migrations\20200727144454_CraftEmployee_Hotfix.Designer.cs" />
  26. <Compile Remove="Migrations\20200727144849_CraftEmployee_Hotfix.cs" />
  27. <Compile Remove="Migrations\20200727144849_CraftEmployee_Hotfix.Designer.cs" />
  28. <Compile Remove="Migrations\20200727153610_CraftEmployee_Hotfix.cs" />
  29. <Compile Remove="Migrations\20200727153610_CraftEmployee_Hotfix.Designer.cs" />
  30. <Compile Remove="Migrations\20200727154230_CraftEmployee_Hotfix.cs" />
  31. <Compile Remove="Migrations\20200727154230_CraftEmployee_Hotfix.Designer.cs" />
  32. <Compile Remove="Migrations\20200727155915_CraftEmployee_Hotfix_2.cs" />
  33. <Compile Remove="Migrations\20200727155915_CraftEmployee_Hotfix_2.Designer.cs" />
  34. <Compile Remove="Migrations\20200728100718_CraftMaterials_Hotfix.cs" />
  35. <Compile Remove="Migrations\20200728100718_CraftMaterials_Hotfix.Designer.cs" />
  36. </ItemGroup>
  37. <ItemGroup>
  38. <ProjectReference Include="..\GreenTree.Strohrmann.ERP.Core\GreenTree.Strohrmann.ERP.Core.csproj" />
  39. </ItemGroup>
  40. <ItemGroup>
  41. <PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.5" />
  42. <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="3.1.5">
  43. <PrivateAssets>all</PrivateAssets>
  44. <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
  45. </PackageReference>
  46. <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.1.5">
  47. <PrivateAssets>all</PrivateAssets>
  48. <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
  49. </PackageReference>
  50. <PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="3.1.1" />
  51. </ItemGroup>
  52. </Project>