diff --git a/README.md b/README.md
index 2151f69096..f60191b78f 100644
--- a/README.md
+++ b/README.md
@@ -82,7 +82,7 @@ The **Swagger Codegen CLI** and **OpenAPI Generator** are distributed as JAR fil
The **NSwag** code generator produces code that depends on the [Newtonsoft.Json](https://www.nuget.org/packages/Newtonsoft.Json/13.0.3) NuGet package
-The **Refitter** code generator produces code that depends on the [Refit](https://www.nuget.org/packages/Refit/7.0.0) NuGet package
+The **Refitter** code generator produces code that depends on the [Refit](https://www.nuget.org/packages/Refit/8.0.0) NuGet package
The **OpenAPI Generator** code generator produces code that depends on the following NuGet packages:
diff --git a/docs/Marketplace.md b/docs/Marketplace.md
index d074707c94..ff91b4e429 100644
--- a/docs/Marketplace.md
+++ b/docs/Marketplace.md
@@ -54,7 +54,7 @@ The **Swagger Codegen CLI** and **OpenAPI Generator** are distributed as JAR fil
The **NSwag** code generator produces code that depends on the [Newtonsoft.Json](https://www.nuget.org/packages/Newtonsoft.Json/13.0.3) NuGet package
-The **Refitter** code generator produces code that depends on the [Refit](https://www.nuget.org/packages/Refit/7.0.0) NuGet package
+The **Refitter** code generator produces code that depends on the [Refit](https://www.nuget.org/packages/Refit/8.0.0) NuGet package
The **OpenAPI Generator** code generator produces code that depends on the following NuGet packages:
diff --git a/docs/Marketplace2022.md b/docs/Marketplace2022.md
index 459b6a82f3..d267483beb 100644
--- a/docs/Marketplace2022.md
+++ b/docs/Marketplace2022.md
@@ -54,7 +54,7 @@ The **Swagger Codegen CLI** and **OpenAPI Generator** are distributed as JAR fil
The **NSwag** code generator produces code that depends on the [Newtonsoft.Json](https://www.nuget.org/packages/Newtonsoft.Json/13.0.3) NuGet package
-The **Refitter** code generator produces code that depends on the [Refit](https://www.nuget.org/packages/Refit/7.0.0) NuGet package
+The **Refitter** code generator produces code that depends on the [Refit](https://www.nuget.org/packages/Refit/8.0.0) NuGet package
The **OpenAPI Generator** code generator produces code that depends on the following NuGet packages:
diff --git a/docs/VisualStudioForMac.md b/docs/VisualStudioForMac.md
index bfaeb3b768..127a907d90 100644
--- a/docs/VisualStudioForMac.md
+++ b/docs/VisualStudioForMac.md
@@ -42,7 +42,7 @@ The **Swagger Codegen CLI** and **OpenAPI Generator** are distributed as JAR fil
The **NSwag** code generator produces code that depends on the [Newtonsoft.Json](https://www.nuget.org/packages/Newtonsoft.Json/13.0.3) NuGet package
-The **Refitter** code generator produces code that depends on the [Refit](https://www.nuget.org/packages/Refit/7.0.0) NuGet package
+The **Refitter** code generator produces code that depends on the [Refit](https://www.nuget.org/packages/Refit/8.0.0) NuGet package
The **OpenAPI Generator** code generator produces code that depends on the following NuGet packages:
diff --git a/src/Core/ApiClientCodeGen.Core/NuGet/PackageDependencies.cs b/src/Core/ApiClientCodeGen.Core/NuGet/PackageDependencies.cs
index e7b52dca15..b80dfeb99c 100644
--- a/src/Core/ApiClientCodeGen.Core/NuGet/PackageDependencies.cs
+++ b/src/Core/ApiClientCodeGen.Core/NuGet/PackageDependencies.cs
@@ -111,6 +111,6 @@ public static class PackageDependencies
public static readonly PackageDependency Refit =
new PackageDependency(
"Refit",
- "7.0.0");
+ "8.0.0");
}
}
\ No newline at end of file
diff --git a/test/GeneratedCode/Refitter/Net462/Net462.csproj b/test/GeneratedCode/Refitter/Net462/Net462.csproj
index 0d17e83de6..1518a69d47 100644
--- a/test/GeneratedCode/Refitter/Net462/Net462.csproj
+++ b/test/GeneratedCode/Refitter/Net462/Net462.csproj
@@ -16,7 +16,7 @@
-
+
diff --git a/test/GeneratedCode/Refitter/Net472/Net472.csproj b/test/GeneratedCode/Refitter/Net472/Net472.csproj
index e340d6f966..aa57a0eee3 100644
--- a/test/GeneratedCode/Refitter/Net472/Net472.csproj
+++ b/test/GeneratedCode/Refitter/Net472/Net472.csproj
@@ -16,7 +16,7 @@
-
+
diff --git a/test/GeneratedCode/Refitter/Net48/Net48.csproj b/test/GeneratedCode/Refitter/Net48/Net48.csproj
index 070e967900..5e70163d34 100644
--- a/test/GeneratedCode/Refitter/Net48/Net48.csproj
+++ b/test/GeneratedCode/Refitter/Net48/Net48.csproj
@@ -16,7 +16,7 @@
-
+
diff --git a/test/GeneratedCode/Refitter/Net481/Net481.csproj b/test/GeneratedCode/Refitter/Net481/Net481.csproj
index 0370cc08e9..9e08fdb04f 100644
--- a/test/GeneratedCode/Refitter/Net481/Net481.csproj
+++ b/test/GeneratedCode/Refitter/Net481/Net481.csproj
@@ -16,7 +16,7 @@
-
+
diff --git a/test/GeneratedCode/Refitter/Net6/Net6.csproj b/test/GeneratedCode/Refitter/Net6/Net6.csproj
index 34b8b5a73d..16a9564434 100644
--- a/test/GeneratedCode/Refitter/Net6/Net6.csproj
+++ b/test/GeneratedCode/Refitter/Net6/Net6.csproj
@@ -4,7 +4,7 @@
latest
-
+
diff --git a/test/GeneratedCode/Refitter/Net7/Net7.csproj b/test/GeneratedCode/Refitter/Net7/Net7.csproj
index 1327afb34a..1208d46a68 100644
--- a/test/GeneratedCode/Refitter/Net7/Net7.csproj
+++ b/test/GeneratedCode/Refitter/Net7/Net7.csproj
@@ -4,7 +4,7 @@
latest
-
+
diff --git a/test/GeneratedCode/Refitter/NetStandard20/NetStandard20.csproj b/test/GeneratedCode/Refitter/NetStandard20/NetStandard20.csproj
index c03ebd2617..a7c2ac2d1b 100644
--- a/test/GeneratedCode/Refitter/NetStandard20/NetStandard20.csproj
+++ b/test/GeneratedCode/Refitter/NetStandard20/NetStandard20.csproj
@@ -4,7 +4,7 @@
latest
-
+
diff --git a/test/GeneratedCode/Refitter/NetStandard21/NetStandard21.csproj b/test/GeneratedCode/Refitter/NetStandard21/NetStandard21.csproj
index c6199a716c..cc4adfbe63 100644
--- a/test/GeneratedCode/Refitter/NetStandard21/NetStandard21.csproj
+++ b/test/GeneratedCode/Refitter/NetStandard21/NetStandard21.csproj
@@ -3,7 +3,7 @@
netstandard2.1
-
+