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.
29 lines
1.1 KiB
29 lines
1.1 KiB
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Folder Include="SyncAppointToPeis\" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Dapper" Version="2.1.35" />
|
|
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.1" />
|
|
<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
|
|
<PackageReference Include="Npgsql" Version="8.0.3" />
|
|
<PackageReference Include="Oracle.ManagedDataAccess.Core" Version="23.4.0" />
|
|
<PackageReference Include="Volo.Abp.Core" Version="8.1.4" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\src\Shentun.Utilities\Shentun.Utilities.csproj" />
|
|
<ProjectReference Include="..\src\Shentun.WebPeis.Application.Contracts\Shentun.WebPeis.Application.Contracts.csproj" />
|
|
<ProjectReference Include="..\src\Shentun.WebPeis.HttpApi.Client\Shentun.WebPeis.HttpApi.Client.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|