Skip to content

Commit 123d0c8

Browse files
Aman SinghAman Singh
Aman Singh
authored and
Aman Singh
committed
corrected restsharp version
1 parent 07f0abd commit 123d0c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

npm/ci-requirements.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ pushd ./codegens/csharp-restsharp &>/dev/null;
3939
sudo apt-get install dotnet-sdk-6.0
4040
dotnet new console -o testProject -f net6.0
4141
pushd ./testProject &>/dev/null;
42-
dotnet add package RestSharp --version 120.0.0
42+
dotnet add package RestSharp --version 112.0.0
4343
popd &>/dev/null;
4444
popd &>/dev/null;
4545

0 commit comments

Comments
 (0)