Skip to content

Commit 2f2e432

Browse files
authored
Merge pull request #594 from postmanlabs/fix-restsharp-ci
Add Restsharp version to download in ci-requirements
2 parents 9aa7700 + fa2cfb5 commit 2f2e432

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)