diff --git a/MockH.Tests/MockH.Tests.csproj b/MockH.Tests/MockH.Tests.csproj index 8c5c865..013e895 100644 --- a/MockH.Tests/MockH.Tests.csproj +++ b/MockH.Tests/MockH.Tests.csproj @@ -2,7 +2,7 @@ - net7.0 + net6.0;net7.0;net8.0 enable 10.0 @@ -15,9 +15,9 @@ - + - + diff --git a/MockH/MockH.csproj b/MockH/MockH.csproj index ea6055d..1c66019 100644 --- a/MockH/MockH.csproj +++ b/MockH/MockH.csproj @@ -2,7 +2,7 @@ - net6.0;net7.0 + net6.0;net7.0;net8.0 enable 10.0 @@ -34,11 +34,11 @@ - + - + - + diff --git a/README.md b/README.md index 88e9c45..f1eba2e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![CI](https://github.com/Kaliumhexacyanoferrat/MockH/actions/workflows/ci.yml/badge.svg)](https://github.com/Kaliumhexacyanoferrat/MockH/actions/workflows/ci.yml) [![Coverage](https://sonarcloud.io/api/project_badges/measure?project=Kaliumhexacyanoferrat_MockH&metric=coverage)](https://sonarcloud.io/summary/new_code?id=Kaliumhexacyanoferrat_MockH) [![nuget Package](https://img.shields.io/nuget/v/MockH.svg)](https://www.nuget.org/packages/MockH/) -This library allows to mock HTTP responses for integration, component and acceptance tests of your projects written in C# / .NET 6/7 by hosting a webserver returning configured responses. +This library allows to mock HTTP responses for integration, component and acceptance tests of your projects written in C# / .NET 6/7/8 by hosting a webserver returning configured responses. - Fast and thread safe - Only a few dependencies