Skip to content

Commit

Permalink
Upgrade dotnet version to 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aman-v-singh committed May 24, 2024
1 parent 2e77ecc commit 699c3ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions npm/ci-requirements.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ pushd ./codegens/csharp-restsharp &>/dev/null;
sudo dpkg -i packages-microsoft-prod.deb
sudo apt-get install apt-transport-https
sudo apt-get update
sudo apt-get install dotnet-sdk-6.0
dotnet new console -o testProject -f net6.0
sudo apt-get install dotnet-sdk-8.0
dotnet new console -o testProject -f net8.0
pushd ./testProject &>/dev/null;
dotnet add package RestSharp --version 111.0.0
popd &>/dev/null;
Expand Down

0 comments on commit 699c3ee

Please sign in to comment.