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 2d9f862 commit fa2cfb5Copy full SHA for fa2cfb5
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