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.

25 lines
623 B

2 years ago
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
</PropertyGroup>
<ItemGroup>
2 years ago
<None Include="..\.editorconfig" Link=".editorconfig" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="AutoMapper" Version="12.0.1" />
2 years ago
<PackageReference Include="FreeSql" Version="3.2.801" />
</ItemGroup>
2 years ago
<ItemGroup>
<Folder Include="Db\JDXX\" />
<Folder Include="Dto\Response\JDXX\" />
</ItemGroup>
2 years ago
</Project>