diff --git a/src/Demo.WebApp/Demo.WebApp.csproj b/src/Demo.WebApp/Demo.WebApp.csproj index ed2951a..577239c 100644 --- a/src/Demo.WebApp/Demo.WebApp.csproj +++ b/src/Demo.WebApp/Demo.WebApp.csproj @@ -1,4 +1,4 @@ - + net8.0 @@ -24,16 +24,16 @@ - - - - - - - - - - + + + + + + + + + + diff --git a/src/cloudscribe.Logging.EFCore.Common/cloudscribe.Logging.EFCore.Common.csproj b/src/cloudscribe.Logging.EFCore.Common/cloudscribe.Logging.EFCore.Common.csproj index 7532cd5..f66e83b 100644 --- a/src/cloudscribe.Logging.EFCore.Common/cloudscribe.Logging.EFCore.Common.csproj +++ b/src/cloudscribe.Logging.EFCore.Common/cloudscribe.Logging.EFCore.Common.csproj @@ -1,8 +1,8 @@ - + Entity Framework Core implementation of cloudscribe ILogRepository - 8.0.0 + 8.1.0 net8.0 Joe Audette cloudscribe;repositories;logging diff --git a/src/cloudscribe.Logging.EFCore.MSSQL/cloudscribe.Logging.EFCore.MSSQL.csproj b/src/cloudscribe.Logging.EFCore.MSSQL/cloudscribe.Logging.EFCore.MSSQL.csproj index 2848ba2..f502726 100644 --- a/src/cloudscribe.Logging.EFCore.MSSQL/cloudscribe.Logging.EFCore.MSSQL.csproj +++ b/src/cloudscribe.Logging.EFCore.MSSQL/cloudscribe.Logging.EFCore.MSSQL.csproj @@ -1,8 +1,8 @@ - + MSSQL Entity Framework Core implementation of cloudscribe ILogRepository - 8.0.0 + 8.1.0 net8.0 Joe Audette cloudscribe;repositories;logging @@ -23,7 +23,7 @@ - + diff --git a/src/cloudscribe.Logging.EFCore.MySql/cloudscribe.Logging.EFCore.MySql.csproj b/src/cloudscribe.Logging.EFCore.MySql/cloudscribe.Logging.EFCore.MySql.csproj index b287ffb..fc70bad 100644 --- a/src/cloudscribe.Logging.EFCore.MySql/cloudscribe.Logging.EFCore.MySql.csproj +++ b/src/cloudscribe.Logging.EFCore.MySql/cloudscribe.Logging.EFCore.MySql.csproj @@ -1,8 +1,8 @@ - + MySQL Entity Framework Core implementation of cloudscribe ILogRepository - 8.0.0 + 8.1.0 net8.0 Joe Audette cloudscribe;repositories;logging @@ -25,7 +25,7 @@ - + diff --git a/src/cloudscribe.Logging.EFCore.PostgreSql/cloudscribe.Logging.EFCore.PostgreSql.csproj b/src/cloudscribe.Logging.EFCore.PostgreSql/cloudscribe.Logging.EFCore.PostgreSql.csproj index 913afea..cea4f51 100644 --- a/src/cloudscribe.Logging.EFCore.PostgreSql/cloudscribe.Logging.EFCore.PostgreSql.csproj +++ b/src/cloudscribe.Logging.EFCore.PostgreSql/cloudscribe.Logging.EFCore.PostgreSql.csproj @@ -1,8 +1,8 @@ - + PostgreSql Entity Framework Core implementation of cloudscribe ILogRepository, using snake case tables and fields - 8.0.0 + 8.1.0 net8.0 Joe Audette cloudscribe;repositories;logging @@ -27,7 +27,7 @@ - + diff --git a/src/cloudscribe.Logging.EFCore.SQLite/cloudscribe.Logging.EFCore.SQLite.csproj b/src/cloudscribe.Logging.EFCore.SQLite/cloudscribe.Logging.EFCore.SQLite.csproj index 5c9d5de..1a51905 100644 --- a/src/cloudscribe.Logging.EFCore.SQLite/cloudscribe.Logging.EFCore.SQLite.csproj +++ b/src/cloudscribe.Logging.EFCore.SQLite/cloudscribe.Logging.EFCore.SQLite.csproj @@ -1,8 +1,8 @@ - + SQLite Entity Framework Core implementation of cloudscribe ILogRepository - 8.0.0 + 8.1.0 net8.0 Joe Audette cloudscribe;repositories;logging @@ -25,7 +25,7 @@ - + diff --git a/src/cloudscribe.Logging.EFCore.pgsql/cloudscribe.Logging.EFCore.pgsql.csproj b/src/cloudscribe.Logging.EFCore.pgsql/cloudscribe.Logging.EFCore.pgsql.csproj index f2aa3f3..009748b 100644 --- a/src/cloudscribe.Logging.EFCore.pgsql/cloudscribe.Logging.EFCore.pgsql.csproj +++ b/src/cloudscribe.Logging.EFCore.pgsql/cloudscribe.Logging.EFCore.pgsql.csproj @@ -1,8 +1,8 @@ - + PostgreSql Entity Framework Core implementation of cloudscribe ILogRepository - 8.0.0 + 8.1.0 net8.0 Joe Audette cloudscribe;repositories;logging @@ -25,7 +25,7 @@ - + diff --git a/src/cloudscribe.Logging.NoDb/cloudscribe.Logging.NoDb.csproj b/src/cloudscribe.Logging.NoDb/cloudscribe.Logging.NoDb.csproj index 8d23979..50bfbd8 100644 --- a/src/cloudscribe.Logging.NoDb/cloudscribe.Logging.NoDb.csproj +++ b/src/cloudscribe.Logging.NoDb/cloudscribe.Logging.NoDb.csproj @@ -1,8 +1,8 @@ - + NoDb implementation of cloudscribe ILogRepository - 8.0.0 + 8.1.0 net8.0 Joe Audette cloudscribe;repositories;logging @@ -18,7 +18,7 @@ - + diff --git a/src/cloudscribe.Logging.Web/cloudscribe.Logging.Web.csproj b/src/cloudscribe.Logging.Web/cloudscribe.Logging.Web.csproj index 813376a..2179884 100644 --- a/src/cloudscribe.Logging.Web/cloudscribe.Logging.Web.csproj +++ b/src/cloudscribe.Logging.Web/cloudscribe.Logging.Web.csproj @@ -1,8 +1,8 @@ - + An implementation of ILogger and ILoggerProvider that logs to the database using a pluggable model supporting multiple data platforms. Also proivides an MVC controller for viewing and managing the log data. - 8.0.0 + 8.1.0 net8.0 Joe Audette true @@ -32,9 +32,9 @@ - - - + + + diff --git a/src/cloudscribe.Logging/cloudscribe.Logging.csproj b/src/cloudscribe.Logging/cloudscribe.Logging.csproj index a383a22..3553122 100644 --- a/src/cloudscribe.Logging/cloudscribe.Logging.csproj +++ b/src/cloudscribe.Logging/cloudscribe.Logging.csproj @@ -1,8 +1,8 @@ - + An implementation of ILogger and ILoggerProvider that logs to the database using a pluggable model supporting multiple data platforms. Also proivides an MVC controller for viewing and managing the log data. - 8.0.0 + 8.1.0 net8.0 Joe Audette cloudscribe;logging;database @@ -23,7 +23,7 @@ - +