Merge pull request #1831 from hyzx86/UpdateZeroDb

ZeroDb 增加自定义异常,方便在外部捕获
This commit is contained in:
2881099
2024-06-24 17:46:54 +08:00
committed by GitHub
6 changed files with 1464 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>