We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07f0abd commit 123d0c8Copy full SHA for 123d0c8
npm/ci-requirements.sh
@@ -39,7 +39,7 @@ pushd ./codegens/csharp-restsharp &>/dev/null;
39
sudo apt-get install dotnet-sdk-6.0
40
dotnet new console -o testProject -f net6.0
41
pushd ./testProject &>/dev/null;
42
- dotnet add package RestSharp --version 120.0.0
+ dotnet add package RestSharp --version 112.0.0
43
popd &>/dev/null;
44
45
0 commit comments