43 lines
1.6 KiB
XML
43 lines
1.6 KiB
XML
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|||
|
|
|
|||
|
|
<PropertyGroup>
|
|||
|
|
<TargetFramework>netstandard2.1</TargetFramework>
|
|||
|
|
<Version>2.1.4.4</Version>
|
|||
|
|
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
|||
|
|
<AssemblyVersion>2.1.4.4</AssemblyVersion>
|
|||
|
|
<FileVersion>2.1.4.4</FileVersion>
|
|||
|
|
<PackageId>APT.Infrastructure.EF</PackageId>
|
|||
|
|
<OutputType>Library</OutputType>
|
|||
|
|
<Authors>APT</Authors>
|
|||
|
|
<Company>APT</Company>
|
|||
|
|
<Product>APT</Product>
|
|||
|
|
<Description />
|
|||
|
|
<UserSecretsId>f48ded12-f765-473b-8f90-7ab9c5b278e2</UserSecretsId>
|
|||
|
|
<NeutralLanguage></NeutralLanguage>
|
|||
|
|
</PropertyGroup>
|
|||
|
|
|
|||
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|||
|
|
<DocumentationFile>.\APT.Infrastructure.EF.xml</DocumentationFile>
|
|||
|
|
</PropertyGroup>
|
|||
|
|
|
|||
|
|
<ItemGroup>
|
|||
|
|
<Compile Remove="CustomNpgsqlQuerySqlGenerator.cs" />
|
|||
|
|
<Compile Remove="Extensions\MySqlTenantExtension.cs" />
|
|||
|
|
<Compile Remove="Extensions\PostgreTenantExtension.cs" />
|
|||
|
|
<Compile Remove="Infrastructure\TenantInfo.cs" />
|
|||
|
|
</ItemGroup>
|
|||
|
|
|
|||
|
|
<ItemGroup>
|
|||
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.2" />
|
|||
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="5.0.2" />
|
|||
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="5.0.2" />
|
|||
|
|
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.2.7" />
|
|||
|
|
</ItemGroup>
|
|||
|
|
|
|||
|
|
<ItemGroup>
|
|||
|
|
<ProjectReference Include="..\APT.Infrastructure.Api\APT.Infrastructure.Api.csproj" />
|
|||
|
|
<ProjectReference Include="..\APT.Infrastructure.Core\APT.Infrastructure.Core.csproj" />
|
|||
|
|
</ItemGroup>
|
|||
|
|
|
|||
|
|
</Project>
|