Skip to content

Commit c5ac855

Browse files
Update RestSharp requirement from 107.3.* to 108.0.*
Updates the requirements on [RestSharp](https://github.com/restsharp/RestSharp) to permit the latest version. - [Release notes](https://github.com/restsharp/RestSharp/releases) - [Changelog](https://github.com/restsharp/RestSharp/blob/dev/releasenotes.md) - [Commits](restsharp/RestSharp@107.3.0...108.0.1) --- updated-dependencies: - dependency-name: RestSharp dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 85213c0 commit c5ac855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TestClient/TestClient.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
<IsPackable>false</IsPackable>
66
</PropertyGroup>
77
<ItemGroup>
8-
<PackageReference Include="RestSharp" Version="107.3.*" />
8+
<PackageReference Include="RestSharp" Version="108.0.*" />
99
</ItemGroup>
1010
</Project>

0 commit comments

Comments
 (0)