Base repository for all unit tests
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

UnitTests.Core.csproj 1.3KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net5.0</TargetFramework>
  4. </PropertyGroup>
  5. <ItemGroup>
  6. <PackageReference Include="Npgsql" Version="5.0.7" />
  7. </ItemGroup>
  8. <ItemGroup>
  9. <ProjectReference Include="..\..\platform.common\Platform.Common\Platform.Common.csproj" />
  10. <ProjectReference Include="..\..\platform\Platform.Objects\Platform.Objects.csproj" />
  11. </ItemGroup>
  12. <ItemGroup>
  13. <Reference Include="Unibase.Core">
  14. <HintPath>..\..\dlls_unibase\Unibase.Core.dll</HintPath>
  15. </Reference>
  16. <Reference Include="Unibase.DbProviders.MongoDbProvider">
  17. <HintPath>..\..\dlls_unibase\Unibase.DbProviders.MongoDbProvider.dll</HintPath>
  18. </Reference>
  19. <Reference Include="Unibase.DbProviders.PgSqlDbProvider">
  20. <HintPath>..\..\dlls_unibase\Unibase.DbProviders.PgSqlDbProvider.dll</HintPath>
  21. </Reference>
  22. <Reference Include="Unibase.Platform.Apps">
  23. <HintPath>..\..\dlls_unibase\Unibase.Platform.Apps.dll</HintPath>
  24. </Reference>
  25. <Reference Include="Unibase.Platform.Core">
  26. <HintPath>..\..\dlls_unibase\Unibase.Platform.Core.dll</HintPath>
  27. </Reference>
  28. <Reference Include="Unibase.Platform.Membership">
  29. <HintPath>..\..\dlls_unibase\Unibase.Platform.Membership.dll</HintPath>
  30. </Reference>
  31. </ItemGroup>
  32. </Project>