Skip to content

Commit fa2cfb5

Browse files
committed
Add Restsharp version to download in ci-requirements
1 parent 2d9f862 commit fa2cfb5

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
@@ -24,7 +24,7 @@ pushd ./codegens/csharp-restsharp &>/dev/null;
2424
sudo apt-get install dotnet-sdk-2.2
2525
dotnet new console -o testProject
2626
pushd ./testProject &>/dev/null;
27-
dotnet add package RestSharp
27+
dotnet add package RestSharp --version 106.15.0
2828
popd &>/dev/null;
2929
popd &>/dev/null;
3030

0 commit comments

Comments
 (0)