Skip to content

Commit

Permalink
Bump RestSharp from 110.2.0 to 112.0.0 in /src/CoreDocker.Sdk
Browse files Browse the repository at this point in the history
Bumps [RestSharp](https://github.com/restsharp/RestSharp) from 110.2.0 to 112.0.0.
- [Release notes](https://github.com/restsharp/RestSharp/releases)
- [Commits](restsharp/RestSharp@110.2.0...112.0.0)

---
updated-dependencies:
- dependency-name: RestSharp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 29, 2024
1 parent ff38fd7 commit 849a203
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions src/CoreDocker.Sdk/CoreDocker.Sdk.csproj
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<AssemblyName>CoreDocker.Sdk</AssemblyName>
<PackageId>CoreDocker.Sdk</PackageId>
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
</PropertyGroup>


<ItemGroup>
<ProjectReference Include="..\CoreDocker.Core\CoreDocker.Core.csproj" />
<ProjectReference Include="..\CoreDocker.Shared\CoreDocker.Shared.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="GraphQL.Client" Version="6.0.2" />
<PackageReference Include="GraphQL.Client.Serializer.Newtonsoft" Version="6.0.2" />
<PackageReference Include="RestSharp" Version="110.2.0" />
<PackageReference Include="System.Text.Encodings.Web" Version="8.0.0" />
</ItemGroup>

<ItemGroup>
</ItemGroup>

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<AssemblyName>CoreDocker.Sdk</AssemblyName>
<PackageId>CoreDocker.Sdk</PackageId>
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
</PropertyGroup>


<ItemGroup>
<ProjectReference Include="..\CoreDocker.Core\CoreDocker.Core.csproj" />
<ProjectReference Include="..\CoreDocker.Shared\CoreDocker.Shared.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="GraphQL.Client" Version="6.0.2" />
<PackageReference Include="GraphQL.Client.Serializer.Newtonsoft" Version="6.0.2" />
<PackageReference Include="RestSharp" Version="112.0.0" />
<PackageReference Include="System.Text.Encodings.Web" Version="8.0.0" />
</ItemGroup>

<ItemGroup>
</ItemGroup>

</Project>

0 comments on commit 849a203

Please sign in to comment.