Skip to content

Commit a402465

Browse files
Replace net5.0 with netstandard2.1
1 parent 5d386f3 commit a402465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HttpClient.Caching/HttpClient.Caching.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>net45;netstandard1.2;netstandard2.0;net5.0</TargetFrameworks>
4+
<TargetFrameworks>net45;netstandard1.2;netstandard2.0;netstandard2.1</TargetFrameworks>
55
<Authors>Thomas Galliker</Authors>
66
<Company>superdev GmbH</Company>
77
<Description>HttpClient.Caching adds http response caching to HttpClient.</Description>

0 commit comments

Comments
 (0)