Skip to content

Commit 53c90d6

Browse files
authored
Merge pull request #46 from SimplifyNet/dependabot/nuget/develop/RestSharp-110.2.star
Update RestSharp requirement from 109.0.* to 110.2.*
2 parents 5727b12 + 09ebf8a commit 53c90d6

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)