diff --git a/RockLib.Logging.AspNetCore/CHANGELOG.md b/RockLib.Logging.AspNetCore/CHANGELOG.md
index 96d60b7..535ba83 100644
--- a/RockLib.Logging.AspNetCore/CHANGELOG.md
+++ b/RockLib.Logging.AspNetCore/CHANGELOG.md
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## 6.0.0-alpha.1 - 2025-01-30
+
+#### Changed
+- Removed .NET 6 as a target framework
+- Updated the following package references
+ - RockLib.Logging - 6.0.0-alpha.1
+ - RockLib.DistributedTracing.AspNetCore - 4.0.0
+
## 5.1.2 - 2024-10-22
#### Changed
diff --git a/RockLib.Logging.AspNetCore/RockLib.Logging.AspNetCore.csproj b/RockLib.Logging.AspNetCore/RockLib.Logging.AspNetCore.csproj
index 9df55de..ecf94e1 100644
--- a/RockLib.Logging.AspNetCore/RockLib.Logging.AspNetCore.csproj
+++ b/RockLib.Logging.AspNetCore/RockLib.Logging.AspNetCore.csproj
@@ -12,9 +12,9 @@
false
A changelog is available at https://github.com/RockLib/RockLib.Logging/blob/main/RockLib.Logging.AspNetCore/CHANGELOG.md.
RockLib Logging Logger AspNetCore HttpContext ActionFilter
- 5.1.2
+ 6.0.0-alpha.1
True
- 5.1.2
+ 6.0.0-alpha.1
bin\$(Configuration)\$(TargetFramework)\$(PackageId).xml
@@ -25,8 +25,8 @@
-
-
+
+
diff --git a/RockLib.Logging.Microsoft.Extensions/CHANGELOG.md b/RockLib.Logging.Microsoft.Extensions/CHANGELOG.md
index 26dc7d5..a9c68e8 100644
--- a/RockLib.Logging.Microsoft.Extensions/CHANGELOG.md
+++ b/RockLib.Logging.Microsoft.Extensions/CHANGELOG.md
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## 4.0.0-alpha.1 - 2025-01-30
+
+#### Changed
+- Removed .NET 6 as a target framework
+- Updated the following package references
+ - RockLib.Logging - 6.0.0-alpha.1
+
## 3.1.2 - 2024-10-22
#### Changed
diff --git a/RockLib.Logging.Microsoft.Extensions/RockLib.Logging.Microsoft.Extensions.csproj b/RockLib.Logging.Microsoft.Extensions/RockLib.Logging.Microsoft.Extensions.csproj
index 878a8b4..c615cdc 100644
--- a/RockLib.Logging.Microsoft.Extensions/RockLib.Logging.Microsoft.Extensions.csproj
+++ b/RockLib.Logging.Microsoft.Extensions/RockLib.Logging.Microsoft.Extensions.csproj
@@ -11,10 +11,10 @@
A changelog is available at https://github.com/RockLib/RockLib.Logging/blob/main/RockLib.Logging.Microsoft.Extensions/CHANGELOG.md.
false
RockLib Logging Logger Microsoft Extensions
- 3.1.2
+ 4.0.0-alpha.1
True
RockLib.Logging
- 3.1.2
+ 4.0.0-alpha.1
bin\$(Configuration)\$(TargetFramework)\$(PackageId).xml
@@ -27,7 +27,7 @@
runtime; build; native; contentfiles; analyzers; buildtransitive
-
+
diff --git a/RockLib.Logging.Moq/CHANGELOG.md b/RockLib.Logging.Moq/CHANGELOG.md
index 4c2cbaa..f6ae253 100644
--- a/RockLib.Logging.Moq/CHANGELOG.md
+++ b/RockLib.Logging.Moq/CHANGELOG.md
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## 4.0.0-alpha.1 - 2025-01-30
+
+#### Changed
+- Removed .NET 6 as a target framework
+- Updated the following package references
+ - RockLib.Logging - 6.0.0-alpha.1
+
## 3.1.2 - 2024-10-22
#### Changed
diff --git a/RockLib.Logging.Moq/RockLib.Logging.Moq.csproj b/RockLib.Logging.Moq/RockLib.Logging.Moq.csproj
index 481da88..8c6e3ca 100644
--- a/RockLib.Logging.Moq/RockLib.Logging.Moq.csproj
+++ b/RockLib.Logging.Moq/RockLib.Logging.Moq.csproj
@@ -10,10 +10,10 @@
A changelog is available at https://github.com/RockLib/RockLib.Logging/blob/main/RockLib.Logging.Moq/CHANGELOG.md.
false
RockLib Logging Logger Extensions Moq
- 3.1.2
+ 4.0.0-alpha.1
icon.png
True
- 3.1.2
+ 4.0.0-alpha.1
bin\$(Configuration)\$(TargetFramework)\$(PackageId).xml
@@ -24,7 +24,7 @@
-
+
diff --git a/Tests/RockLib.Logging.AspNetCore.Tests/RockLib.Logging.AspNetCore.Tests.csproj b/Tests/RockLib.Logging.AspNetCore.Tests/RockLib.Logging.AspNetCore.Tests.csproj
index 7773af5..24a1211 100644
--- a/Tests/RockLib.Logging.AspNetCore.Tests/RockLib.Logging.AspNetCore.Tests.csproj
+++ b/Tests/RockLib.Logging.AspNetCore.Tests/RockLib.Logging.AspNetCore.Tests.csproj
@@ -7,10 +7,10 @@
-
-
-
-
+
+
+
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
diff --git a/Tests/RockLib.Logging.Microsoft.Extensions.Tests/RockLib.Logging.Microsoft.Extensions.Tests.csproj b/Tests/RockLib.Logging.Microsoft.Extensions.Tests/RockLib.Logging.Microsoft.Extensions.Tests.csproj
index 17ea04d..21fbb16 100644
--- a/Tests/RockLib.Logging.Microsoft.Extensions.Tests/RockLib.Logging.Microsoft.Extensions.Tests.csproj
+++ b/Tests/RockLib.Logging.Microsoft.Extensions.Tests/RockLib.Logging.Microsoft.Extensions.Tests.csproj
@@ -1,14 +1,14 @@
-
-
-
-
+
+
+
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
-
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
diff --git a/Tests/RockLib.Logging.Moq.Tests/RockLib.Logging.Moq.Tests.csproj b/Tests/RockLib.Logging.Moq.Tests/RockLib.Logging.Moq.Tests.csproj
index 75fea0a..e8cf294 100644
--- a/Tests/RockLib.Logging.Moq.Tests/RockLib.Logging.Moq.Tests.csproj
+++ b/Tests/RockLib.Logging.Moq.Tests/RockLib.Logging.Moq.Tests.csproj
@@ -4,13 +4,13 @@
-
-
-
+
+
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
-
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive