ZeroDb 增加自定义异常,方便在外部捕获

This commit is contained in:
Tony Han
2024-06-23 16:19:06 +08:00
parent 6bf4c21af0
commit 07ee520a1f
6 changed files with 1447 additions and 1380 deletions

View File

@@ -23,7 +23,7 @@
</PropertyGroup>
<ItemGroup>
<None Include="../../readme.md" Pack="true" PackagePath="\"/>
<None Include="../../readme.md" Pack="true" PackagePath="\" />
<None Include="../../logo.png" Pack="true" PackagePath="\" />
</ItemGroup>
@@ -39,5 +39,5 @@
<ItemGroup>
<ProjectReference Include="..\..\FreeSql\FreeSql.csproj" />
</ItemGroup>
</Project>