Skip to content

Commit 56b82ac

Browse files
authored
Update Net 8 Support to use Netx.x instead of Nestandard2.1 (#1703)
Remove Net 7.0
1 parent c0499cf commit 56b82ac

40 files changed

Lines changed: 8385 additions & 8418 deletions

Directory.Build.targets

Lines changed: 0 additions & 10 deletions
This file was deleted.

Refit.HttpClientFactory/Refit.HttpClientFactory.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<Product>Refit HTTP Client Factory Extensions</Product>
55
<Description>Refit HTTP Client Factory Extensions</Description>
6-
<TargetFrameworks>net462;netstandard2.0;net6.0;net7.0;net8.0</TargetFrameworks>
6+
<TargetFrameworks>net462;netstandard2.0;net6.0;net8.0</TargetFrameworks>
77
<Nullable>enable</Nullable>
88
</PropertyGroup>
99

Refit.Newtonsoft.Json/Refit.Newtonsoft.Json.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<Product>Refit Serializer for Newtonsoft.Json ($(TargetFramework))</Product>
55
<Description>Refit Serializers for Newtonsoft.Json</Description>
6-
<TargetFrameworks>net462;netstandard2.0;netstandard2.1</TargetFrameworks>
6+
<TargetFrameworks>net462;netstandard2.0;net6.0;net7.0;net8.0</TargetFrameworks>
77
<GenerateDocumentationFile Condition=" '$(Configuration)' == 'Release' ">true</GenerateDocumentationFile>
88
<RootNamespace>Refit</RootNamespace>
99
<Nullable>enable</Nullable>

0 commit comments

Comments
 (0)