diff --git a/CHANGES.md b/CHANGES.md index 855f0ec..e51e462 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,7 @@ +# 9.0.0 +* Updated SqlClient to 6.1.1 and removed Azure.Identity workaround for issue #624 +* Updated all dependencies except .NET 9 NuGets + # 8.2.2 * Fixed issue #624: Enforce new version of transient dependency to fix vulnerability and avoid nuget.org version de-listing until SqlClient 6.1 is released. diff --git a/Directory.Packages.props b/Directory.Packages.props index f850608..1b69a1a 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -3,23 +3,22 @@ true - - + + - + - - - - - + + + + - + - + \ No newline at end of file diff --git a/src/Serilog.Sinks.MSSqlServer/Serilog.Sinks.MSSqlServer.csproj b/src/Serilog.Sinks.MSSqlServer/Serilog.Sinks.MSSqlServer.csproj index 06fcc9e..b9e58c0 100644 --- a/src/Serilog.Sinks.MSSqlServer/Serilog.Sinks.MSSqlServer.csproj +++ b/src/Serilog.Sinks.MSSqlServer/Serilog.Sinks.MSSqlServer.csproj @@ -2,7 +2,7 @@ A Serilog sink that writes events to Microsoft SQL Server and Azure SQL - 8.2.3 + 9.0.0 true 8.0.0 Michiel van Oudheusden;Christian Kadluba;Serilog Contributors @@ -36,7 +36,6 @@ -