diff --git a/MbDotNet.Tests/MbDotNet.Tests.csproj b/MbDotNet.Tests/MbDotNet.Tests.csproj index b69c901..4e319c5 100644 --- a/MbDotNet.Tests/MbDotNet.Tests.csproj +++ b/MbDotNet.Tests/MbDotNet.Tests.csproj @@ -1,7 +1,7 @@  - net6.0 + net10.0 True MbDotNetKey.snk true diff --git a/MbDotNet/MbDotNet.csproj b/MbDotNet/MbDotNet.csproj index 01fe757..15a8a0a 100644 --- a/MbDotNet/MbDotNet.csproj +++ b/MbDotNet/MbDotNet.csproj @@ -1,7 +1,7 @@  - netstandard1.3 + netstandard2.0 True MbDotNetKey.snk @@ -31,7 +31,6 @@ - diff --git a/README.md b/README.md index 450bbe5..325260d 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ The library is available for install as a NuGet package. https://www.nuget.org/packages/MbDotNet -The project currently targets .NET Standard 1.3, which is compatible with .NET Framework 4.6. If you need to use it in a project targeting an older framework version, such as .NET Framework 4.5, please use version 3.x of the package. +The project currently targets .NET Standard 2.0, which is compatible with .NET Framework 4.6.1+. If you need to use it in a project targeting an older framework version, such as .NET Framework 4.5, please use version 3.x of the package. ## Upgrading from v4 (or earlier) to v5 @@ -46,7 +46,7 @@ Pull requests are always welcome. The following items are necessary in order to build and test the project: -- .NET SDK 6.0 +- .NET SDK 10.0 - Mountebank or Docker Compose ### Building