update to net8.0

This commit is contained in:
2881099
2023-11-15 14:55:16 +08:00
parent bf07ae275f
commit b99c5f4a62
63 changed files with 246 additions and 491 deletions

View File

@ -111,7 +111,7 @@ namespace FreeSql.Dameng.Curd
catch (Exception ex)
{
exception = ex;
throw ex;
throw;
}
finally
{
@ -135,7 +135,7 @@ namespace FreeSql.Dameng.Curd
catch (Exception ex)
{
exception = ex;
throw ex;
throw;
}
finally
{
@ -181,7 +181,7 @@ namespace FreeSql.Dameng.Curd
catch (Exception ex)
{
exception = ex;
throw ex;
throw;
}
finally
{
@ -205,7 +205,7 @@ namespace FreeSql.Dameng.Curd
catch (Exception ex)
{
exception = ex;
throw ex;
throw;
}
finally
{