Skip to content

Commit 09ebf8a

Browse files
Update RestSharp requirement from 109.0.* to 110.2.*
Updates the requirements on [RestSharp](https://github.com/restsharp/RestSharp) to permit the latest version. - [Release notes](https://github.com/restsharp/RestSharp/releases) - [Commits](restsharp/RestSharp@109.0.0...110.2.0) --- updated-dependencies: - dependency-name: RestSharp dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5727b12 commit 09ebf8a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/TestClient/TestClient.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFramework>net6.0</TargetFramework>
44
<OutputType>Exe</OutputType>
55
<IsPackable>false</IsPackable>
66
</PropertyGroup>
77
<ItemGroup>
8-
<PackageReference Include="RestSharp" Version="109.0.*" />
8+
<PackageReference Include="RestSharp" Version="110.2.*" />
99
</ItemGroup>
1010
</Project>

0 commit comments

Comments
 (0)