From 847b62a5007295eaf050dd7eb5ba9b37b6662796 Mon Sep 17 00:00:00 2001 From: drewid Date: Thu, 7 Nov 2024 17:22:56 -0500 Subject: [PATCH] Update README.md with Polly Dependency Update README.md with the dependency on Polly The .csproj file indicates that the minimum version is 8.1.0 --- csharp/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/csharp/README.md b/csharp/README.md index fb41cf52..c90a6f8f 100644 --- a/csharp/README.md +++ b/csharp/README.md @@ -20,6 +20,7 @@ This C# SDK is automatically generated by the [OpenAPI Generator](https://openap - [RestSharp](https://www.nuget.org/packages/RestSharp) - 106.13.0 or later - [Json.NET](https://www.nuget.org/packages/Newtonsoft.Json/) - 13.0.2 or later +- [Polly](https://www.nuget.org/packages/Polly/) - 8.1.0 or later - [JsonSubTypes](https://www.nuget.org/packages/JsonSubTypes/) - 1.8.0 or later - [System.ComponentModel.Annotations](https://www.nuget.org/packages/System.ComponentModel.Annotations) - 5.0.0 or later @@ -27,6 +28,7 @@ The DLLs included in the package may not be the latest version. We recommend usi ``` Install-Package RestSharp Install-Package Newtonsoft.Json +Install-Package Polly Install-Package JsonSubTypes Install-Package System.ComponentModel.Annotations ```