Skip to content

Commit 1862dd7

Browse files
Update TFMs
Remove net461 from supported TFMs.
1 parent bbe8bc9 commit 1862dd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ A .NET Standard library for intercepting server-side HTTP dependencies.
1010

1111
## Introduction
1212

13-
This library provides functionality for intercepting HTTP requests made using the `HttpClient` class in code targeting .NET Standard 2.0 (and later), and .NET Framework 4.6.1 and 4.7.2.
13+
This library provides functionality for intercepting HTTP requests made using the `HttpClient` class in code targeting .NET Standard 2.0 (and later), and .NET Framework 4.7.2.
1414

1515
The primary use-case is for providing stub responses for use in tests for applications, such as an ASP.NET Core application, to drive your functional test scenarios.
1616

0 commit comments

Comments
 (0)