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.
2 parents 9aa7700 + fa2cfb5 commit 2f2e432Copy full SHA for 2f2e432
npm/ci-requirements.sh
@@ -24,7 +24,7 @@ pushd ./codegens/csharp-restsharp &>/dev/null;
24
sudo apt-get install dotnet-sdk-2.2
25
dotnet new console -o testProject
26
pushd ./testProject &>/dev/null;
27
- dotnet add package RestSharp
+ dotnet add package RestSharp --version 106.15.0
28
popd &>/dev/null;
29
30
0 commit comments