Add Project: SqlSugar.HGCore

This commit is contained in:
sunkaixuan
2023-05-31 12:36:37 +08:00
parent bf424f1959
commit dc28ceeeba
27 changed files with 3701 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="SqlSugar.Nhgdb" Version="5.1.4.2" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SqlSugar\SqlSugar.csproj" />
</ItemGroup>
</Project>