From d8779453d1e8051710746ec1e743e9319b686c40 Mon Sep 17 00:00:00 2001 From: Mirazimi Date: Fri, 8 Nov 2024 17:21:04 +0330 Subject: [PATCH 1/4] migrate to .net 8 --- package.props | 2 +- .../SemanticLogging.Database/SemanticLogging.Database.csproj | 2 +- .../SemanticLogging.EventSourceAnalyzer.csproj | 2 +- .../SemanticLogging.TextFile/SemanticLogging.TextFile.csproj | 2 +- source/Src/SemanticLogging/SemanticLogging.csproj | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.props b/package.props index ac876c9..7c03f7e 100644 --- a/package.props +++ b/package.props @@ -18,7 +18,7 @@ 4.4.* - 11.0.* + 13.0.3 5.8.* 1.0.15 9.3.* diff --git a/source/Src/SemanticLogging.Database/SemanticLogging.Database.csproj b/source/Src/SemanticLogging.Database/SemanticLogging.Database.csproj index 6559ea3..5f6136f 100644 --- a/source/Src/SemanticLogging.Database/SemanticLogging.Database.csproj +++ b/source/Src/SemanticLogging.Database/SemanticLogging.Database.csproj @@ -2,7 +2,7 @@ - net461;net47;netstandard2.0;netcoreapp2.0 + net461;net47;netstandard2.0;net8.0 $(MajorVersion).0.0.0 $(Version).$(Revision) diff --git a/source/Src/SemanticLogging.EventSourceAnalyzer/SemanticLogging.EventSourceAnalyzer.csproj b/source/Src/SemanticLogging.EventSourceAnalyzer/SemanticLogging.EventSourceAnalyzer.csproj index 0564b88..2d787b8 100644 --- a/source/Src/SemanticLogging.EventSourceAnalyzer/SemanticLogging.EventSourceAnalyzer.csproj +++ b/source/Src/SemanticLogging.EventSourceAnalyzer/SemanticLogging.EventSourceAnalyzer.csproj @@ -2,7 +2,7 @@ - net45;net46;net47;netstandard2.0;netcoreapp2.0 + net45;net46;net47;netstandard2.0 $(MajorVersion).0.0.0 $(Version).$(Revision) diff --git a/source/Src/SemanticLogging.TextFile/SemanticLogging.TextFile.csproj b/source/Src/SemanticLogging.TextFile/SemanticLogging.TextFile.csproj index 0296a29..3dcc04a 100644 --- a/source/Src/SemanticLogging.TextFile/SemanticLogging.TextFile.csproj +++ b/source/Src/SemanticLogging.TextFile/SemanticLogging.TextFile.csproj @@ -2,7 +2,7 @@ - net45;net46;net47;netstandard2.0;netcoreapp2.0 + net45;net46;net47;netstandard2.0;net8.0 $(MajorVersion).0.0.0 $(Version).$(Revision) diff --git a/source/Src/SemanticLogging/SemanticLogging.csproj b/source/Src/SemanticLogging/SemanticLogging.csproj index 47db6f5..d667f1e 100644 --- a/source/Src/SemanticLogging/SemanticLogging.csproj +++ b/source/Src/SemanticLogging/SemanticLogging.csproj @@ -2,7 +2,7 @@ - net45;net46;net47;netstandard2.0;netcoreapp2.0 + net45;net46;net47;netstandard2.0;net8.0 $(MajorVersion).0.0.0 $(Version).$(Revision) From 156b745dc7f3b187733394bb6be5cd175a8a16c4 Mon Sep 17 00:00:00 2001 From: Mirazimi Date: Mon, 11 Nov 2024 15:06:22 +0330 Subject: [PATCH 2/4] migrating to .net 8 --- .../SemanticLogging.Tests/SemanticLogging.Tests.csproj | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source/Tests/SemanticLogging.Tests/SemanticLogging.Tests.csproj b/source/Tests/SemanticLogging.Tests/SemanticLogging.Tests.csproj index 7ada291..829ee61 100644 --- a/source/Tests/SemanticLogging.Tests/SemanticLogging.Tests.csproj +++ b/source/Tests/SemanticLogging.Tests/SemanticLogging.Tests.csproj @@ -2,7 +2,7 @@ - net47;netcoreapp2.0 + net47 false $(MajorVersion).0.0.0 @@ -19,14 +19,14 @@ - + - + @@ -42,7 +42,7 @@ - + @@ -218,7 +218,7 @@ - + From 027673e485373d1e6d934510bb118e724fc01b13 Mon Sep 17 00:00:00 2001 From: "mahmoud.mirazimi" Date: Tue, 19 Nov 2024 12:32:54 -0500 Subject: [PATCH 3/4] update System.Data.SqlClient version --- .../SemanticLogging.Tests.csproj | 510 +++++++++--------- 1 file changed, 259 insertions(+), 251 deletions(-) diff --git a/source/Tests/SemanticLogging.Tests/SemanticLogging.Tests.csproj b/source/Tests/SemanticLogging.Tests/SemanticLogging.Tests.csproj index 829ee61..e18fa96 100644 --- a/source/Tests/SemanticLogging.Tests/SemanticLogging.Tests.csproj +++ b/source/Tests/SemanticLogging.Tests/SemanticLogging.Tests.csproj @@ -1,254 +1,262 @@  - - - - net47 - false - - $(MajorVersion).0.0.0 - $(Version).$(Revision) - - EnterpriseLibrary.SemanticLogging.Tests - EnterpriseLibrary.SemanticLogging.Tests - Enterprise Library Semantic Logging Application Block - - true - ..\..\EnterpriseLibrary.snk - false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - GlobalAssemblyInfo.cs - - - - SemanticLogging.licenseheader - - - - True - True - Settings.settings - - - - SettingsSingleFileGenerator - Settings.Designer.cs - - - - True - True - Resources.resx - - - - ResXFileCodeGenerator - Resources.Designer.cs - Designer - - - - Designer - Always - - - - Designer - Always - - - - Designer - Always - - - - Designer - Always - - - - Designer - Always - - - - Designer - Always - - - - Designer - Always - - - - Designer - Always - - - - Designer - Always - - - - Designer - Always - - - - Designer - Always - - - - Designer - Always - - - - Designer - Always - - - - Designer - Always - - - - Designer - Always - - - - Designer - Always - - - - Designer - Always - - - - Designer - Always - - - - Designer - Always - - - - PreserveNewest - - - - PreserveNewest - Logging.mdf - - - - - - - - Etw\Configuration\SemanticLogging-svc.xsd - Designer - Always - - - - - - Designer - Always - - - - Designer - - - - Designer - Always - - - - - - - - - - - - - - - - - - true - full - false - bin\Debug\ - TRACE;DEBUG - prompt - 4 - ..\Tests.ruleset - - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - ..\Tests.ruleset - + + + + net47 + false + + $(MajorVersion).0.0.0 + $(Version).$(Revision) + + EnterpriseLibrary.SemanticLogging.Tests + EnterpriseLibrary.SemanticLogging.Tests + Enterprise Library Semantic Logging Application Block + + true + ..\..\EnterpriseLibrary.snk + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + GlobalAssemblyInfo.cs + + + + SemanticLogging.licenseheader + + + + True + True + Settings.settings + + + + SettingsSingleFileGenerator + Settings.Designer.cs + + + + True + True + Resources.resx + + + + ResXFileCodeGenerator + Resources.Designer.cs + Designer + + + + Designer + Always + + + + Designer + Always + + + + Designer + Always + + + + Designer + Always + + + + Designer + Always + + + + Designer + Always + + + + Designer + Always + + + + Designer + Always + + + + Designer + Always + + + + Designer + Always + + + + Designer + Always + + + + Designer + Always + + + + Designer + Always + + + + Designer + Always + + + + Designer + Always + + + + Designer + Always + + + + Designer + Always + + + + Designer + Always + + + + Designer + Always + + + + PreserveNewest + + + + PreserveNewest + Logging.mdf + + + + + + + + Etw\Configuration\SemanticLogging-svc.xsd + Designer + Always + + + + + + Designer + Always + + + + Designer + + + + Designer + Always + + + + + + + + + + + + + + + + + + true + full + false + bin\Debug\ + TRACE;DEBUG + prompt + 4 + ..\Tests.ruleset + + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + ..\Tests.ruleset + From 0c93fae69d6ceb9780a0e3c4885180f82b854034 Mon Sep 17 00:00:00 2001 From: Ali Date: Thu, 13 Nov 2025 16:27:58 +0330 Subject: [PATCH 4/4] upgrade to .net 10 --- .../SemanticLogging.Database/SemanticLogging.Database.csproj | 2 +- .../SemanticLogging.TextFile/SemanticLogging.TextFile.csproj | 2 +- source/Src/SemanticLogging/SemanticLogging.csproj | 2 +- .../Tests/SemanticLogging.Tests/SemanticLogging.Tests.csproj | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/source/Src/SemanticLogging.Database/SemanticLogging.Database.csproj b/source/Src/SemanticLogging.Database/SemanticLogging.Database.csproj index 5f6136f..18dd83f 100644 --- a/source/Src/SemanticLogging.Database/SemanticLogging.Database.csproj +++ b/source/Src/SemanticLogging.Database/SemanticLogging.Database.csproj @@ -2,7 +2,7 @@ - net461;net47;netstandard2.0;net8.0 + net461;net47;netstandard2.0;net10.0 $(MajorVersion).0.0.0 $(Version).$(Revision) diff --git a/source/Src/SemanticLogging.TextFile/SemanticLogging.TextFile.csproj b/source/Src/SemanticLogging.TextFile/SemanticLogging.TextFile.csproj index 3dcc04a..1cff2ed 100644 --- a/source/Src/SemanticLogging.TextFile/SemanticLogging.TextFile.csproj +++ b/source/Src/SemanticLogging.TextFile/SemanticLogging.TextFile.csproj @@ -2,7 +2,7 @@ - net45;net46;net47;netstandard2.0;net8.0 + net45;net46;net47;netstandard2.0;net10.0 $(MajorVersion).0.0.0 $(Version).$(Revision) diff --git a/source/Src/SemanticLogging/SemanticLogging.csproj b/source/Src/SemanticLogging/SemanticLogging.csproj index d667f1e..e4a1fbe 100644 --- a/source/Src/SemanticLogging/SemanticLogging.csproj +++ b/source/Src/SemanticLogging/SemanticLogging.csproj @@ -2,7 +2,7 @@ - net45;net46;net47;netstandard2.0;net8.0 + net45;net46;net47;netstandard2.0;net10.0 $(MajorVersion).0.0.0 $(Version).$(Revision) diff --git a/source/Tests/SemanticLogging.Tests/SemanticLogging.Tests.csproj b/source/Tests/SemanticLogging.Tests/SemanticLogging.Tests.csproj index 829ee61..21cef02 100644 --- a/source/Tests/SemanticLogging.Tests/SemanticLogging.Tests.csproj +++ b/source/Tests/SemanticLogging.Tests/SemanticLogging.Tests.csproj @@ -42,7 +42,7 @@ - + @@ -218,7 +218,7 @@ - +