We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5727b12 + 09ebf8a commit 53c90d6Copy full SHA for 53c90d6
1 file changed
src/TestClient/TestClient.csproj
@@ -1,10 +1,10 @@
1
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
<TargetFramework>net6.0</TargetFramework>
4
<OutputType>Exe</OutputType>
5
<IsPackable>false</IsPackable>
6
</PropertyGroup>
7
<ItemGroup>
8
- <PackageReference Include="RestSharp" Version="109.0.*" />
+ <PackageReference Include="RestSharp" Version="110.2.*" />
9
</ItemGroup>
10
</Project>
0 commit comments