File tree Expand file tree Collapse file tree 7 files changed +13
-9
lines changed
CustomLogEventFormatterDemo
NetStandardDemo/NetStandardDemoApp
src/Serilog.Sinks.MSSqlServer Expand file tree Collapse file tree 7 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 1+ # 9.0.1
2+ * Fixed issue #642 : NuGet package downgrade System.Configuration.ConfigurationManager error
3+ * Updated sample apps to .NET 9
4+
15# 9.0.0
26* Updated SqlClient to 6.1.1 and removed Azure.Identity workaround for issue #624
37* Updated all dependencies except .NET 9 NuGets
Original file line number Diff line number Diff line change 55 <ItemGroup >
66 <PackageVersion Include =" BenchmarkDotNet" Version =" 0.15.2" />
77 <PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 17.14.1" />
8- <PackageVersion Include =" System.Configuration.ConfigurationManager" Version =" 8 .0.1 " />
8+ <PackageVersion Include =" System.Configuration.ConfigurationManager" Version =" 9 .0.10 " />
99 <PackageVersion Include =" Microsoft.Data.SqlClient" Version =" 6.1.1" />
1010 <PackageVersion Include =" Microsoft.Extensions.Configuration" Version =" 8.0.0" />
1111 <PackageVersion Include =" Microsoft.Extensions.Configuration.Json" Version =" 8.0.1" />
2121 <PackageVersion Include =" Serilog.Extensions.Hosting" Version =" 8.0.0" />
2222 <PackageVersion Include =" Serilog.Settings.Configuration" Version =" 8.0.4" />
2323 </ItemGroup >
24- </Project >
24+ </Project >
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFramework >net8 .0</TargetFramework >
5+ <TargetFramework >net9 .0</TargetFramework >
66 </PropertyGroup >
77
88 <ItemGroup >
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFramework >net8 .0</TargetFramework >
5+ <TargetFramework >net9 .0</TargetFramework >
66 </PropertyGroup >
77
88 <ItemGroup >
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFramework >net8 .0</TargetFramework >
5+ <TargetFramework >net9 .0</TargetFramework >
66 </PropertyGroup >
77
88 <ItemGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Worker" >
22
33 <PropertyGroup >
4- <TargetFramework >net8 .0</TargetFramework >
4+ <TargetFramework >net9 .0</TargetFramework >
55 <UserSecretsId >dotnet-WorkerServiceDemo-A4DFF8A6-AC69-443B-A3B8-34E284CD1C78</UserSecretsId >
66 </PropertyGroup >
77
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <Description >A Serilog sink that writes events to Microsoft SQL Server and Azure SQL</Description >
5- <VersionPrefix >9.0.0 </VersionPrefix >
6- <EnablePackageValidation >false </EnablePackageValidation >
7- <PackageValidationBaselineVersion >8 .0.0</PackageValidationBaselineVersion >
5+ <VersionPrefix >9.0.1 </VersionPrefix >
6+ <EnablePackageValidation >true </EnablePackageValidation >
7+ <PackageValidationBaselineVersion >9 .0.0</PackageValidationBaselineVersion >
88 <Authors >Michiel van Oudheusden;Christian Kadluba;Serilog Contributors</Authors >
99 <TargetFrameworks >netstandard2.0;net462;net472;net8.0</TargetFrameworks >
1010 <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
You can’t perform that action at this time.
0 commit comments