diff --git a/README.md b/README.md index 0bc59aaccc..a7623d10cd 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ The **OpenAPI Generator** code generator produces code that depends on the follo - [RestSharp](https://www.nuget.org/packages/RestSharp/112.0.0) - [JsonSubTypes](https://www.nuget.org/packages/JsonSubTypes/2.0.1) -- [Polly](https://www.nuget.org/packages/Polly/8.6.4) +- [Polly](https://www.nuget.org/packages/Polly/8.6.5) - [Newtonsoft.Json](https://www.nuget.org/packages/Newtonsoft.Json/13.0.3) The **Microsoft Kiota** code generator produces code that depends on the following NuGet packages diff --git a/docs/Marketplace.md b/docs/Marketplace.md index e3b9dcc144..930a57f95e 100644 --- a/docs/Marketplace.md +++ b/docs/Marketplace.md @@ -59,7 +59,7 @@ The **OpenAPI Generator** code generator produces code that depends on the follo - [RestSharp](https://www.nuget.org/packages/RestSharp/112.0.0) - [JsonSubTypes](https://www.nuget.org/packages/JsonSubTypes/2.0.1) -- [Polly](https://www.nuget.org/packages/Polly/8.6.4) +- [Polly](https://www.nuget.org/packages/Polly/8.6.5) - [Newtonsoft.Json](https://www.nuget.org/packages/Newtonsoft.Json/13.0.3) The project **Kiota** code generator produces code that depends on the following NuGet packages diff --git a/docs/Marketplace2022.md b/docs/Marketplace2022.md index 3710efb5bc..d869b8002b 100644 --- a/docs/Marketplace2022.md +++ b/docs/Marketplace2022.md @@ -59,7 +59,7 @@ The **OpenAPI Generator** code generator produces code that depends on the follo - [RestSharp](https://www.nuget.org/packages/RestSharp/112.0.0) - [JsonSubTypes](https://www.nuget.org/packages/JsonSubTypes/2.0.1) -- [Polly](https://www.nuget.org/packages/Polly/8.6.4) +- [Polly](https://www.nuget.org/packages/Polly/8.6.5) - [Newtonsoft.Json](https://www.nuget.org/packages/Newtonsoft.Json/13.0.3) The project **Kiota** code generator produces code that depends on the following NuGet packages diff --git a/docs/VisualStudioForMac.md b/docs/VisualStudioForMac.md index c5ca1003fd..d4d4287f71 100644 --- a/docs/VisualStudioForMac.md +++ b/docs/VisualStudioForMac.md @@ -48,7 +48,7 @@ The **OpenAPI Generator** code generator produces code that depends on the follo - [RestSharp](https://www.nuget.org/packages/RestSharp/112.0.0) - [JsonSubTypes](https://www.nuget.org/packages/JsonSubTypes/2.0.1) -- [Polly](https://www.nuget.org/packages/Polly/8.6.4) +- [Polly](https://www.nuget.org/packages/Polly/8.6.5) - [Newtonsoft.Json](https://www.nuget.org/packages/Newtonsoft.Json/13.0.3) The project **Kiota** code generator produces code that depends on the following NuGet packages diff --git a/src/Core/ApiClientCodeGen.Core/ApiClientCodeGen.Core.csproj b/src/Core/ApiClientCodeGen.Core/ApiClientCodeGen.Core.csproj index f311c04f88..7538061def 100644 --- a/src/Core/ApiClientCodeGen.Core/ApiClientCodeGen.Core.csproj +++ b/src/Core/ApiClientCodeGen.Core/ApiClientCodeGen.Core.csproj @@ -20,7 +20,7 @@ - + diff --git a/src/Core/ApiClientCodeGen.Core/NuGet/PackageDependencies.cs b/src/Core/ApiClientCodeGen.Core/NuGet/PackageDependencies.cs index 863a3a9674..f62a919e82 100644 --- a/src/Core/ApiClientCodeGen.Core/NuGet/PackageDependencies.cs +++ b/src/Core/ApiClientCodeGen.Core/NuGet/PackageDependencies.cs @@ -56,7 +56,7 @@ public static class PackageDependencies public static readonly PackageDependency Polly = new PackageDependency( "Polly", - "8.6.4"); + "8.6.5"); public static readonly PackageDependency AutoRestCSharp = new PackageDependency(