39 lines
1.4 KiB
XML
39 lines
1.4 KiB
XML
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|||
|
|
|
|||
|
|
<PropertyGroup>
|
|||
|
|
<TargetFramework>netstandard2.1</TargetFramework>
|
|||
|
|
<AssemblyVersion>2.1.2.65</AssemblyVersion>
|
|||
|
|
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
|||
|
|
<Version>2.1.2.65</Version>
|
|||
|
|
<FileVersion>2.1.2.65</FileVersion>
|
|||
|
|
</PropertyGroup>
|
|||
|
|
|
|||
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|||
|
|
<DocumentationFile>.\APT.Infrastructure.Core.xml</DocumentationFile>
|
|||
|
|
</PropertyGroup>
|
|||
|
|
|
|||
|
|
<ItemGroup>
|
|||
|
|
<Folder Include="EF\" />
|
|||
|
|
</ItemGroup>
|
|||
|
|
|
|||
|
|
<ItemGroup>
|
|||
|
|
<PackageReference Include="Castle.Core" Version="4.4.1" />
|
|||
|
|
<PackageReference Include="log4net" Version="2.0.8" />
|
|||
|
|
<PackageReference Include="Microsoft.AspNetCore.Mvc.Abstractions" Version="2.2.0" />
|
|||
|
|
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
|
|||
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="5.0.2" />
|
|||
|
|
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
|
|||
|
|
</ItemGroup>
|
|||
|
|
|
|||
|
|
<ItemGroup>
|
|||
|
|
<ProjectReference Include="..\Apt.Infrastructure.Utility\APT.Infrastructure.Utility.csproj" />
|
|||
|
|
</ItemGroup>
|
|||
|
|
|
|||
|
|
<ItemGroup>
|
|||
|
|
<Reference Include="Microsoft.Extensions.Configuration.Abstractions">
|
|||
|
|
<HintPath>C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.extensions.configuration.abstractions\2.2.0\lib\netstandard2.0\Microsoft.Extensions.Configuration.Abstractions.dll</HintPath>
|
|||
|
|
</Reference>
|
|||
|
|
</ItemGroup>
|
|||
|
|
|
|||
|
|
</Project>
|