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.
24 lines
871 B
24 lines
871 B
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
<GenerateDocumentationFile>True</GenerateDocumentationFile>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="FreeSql" Version="3.2.805" />
|
|
<PackageReference Include="FreeSql.Provider.MySql" Version="3.2.805" />
|
|
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0" />
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
|
|
<PackageReference Include="NLog" Version="5.2.6" />
|
|
<PackageReference Include="Yitter.IdGenerator" Version="1.0.14" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\SBF.Common\SBF.Common.csproj" />
|
|
<ProjectReference Include="..\SBF.Model\SBF.Model.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|
|
|