Skip to content

Commit

Permalink
build(deps): bump ServiceStack.Client from 6.4.0 to 8.0.0
Browse files Browse the repository at this point in the history
Bumps [ServiceStack.Client](https://github.com/ServiceStack/ServiceStack) from 6.4.0 to 8.0.0.
- [Release notes](https://github.com/ServiceStack/ServiceStack/releases)
- [Commits](https://github.com/ServiceStack/ServiceStack/commits)

---
updated-dependencies:
- dependency-name: ServiceStack.Client
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 20, 2023
1 parent 96c6026 commit facb32a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Unlimotion/Unlimotion.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<Nullable>enable</Nullable>
Expand All @@ -25,7 +25,7 @@
<!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="$(AvaloniaVersion)" />
<PackageReference Include="AvaloniaGraphControl" Version="0.5.0" />
<PackageReference Include="ServiceStack.Client" Version="6.4.0" />
<PackageReference Include="ServiceStack.Client" Version="8.0.0" />
<PackageReference Include="SignalR.EasyUse.Client" Version="0.2.1" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit facb32a

Please sign in to comment.