diff --git a/CHANGELOG.md b/CHANGELOG.md
index fe888d5..f0e66c9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
-_no changes yet_
+### Changed
+
+- Removed support for .NET 6.0 (EOL: 2024-11-12)
## [v0.1.3] - 2026-01-12
@@ -42,7 +44,7 @@ _Inital release_
### Added
- `CallMonitorClient` as client to connect to the call monitor endpoint
-- `CallMonitorEventArgs` are the custom arugments, when `OnEvent` is raised.
+- `CallMonitorEventArgs` are the custom arugments, when `OnEvent` is raised
- Notifying about
- `Ring`: An incoming call
- `Call`: An outgoing call
diff --git a/Directory.Build.props b/Directory.Build.props
index 6bde31a..a09b898 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -3,6 +3,7 @@
14.0
0024000004800000940000000602000000240000525341310004000001000100d9b40f5db1670c563c2e8be5dfd24ed66ad811b3ebba8a0ca0df9cbad3a115ca361b3de4b4d4ed990bf9874d2651e62565f56adb33af33819687021e263b02d6bf5b3cdacde4f09650cafe97467de4b9e4e9cc1d6c2d500a08759697bbe80940916c05533d172ca7e55e10434f9cc46fd189f26cefc100781a20e57f1bad65d5
+ 0024000004800000940000000602000000240000525341310004000001000100c547cac37abd99c8db225ef2f6c8a3602f3b3606cc9891605d02baa56104f4cfc0734aa39b93bf7852f7d9266654753cc297e7d2edfe0bac1cdcf9f717241550e0a7b191195b7667bb4f64bcb8e2121380fd1d9d46ad2d92d2d15605093924cceaf74c4861eff62abf69b9291ed0a340e113be11e6a7d3113e92484cf7045cc7
true
$(SolutionDir)/FritzCallMonitor.snk
diff --git a/src/Directory.Build.props b/src/Directory.Build.props
index c0990c2..08ea40b 100644
--- a/src/Directory.Build.props
+++ b/src/Directory.Build.props
@@ -41,7 +41,7 @@
-
+
diff --git a/src/FritzCallMonitor/FritzCallMonitor.csproj b/src/FritzCallMonitor/FritzCallMonitor.csproj
index 428dbf6..cea24f3 100644
--- a/src/FritzCallMonitor/FritzCallMonitor.csproj
+++ b/src/FritzCallMonitor/FritzCallMonitor.csproj
@@ -1,7 +1,7 @@
- netstandard2.0;net6.0
+ netstandard2.0;net8.0
v[0-9]*
AMWD.Net.Api.Fritz.CallMonitor
@@ -22,11 +22,7 @@
-
-
-
-
-
+
diff --git a/test/Directory.Build.props b/test/Directory.Build.props
index 049ab27..3f2ba09 100644
--- a/test/Directory.Build.props
+++ b/test/Directory.Build.props
@@ -11,14 +11,13 @@
-
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
-
-
+