Skip to content

Commit

Permalink
remove restsharp dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
vpavel04 committed Jan 8, 2024
1 parent e2b5953 commit ac1aaf7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
3 changes: 1 addition & 2 deletions src/Config/packages-template.aget
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
"GregRevitAuth": "1.1.7972.27909",
"pythonnet_py38_win": "2.5.1",
"Newtonsoft.Json": "8.0.3",
"NUnit": "3.13.3",
"RestSharp": "106.12.0"
"NUnit": "3.13.3"
}
}
}
3 changes: 1 addition & 2 deletions src/Config/packages.aget
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"GregRevitAuth": "2.0.8718.22924",
"pythonnet_py38_win": "2.5.1",
"Newtonsoft.Json": "13.0.1",
"NUnit": "3.13.3",
"RestSharp": "108.0.1"
"NUnit": "3.13.3"
}
}
}
4 changes: 0 additions & 4 deletions src/DynamoRevit/DynamoRevit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,6 @@
<HintPath>$(PACKAGESPATH)\pythonnet\lib\net40\Python.Runtime.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="RestSharp">
<HintPath>$(PACKAGESPATH)\RestSharp\lib\net6.0\RestSharp.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="RevitAPI">
<HintPath>$(REVITAPI)\RevitAPI.dll</HintPath>
<Private>False</Private>
Expand Down

0 comments on commit ac1aaf7

Please sign in to comment.